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/51-9041.00/summary/tasks
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 5,
   "total": 26,
   "next": "https://api-v2.onetcenter.org/online/occupations/51-9041.00/summary/tasks?start=6&end=10",
   "task": [
      {
         "id": "12444",
         "related": "https://api-v2.onetcenter.org/online/occupations/51-9041.00/related/tasks/12444",
         "title": "Adjust machine components to regulate speeds, pressures, and temperatures, and amounts, dimensions, and flow of materials or ingredients."
      },
      {
         "id": "12447",
         "related": "https://api-v2.onetcenter.org/online/occupations/51-9041.00/related/tasks/12447",
         "title": "Press control buttons to activate machinery and equipment."
      },
      {
         "id": "12445",
         "related": "https://api-v2.onetcenter.org/online/occupations/51-9041.00/related/tasks/12445",
         "title": "Examine, measure, and weigh materials or products to verify conformance to standards, using measuring devices such as templates, micrometers, or scales."
      },
      {
         "id": "12446",
         "related": "https://api-v2.onetcenter.org/online/occupations/51-9041.00/related/tasks/12446",
         "title": "Monitor machine operations and observe lights and gauges to detect malfunctions."
      },
      {
         "id": "12455",
         "related": "https://api-v2.onetcenter.org/online/occupations/51-9041.00/related/tasks/12455",
         "title": "Clear jams, and remove defective or substandard materials or products."
      }
   ]
}