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-2013.00/summary/tasks
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 5,
   "total": 13,
   "next": "https://api-v2.onetcenter.org/online/occupations/35-2013.00/summary/tasks?start=6&end=10",
   "task": [
      {
         "id": "9503",
         "related": "https://api-v2.onetcenter.org/online/occupations/35-2013.00/related/tasks/9503",
         "title": "Peel, wash, trim, and cook vegetables and meats, and bake breads and pastries."
      },
      {
         "id": "20896",
         "related": "https://api-v2.onetcenter.org/online/occupations/35-2013.00/related/tasks/20896",
         "title": "Cool, package, label, and freeze foods for later consumption and provide instructions for reheating."
      },
      {
         "id": "9501",
         "related": "https://api-v2.onetcenter.org/online/occupations/35-2013.00/related/tasks/9501",
         "title": "Plan menus according to employers' needs and diet restrictions."
      },
      {
         "id": "9502",
         "related": "https://api-v2.onetcenter.org/online/occupations/35-2013.00/related/tasks/9502",
         "title": "Shop for or order food and kitchen supplies and equipment."
      },
      {
         "id": "9504",
         "related": "https://api-v2.onetcenter.org/online/occupations/35-2013.00/related/tasks/9504",
         "title": "Prepare meals in private homes according to employers' recipes or tastes, handling all meals for the family and possibly for other household staff."
      }
   ]
}