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.01/details/tasks
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 10,
   "total": 13,
   "next": "https://api-v2.onetcenter.org/online/occupations/53-6051.01/details/tasks?start=11&end=13",
   "task": [
      {
         "id": "10728",
         "related": "https://api-v2.onetcenter.org/online/occupations/53-6051.01/related/tasks/10728",
         "title": "Inspect work of aircraft mechanics performing maintenance, modification, or repair and overhaul of aircraft and aircraft mechanical systems to ensure adherence to standards and procedures.",
         "importance": 93,
         "category": "Core"
      },
      {
         "id": "10734",
         "related": "https://api-v2.onetcenter.org/online/occupations/53-6051.01/related/tasks/10734",
         "title": "Examine maintenance records and flight logs to determine if service and maintenance checks and overhauls were performed at prescribed intervals.",
         "importance": 90,
         "category": "Core"
      },
      {
         "id": "10733",
         "related": "https://api-v2.onetcenter.org/online/occupations/53-6051.01/related/tasks/10733",
         "title": "Inspect new, repaired, or modified aircraft to identify damage or defects and to assess airworthiness and conformance to standards, using checklists, hand tools, and test instruments.",
         "importance": 89,
         "category": "Core"
      },
      {
         "id": "10741",
         "related": "https://api-v2.onetcenter.org/online/occupations/53-6051.01/related/tasks/10741",
         "title": "Approve or deny issuance of certificates of airworthiness.",
         "importance": 89,
         "category": "Core"
      },
      {
         "id": "10732",
         "related": "https://api-v2.onetcenter.org/online/occupations/53-6051.01/related/tasks/10732",
         "title": "Prepare and maintain detailed repair, inspection, investigation, and certification records and reports.",
         "importance": 86,
         "category": "Core"
      },
      {
         "id": "10731",
         "related": "https://api-v2.onetcenter.org/online/occupations/53-6051.01/related/tasks/10731",
         "title": "Examine landing gear, tires, and exteriors of fuselage, wings, and engines for evidence of damage or corrosion and the need for repairs.",
         "importance": 86,
         "category": "Core"
      },
      {
         "id": "10735",
         "related": "https://api-v2.onetcenter.org/online/occupations/53-6051.01/related/tasks/10735",
         "title": "Recommend replacement, repair, or modification of aircraft equipment.",
         "importance": 79,
         "category": "Core"
      },
      {
         "id": "10729",
         "related": "https://api-v2.onetcenter.org/online/occupations/53-6051.01/related/tasks/10729",
         "title": "Start aircraft and observe gauges, meters, and other instruments to detect evidence of malfunctions.",
         "importance": 79,
         "category": "Core"
      },
      {
         "id": "10730",
         "related": "https://api-v2.onetcenter.org/online/occupations/53-6051.01/related/tasks/10730",
         "title": "Examine aircraft access plates and doors for security.",
         "importance": 77,
         "category": "Core"
      },
      {
         "id": "10736",
         "related": "https://api-v2.onetcenter.org/online/occupations/53-6051.01/related/tasks/10736",
         "title": "Recommend changes in rules, policies, standards, and regulations, based on knowledge of operating conditions, aircraft improvements, and other factors.",
         "importance": 57,
         "category": "Core"
      }
   ]
}