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/51-2011.00/summary/tasks
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 5,
   "total": 27,
   "next": "https://api-v2.onetcenter.org/online/occupations/51-2011.00/summary/tasks?start=6&end=10",
   "task": [
      {
         "id": "20810",
         "related": "https://api-v2.onetcenter.org/online/occupations/51-2011.00/related/tasks/20810",
         "title": "Assemble parts, fittings, or subassemblies on aircraft, using layout tools, hand tools, power tools, or fasteners, such as bolts, screws, rivets, or clamps."
      },
      {
         "id": "20811",
         "related": "https://api-v2.onetcenter.org/online/occupations/51-2011.00/related/tasks/20811",
         "title": "Read blueprints, illustrations, or specifications to determine layouts, sequences of operations, or identities or relationships of parts."
      },
      {
         "id": "13928",
         "related": "https://api-v2.onetcenter.org/online/occupations/51-2011.00/related/tasks/13928",
         "title": "Attach brackets, hinges, or clips to secure or support components or subassemblies, using bolts, screws, rivets, chemical bonding, or welding."
      },
      {
         "id": "13929",
         "related": "https://api-v2.onetcenter.org/online/occupations/51-2011.00/related/tasks/13929",
         "title": "Inspect or test installed units, parts, systems, or assemblies for fit, alignment, performance, defects, or compliance with standards, using measuring instruments or test equipment."
      },
      {
         "id": "20812",
         "related": "https://api-v2.onetcenter.org/online/occupations/51-2011.00/related/tasks/20812",
         "title": "Adjust, repair, rework, or replace parts or assemblies to ensure proper operation."
      }
   ]
}