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/53-6051.07/summary/tasks
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 5,
   "total": 14,
   "next": "https://api-v2.onetcenter.org/online/occupations/53-6051.07/summary/tasks?start=6&end=10",
   "task": [
      {
         "id": "14569",
         "related": "https://api-v2.onetcenter.org/online/occupations/53-6051.07/related/tasks/14569",
         "title": "Inspect vehicles or other equipment for evidence of abuse, damage, or mechanical malfunction."
      },
      {
         "id": "14570",
         "related": "https://api-v2.onetcenter.org/online/occupations/53-6051.07/related/tasks/14570",
         "title": "Inspect vehicles or equipment to ensure compliance with rules, standards, or regulations."
      },
      {
         "id": "14573",
         "related": "https://api-v2.onetcenter.org/online/occupations/53-6051.07/related/tasks/14573",
         "title": "Inspect repairs to transportation vehicles or equipment to ensure that repair work was performed properly."
      },
      {
         "id": "19929",
         "related": "https://api-v2.onetcenter.org/online/occupations/53-6051.07/related/tasks/19929",
         "title": "Identify modifications to engines, fuel systems, emissions control equipment, or other vehicle systems to determine the impact of modifications on inspection procedures or conclusions."
      },
      {
         "id": "19926",
         "related": "https://api-v2.onetcenter.org/online/occupations/53-6051.07/related/tasks/19926",
         "title": "Conduct remote inspections of motor vehicles, using handheld controllers and remotely directed vehicle inspection devices."
      }
   ]
}