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

URL:
https://api-v2.onetcenter.org/online/occupations/17-3013.00/details/tasks
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 10,
   "total": 15,
   "next": "https://api-v2.onetcenter.org/online/occupations/17-3013.00/details/tasks?start=11&end=15",
   "task": [
      {
         "id": "1447",
         "related": "https://api-v2.onetcenter.org/online/occupations/17-3013.00/related/tasks/1447",
         "title": "Develop detailed design drawings and specifications for mechanical equipment, dies, tools, and controls, using computer-assisted drafting (CAD) equipment.",
         "importance": 91,
         "category": "Core"
      },
      {
         "id": "20964",
         "related": "https://api-v2.onetcenter.org/online/occupations/17-3013.00/related/tasks/20964",
         "title": "Produce three-dimensional models, using computer-aided design (CAD) software.",
         "importance": 86,
         "category": "Core"
      },
      {
         "id": "1455",
         "related": "https://api-v2.onetcenter.org/online/occupations/17-3013.00/related/tasks/1455",
         "title": "Lay out and draw schematic, orthographic, or angle views to depict functional relationships of components, assemblies, systems, and machines.",
         "importance": 83,
         "category": "Core"
      },
      {
         "id": "1452",
         "related": "https://api-v2.onetcenter.org/online/occupations/17-3013.00/related/tasks/1452",
         "title": "Modify and revise designs to correct operating deficiencies or to reduce production problems.",
         "importance": 81,
         "category": "Core"
      },
      {
         "id": "1449",
         "related": "https://api-v2.onetcenter.org/online/occupations/17-3013.00/related/tasks/1449",
         "title": "Review and analyze specifications, sketches, drawings, ideas, and related data to assess factors affecting component designs and the procedures and instructions to be followed.",
         "importance": 80,
         "category": "Core"
      },
      {
         "id": "1454",
         "related": "https://api-v2.onetcenter.org/online/occupations/17-3013.00/related/tasks/1454",
         "title": "Check dimensions of materials to be used and assign numbers to the materials.",
         "importance": 80,
         "category": "Core"
      },
      {
         "id": "1453",
         "related": "https://api-v2.onetcenter.org/online/occupations/17-3013.00/related/tasks/1453",
         "title": "Design scale or full-size blueprints of specialty items, such as furniture and automobile body or chassis components.",
         "importance": 75,
         "category": "Core"
      },
      {
         "id": "1450",
         "related": "https://api-v2.onetcenter.org/online/occupations/17-3013.00/related/tasks/1450",
         "title": "Compute mathematical formulas to develop and design detailed specifications for components or machinery, using computer-assisted equipment.",
         "importance": 73,
         "category": "Core"
      },
      {
         "id": "1448",
         "related": "https://api-v2.onetcenter.org/online/occupations/17-3013.00/related/tasks/1448",
         "title": "Coordinate with and consult other workers to design, lay out, or detail components and systems and to resolve design or other problems.",
         "importance": 73,
         "category": "Core"
      },
      {
         "id": "1456",
         "related": "https://api-v2.onetcenter.org/online/occupations/17-3013.00/related/tasks/1456",
         "title": "Confer with customer representatives to review schematics and answer questions pertaining to installation of systems.",
         "importance": 68,
         "category": "Core"
      }
   ]
}