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

Send a request to see the response.
Loading...
The request could not be completed (). Please try again.
URL:
https://api-v2.onetcenter.org/online/occupations/45-2011.00/summary/tasks
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 5,
   "total": 16,
   "next": "https://api-v2.onetcenter.org/online/occupations/45-2011.00/summary/tasks?start=6&end=10",
   "task": [
      {
         "id": "14854",
         "related": "https://api-v2.onetcenter.org/online/occupations/45-2011.00/related/tasks/14854",
         "title": "Inspect food products and processing procedures to determine whether products are safe to eat."
      },
      {
         "id": "14850",
         "related": "https://api-v2.onetcenter.org/online/occupations/45-2011.00/related/tasks/14850",
         "title": "Interpret and enforce government acts and regulations and explain required standards to agricultural workers."
      },
      {
         "id": "14846",
         "related": "https://api-v2.onetcenter.org/online/occupations/45-2011.00/related/tasks/14846",
         "title": "Inspect agricultural commodities or related operations, as well as fish or logging operations, for compliance with laws and regulations governing health, quality, and safety."
      },
      {
         "id": "14857",
         "related": "https://api-v2.onetcenter.org/online/occupations/45-2011.00/related/tasks/14857",
         "title": "Label and seal graded products and issue official grading certificates."
      },
      {
         "id": "14853",
         "related": "https://api-v2.onetcenter.org/online/occupations/45-2011.00/related/tasks/14853",
         "title": "Monitor the operations and sanitary conditions of slaughtering or meat processing plants."
      }
   ]
}