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-3011.00/details/tasks
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 10,
   "total": 38,
   "next": "https://api-v2.onetcenter.org/online/occupations/49-3011.00/details/tasks?start=11&end=20",
   "task": [
      {
         "id": "9950",
         "related": "https://api-v2.onetcenter.org/online/occupations/49-3011.00/related/tasks/9950",
         "title": "Examine and inspect aircraft components, including landing gear, hydraulic systems, and deicers to locate cracks, breaks, leaks, or other problems.",
         "importance": 89,
         "category": "Core"
      },
      {
         "id": "9949",
         "related": "https://api-v2.onetcenter.org/online/occupations/49-3011.00/related/tasks/9949",
         "title": "Conduct routine and special inspections as required by regulations.",
         "importance": 87,
         "category": "Core"
      },
      {
         "id": "9947",
         "related": "https://api-v2.onetcenter.org/online/occupations/49-3011.00/related/tasks/9947",
         "title": "Inspect completed work to certify that maintenance meets standards and that aircraft are ready for operation.",
         "importance": 87,
         "category": "Core"
      },
      {
         "id": "9946",
         "related": "https://api-v2.onetcenter.org/online/occupations/49-3011.00/related/tasks/9946",
         "title": "Read and interpret maintenance manuals, service bulletins, and other specifications to determine the feasibility and method of repairing or replacing malfunctioning or damaged components.",
         "importance": 87,
         "category": "Core"
      },
      {
         "id": "9948",
         "related": "https://api-v2.onetcenter.org/online/occupations/49-3011.00/related/tasks/9948",
         "title": "Maintain repair logs, documenting all preventive and corrective aircraft maintenance.",
         "importance": 87,
         "category": "Core"
      },
      {
         "id": "9961",
         "related": "https://api-v2.onetcenter.org/online/occupations/49-3011.00/related/tasks/9961",
         "title": "Modify aircraft structures, space vehicles, systems, or components, following drawings, schematics, charts, engineering orders, and technical publications.",
         "importance": 86,
         "category": "Core"
      },
      {
         "id": "9951",
         "related": "https://api-v2.onetcenter.org/online/occupations/49-3011.00/related/tasks/9951",
         "title": "Inspect airframes for wear or other defects.",
         "importance": 86,
         "category": "Core"
      },
      {
         "id": "9955",
         "related": "https://api-v2.onetcenter.org/online/occupations/49-3011.00/related/tasks/9955",
         "title": "Measure parts for wear, using precision instruments.",
         "importance": 86,
         "category": "Core"
      },
      {
         "id": "9958",
         "related": "https://api-v2.onetcenter.org/online/occupations/49-3011.00/related/tasks/9958",
         "title": "Obtain fuel and oil samples and check them for contamination.",
         "importance": 84,
         "category": "Core"
      },
      {
         "id": "9952",
         "related": "https://api-v2.onetcenter.org/online/occupations/49-3011.00/related/tasks/9952",
         "title": "Maintain, repair, and rebuild aircraft structures, functional components, and parts, such as wings and fuselage, rigging, hydraulic units, oxygen systems, fuel systems, electrical systems, gaskets, or seals.",
         "importance": 84,
         "category": "Core"
      }
   ]
}