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-2015.00/summary/tasks
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 5,
   "total": 11,
   "next": "https://api-v2.onetcenter.org/online/occupations/35-2015.00/summary/tasks?start=6&end=10",
   "task": [
      {
         "id": "2187",
         "related": "https://api-v2.onetcenter.org/online/occupations/35-2015.00/related/tasks/2187",
         "title": "Clean food preparation equipment, work areas, and counters or tables."
      },
      {
         "id": "18726",
         "related": "https://api-v2.onetcenter.org/online/occupations/35-2015.00/related/tasks/18726",
         "title": "Perform food preparation tasks, such as making sandwiches, carving meats, making soups or salads, baking breads or desserts, and brewing coffee or tea."
      },
      {
         "id": "18727",
         "related": "https://api-v2.onetcenter.org/online/occupations/35-2015.00/related/tasks/18727",
         "title": "Perform general cleaning activities in kitchen and dining areas."
      },
      {
         "id": "18725",
         "related": "https://api-v2.onetcenter.org/online/occupations/35-2015.00/related/tasks/18725",
         "title": "Restock kitchen supplies, rotate food, and stamp the time and date on food in coolers."
      },
      {
         "id": "2189",
         "related": "https://api-v2.onetcenter.org/online/occupations/35-2015.00/related/tasks/2189",
         "title": "Grill, cook, and fry foods such as french fries, eggs, and pancakes."
      }
   ]
}