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/47-2061.00/summary/tasks
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 5,
   "total": 27,
   "next": "https://api-v2.onetcenter.org/online/occupations/47-2061.00/summary/tasks?start=6&end=10",
   "task": [
      {
         "id": "11472",
         "related": "https://api-v2.onetcenter.org/online/occupations/47-2061.00/related/tasks/11472",
         "title": "Tend pumps, compressors, or generators to provide power for tools, machinery, or equipment or to heat or move materials, such as asphalt."
      },
      {
         "id": "11465",
         "related": "https://api-v2.onetcenter.org/online/occupations/47-2061.00/related/tasks/11465",
         "title": "Lubricate, clean, or repair machinery, equipment, or tools."
      },
      {
         "id": "11458",
         "related": "https://api-v2.onetcenter.org/online/occupations/47-2061.00/related/tasks/11458",
         "title": "Signal equipment operators to facilitate alignment, movement, or adjustment of machinery, equipment, or materials."
      },
      {
         "id": "11456",
         "related": "https://api-v2.onetcenter.org/online/occupations/47-2061.00/related/tasks/11456",
         "title": "Read plans, instructions, or specifications to determine work activities."
      },
      {
         "id": "11461",
         "related": "https://api-v2.onetcenter.org/online/occupations/47-2061.00/related/tasks/11461",
         "title": "Measure, mark, or record openings or distances to layout areas where construction work will be performed."
      }
   ]
}