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/35-2021.00/summary/tasks
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 5,
   "total": 31,
   "next": "https://api-v2.onetcenter.org/online/occupations/35-2021.00/summary/tasks?start=6&end=10",
   "task": [
      {
         "id": "18728",
         "related": "https://api-v2.onetcenter.org/online/occupations/35-2021.00/related/tasks/18728",
         "title": "Clean and sanitize work areas, equipment, utensils, dishes, or silverware."
      },
      {
         "id": "2204",
         "related": "https://api-v2.onetcenter.org/online/occupations/35-2021.00/related/tasks/2204",
         "title": "Assist cooks and kitchen staff with various tasks as needed, and provide cooks with needed items."
      },
      {
         "id": "18730",
         "related": "https://api-v2.onetcenter.org/online/occupations/35-2021.00/related/tasks/18730",
         "title": "Take and record temperature of food and food storage areas, such as refrigerators and freezers."
      },
      {
         "id": "2210",
         "related": "https://api-v2.onetcenter.org/online/occupations/35-2021.00/related/tasks/2210",
         "title": "Carry food supplies, equipment, and utensils to and from storage and work areas."
      },
      {
         "id": "2208",
         "related": "https://api-v2.onetcenter.org/online/occupations/35-2021.00/related/tasks/2208",
         "title": "Remove trash and clean kitchen garbage containers."
      }
   ]
}