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/summary/tasks
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 5,
   "total": 6,
   "next": "https://api-v2.onetcenter.org/online/occupations/53-1041.00/summary/tasks?start=6&end=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."
      },
      {
         "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."
      },
      {
         "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."
      },
      {
         "id": "14432",
         "related": "https://api-v2.onetcenter.org/online/occupations/53-1041.00/related/tasks/14432",
         "title": "Distribute cargo to maximize use of space."
      },
      {
         "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."
      }
   ]
}