Interactive Demo

This demonstration page allows you to test out the Web Services API by sending a request and viewing the JSON data returned. See the Reference Manual for a complete guide to the available services.

Request

https://api-v2.onetcenter.org/
GET parameters
? =

Response

URL:
https://api-v2.onetcenter.org/online/occupations/13-1021.00/summary/tasks
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 5,
   "total": 12,
   "next": "https://api-v2.onetcenter.org/online/occupations/13-1021.00/summary/tasks?start=6&end=10",
   "task": [
      {
         "id": "12878",
         "related": "https://api-v2.onetcenter.org/online/occupations/13-1021.00/related/tasks/12878",
         "title": "Purchase, for further processing or for resale, farm products, such as milk, grains, or Christmas trees."
      },
      {
         "id": "12880",
         "related": "https://api-v2.onetcenter.org/online/occupations/13-1021.00/related/tasks/12880",
         "title": "Arrange for processing or resale of purchased products."
      },
      {
         "id": "12879",
         "related": "https://api-v2.onetcenter.org/online/occupations/13-1021.00/related/tasks/12879",
         "title": "Negotiate contracts with farmers for the production or purchase of farm products."
      },
      {
         "id": "12881",
         "related": "https://api-v2.onetcenter.org/online/occupations/13-1021.00/related/tasks/12881",
         "title": "Arrange for transportation or storage of purchased products."
      },
      {
         "id": "12883",
         "related": "https://api-v2.onetcenter.org/online/occupations/13-1021.00/related/tasks/12883",
         "title": "Maintain records of business transactions and product inventories, reporting data to companies or government agencies as necessary."
      }
   ]
}