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-5022.00/summary/tasks
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 5,
   "total": 16,
   "next": "https://api-v2.onetcenter.org/online/occupations/47-5022.00/summary/tasks?start=6&end=10",
   "task": [
      {
         "id": "12777",
         "related": "https://api-v2.onetcenter.org/online/occupations/47-5022.00/related/tasks/12777",
         "title": "Move levers, depress foot pedals, and turn dials to operate power machinery, such as power shovels, stripping shovels, scraper loaders, or backhoes."
      },
      {
         "id": "12778",
         "related": "https://api-v2.onetcenter.org/online/occupations/47-5022.00/related/tasks/12778",
         "title": "Set up or inspect equipment prior to operation."
      },
      {
         "id": "12780",
         "related": "https://api-v2.onetcenter.org/online/occupations/47-5022.00/related/tasks/12780",
         "title": "Become familiar with digging plans, machine capabilities and limitations, and efficient and safe digging procedures in a given application."
      },
      {
         "id": "12779",
         "related": "https://api-v2.onetcenter.org/online/occupations/47-5022.00/related/tasks/12779",
         "title": "Observe hand signals, grade stakes, or other markings when operating machines so that work can be performed to specifications."
      },
      {
         "id": "12781",
         "related": "https://api-v2.onetcenter.org/online/occupations/47-5022.00/related/tasks/12781",
         "title": "Operate machinery to perform activities such as backfilling excavations, vibrating or breaking rock or concrete, or making winter roads."
      }
   ]
}