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/details/tasks
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 10,
   "total": 14,
   "next": "https://api-v2.onetcenter.org/online/occupations/53-6051.07/details/tasks?start=11&end=14",
   "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.",
         "importance": 87,
         "category": "Core"
      },
      {
         "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.",
         "importance": 77,
         "category": "Core"
      },
      {
         "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.",
         "importance": 76,
         "category": "Core"
      },
      {
         "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.",
         "importance": 82,
         "category": "Supplemental"
      },
      {
         "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.",
         "importance": 81,
         "category": "Supplemental"
      },
      {
         "id": "14574",
         "related": "https://api-v2.onetcenter.org/online/occupations/53-6051.07/related/tasks/14574",
         "title": "Prepare reports on investigations or inspections and actions taken.",
         "importance": 79,
         "category": "Supplemental"
      },
      {
         "id": "14575",
         "related": "https://api-v2.onetcenter.org/online/occupations/53-6051.07/related/tasks/14575",
         "title": "Issue notices and recommend corrective actions when infractions or problems are found.",
         "importance": 74,
         "category": "Supplemental"
      },
      {
         "id": "19927",
         "related": "https://api-v2.onetcenter.org/online/occupations/53-6051.07/related/tasks/19927",
         "title": "Conduct visual inspections of emission control equipment and smoke emitted from gasoline or diesel vehicles.",
         "importance": 67,
         "category": "Supplemental"
      },
      {
         "id": "14572",
         "related": "https://api-v2.onetcenter.org/online/occupations/53-6051.07/related/tasks/14572",
         "title": "Conduct vehicle or transportation equipment tests, using diagnostic equipment.",
         "importance": 66,
         "category": "Supplemental"
      },
      {
         "id": "14580",
         "related": "https://api-v2.onetcenter.org/online/occupations/53-6051.07/related/tasks/14580",
         "title": "Investigate incidents or violations, such as delays, accidents, and equipment failures.",
         "importance": 64,
         "category": "Supplemental"
      }
   ]
}