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/details/tasks
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 10,
   "total": 27,
   "next": "https://api-v2.onetcenter.org/online/occupations/51-2011.00/details/tasks?start=11&end=20",
   "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.",
         "importance": 86,
         "category": "Core"
      },
      {
         "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.",
         "importance": 85,
         "category": "Core"
      },
      {
         "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.",
         "importance": 85,
         "category": "Core"
      },
      {
         "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.",
         "importance": 83,
         "category": "Core"
      },
      {
         "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.",
         "importance": 83,
         "category": "Core"
      },
      {
         "id": "20813",
         "related": "https://api-v2.onetcenter.org/online/occupations/51-2011.00/related/tasks/20813",
         "title": "Cut, trim, file, bend, or smooth parts to ensure proper fit and clearance.",
         "importance": 83,
         "category": "Core"
      },
      {
         "id": "13934",
         "related": "https://api-v2.onetcenter.org/online/occupations/51-2011.00/related/tasks/13934",
         "title": "Fabricate parts needed for assembly or installation, using shop machinery or equipment.",
         "importance": 81,
         "category": "Core"
      },
      {
         "id": "13926",
         "related": "https://api-v2.onetcenter.org/online/occupations/51-2011.00/related/tasks/13926",
         "title": "Layout and mark reference points and locations for installation of parts or components, using jigs, templates, or measuring and marking instruments.",
         "importance": 81,
         "category": "Core"
      },
      {
         "id": "13931",
         "related": "https://api-v2.onetcenter.org/online/occupations/51-2011.00/related/tasks/13931",
         "title": "Clean, oil, or coat system components, as necessary, before assembly or attachment.",
         "importance": 79,
         "category": "Core"
      },
      {
         "id": "13919",
         "related": "https://api-v2.onetcenter.org/online/occupations/51-2011.00/related/tasks/13919",
         "title": "Assemble prefabricated parts to form subassemblies.",
         "importance": 78,
         "category": "Core"
      }
   ]
}