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/49-3041.00/summary/tasks
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 5,
   "total": 14,
   "next": "https://api-v2.onetcenter.org/online/occupations/49-3041.00/summary/tasks?start=6&end=10",
   "task": [
      {
         "id": "13750",
         "related": "https://api-v2.onetcenter.org/online/occupations/49-3041.00/related/tasks/13750",
         "title": "Maintain, repair, and overhaul farm machinery and vehicles, such as tractors, harvesters, and irrigation systems."
      },
      {
         "id": "13752",
         "related": "https://api-v2.onetcenter.org/online/occupations/49-3041.00/related/tasks/13752",
         "title": "Dismantle defective machines for repair, using hand tools."
      },
      {
         "id": "13748",
         "related": "https://api-v2.onetcenter.org/online/occupations/49-3041.00/related/tasks/13748",
         "title": "Record details of repairs made and parts used."
      },
      {
         "id": "13749",
         "related": "https://api-v2.onetcenter.org/online/occupations/49-3041.00/related/tasks/13749",
         "title": "Reassemble machines and equipment following repair, testing operation and making adjustments, as necessary."
      },
      {
         "id": "13755",
         "related": "https://api-v2.onetcenter.org/online/occupations/49-3041.00/related/tasks/13755",
         "title": "Clean and lubricate parts."
      }
   ]
}