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-1041.00/details/tasks
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 6,
   "total": 6,
   "task": [
      {
         "id": "14435",
         "related": "https://api-v2.onetcenter.org/online/occupations/53-1041.00/related/tasks/14435",
         "title": "Determine the quantity and orientation of cargo, and compute an aircraft's center of gravity.",
         "importance": 91,
         "category": "Core"
      },
      {
         "id": "14434",
         "related": "https://api-v2.onetcenter.org/online/occupations/53-1041.00/related/tasks/14434",
         "title": "Direct ground crews in the loading, unloading, securing, or staging of aircraft cargo or baggage.",
         "importance": 89,
         "category": "Core"
      },
      {
         "id": "20933",
         "related": "https://api-v2.onetcenter.org/online/occupations/53-1041.00/related/tasks/20933",
         "title": "Train new employees in areas such as safety procedures or equipment operation.",
         "importance": 88,
         "category": "Core"
      },
      {
         "id": "14432",
         "related": "https://api-v2.onetcenter.org/online/occupations/53-1041.00/related/tasks/14432",
         "title": "Distribute cargo to maximize use of space.",
         "importance": 84,
         "category": "Core"
      },
      {
         "id": "14433",
         "related": "https://api-v2.onetcenter.org/online/occupations/53-1041.00/related/tasks/14433",
         "title": "Calculate load weights for different aircraft compartments, using charts and computers.",
         "importance": 96,
         "category": "Supplemental"
      },
      {
         "id": "14436",
         "related": "https://api-v2.onetcenter.org/online/occupations/53-1041.00/related/tasks/14436",
         "title": "Accompany aircraft as a member of the flight crew to monitor and handle cargo in flight.",
         "importance": 79,
         "category": "Supplemental"
      }
   ]
}