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