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/details/tasks
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 10,
   "total": 13,
   "next": "https://api-v2.onetcenter.org/online/occupations/35-2013.00/details/tasks?start=11&end=13",
   "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.",
         "importance": 95,
         "category": "Core"
      },
      {
         "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.",
         "importance": 94,
         "category": "Core"
      },
      {
         "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.",
         "importance": 92,
         "category": "Core"
      },
      {
         "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.",
         "importance": 91,
         "category": "Core"
      },
      {
         "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.",
         "importance": 88,
         "category": "Core"
      },
      {
         "id": "20897",
         "related": "https://api-v2.onetcenter.org/online/occupations/35-2013.00/related/tasks/20897",
         "title": "Keep records pertaining to menus, finances, and other business-related issues.",
         "importance": 87,
         "category": "Core"
      },
      {
         "id": "9505",
         "related": "https://api-v2.onetcenter.org/online/occupations/35-2013.00/related/tasks/9505",
         "title": "Stock, organize, and clean kitchens and cooking utensils.",
         "importance": 86,
         "category": "Core"
      },
      {
         "id": "9508",
         "related": "https://api-v2.onetcenter.org/online/occupations/35-2013.00/related/tasks/9508",
         "title": "Direct the operation and organization of kitchens and all food-related activities, including the presentation and serving of food.",
         "importance": 77,
         "category": "Core"
      },
      {
         "id": "9506",
         "related": "https://api-v2.onetcenter.org/online/occupations/35-2013.00/related/tasks/9506",
         "title": "Specialize in preparing fancy dishes or food for special diets.",
         "importance": 77,
         "category": "Core"
      },
      {
         "id": "9509",
         "related": "https://api-v2.onetcenter.org/online/occupations/35-2013.00/related/tasks/9509",
         "title": "Plan and prepare food for parties, holiday meals, luncheons, special functions, and other social events.",
         "importance": 66,
         "category": "Core"
      }
   ]
}