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-2011.00/summary/tasks
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 5,
   "total": 19,
   "next": "https://api-v2.onetcenter.org/online/occupations/35-2011.00/summary/tasks?start=6&end=10",
   "task": [
      {
         "id": "5070",
         "related": "https://api-v2.onetcenter.org/online/occupations/35-2011.00/related/tasks/5070",
         "title": "Order and take delivery of supplies."
      },
      {
         "id": "5062",
         "related": "https://api-v2.onetcenter.org/online/occupations/35-2011.00/related/tasks/5062",
         "title": "Cook the exact number of items ordered by each customer, working on several different orders simultaneously."
      },
      {
         "id": "5065",
         "related": "https://api-v2.onetcenter.org/online/occupations/35-2011.00/related/tasks/5065",
         "title": "Prepare specialty foods, such as pizzas, fish and chips, sandwiches, or tacos, following specific methods that usually require short preparation time."
      },
      {
         "id": "5055",
         "related": "https://api-v2.onetcenter.org/online/occupations/35-2011.00/related/tasks/5055",
         "title": "Operate large-volume cooking equipment, such as grills, deep-fat fryers, or griddles."
      },
      {
         "id": "5059",
         "related": "https://api-v2.onetcenter.org/online/occupations/35-2011.00/related/tasks/5059",
         "title": "Wash, cut, and prepare foods designated for cooking."
      }
   ]
}