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/summary/tasks
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 5,
   "total": 13,
   "next": "https://api-v2.onetcenter.org/online/occupations/53-6051.01/summary/tasks?start=6&end=10",
   "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."
      },
      {
         "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."
      },
      {
         "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."
      },
      {
         "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."
      },
      {
         "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."
      }
   ]
}