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-2021.00/details/tasks
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 10,
   "total": 11,
   "next": "https://api-v2.onetcenter.org/online/occupations/51-2021.00/details/tasks?start=11&end=11",
   "task": [
      {
         "id": "11904",
         "related": "https://api-v2.onetcenter.org/online/occupations/51-2021.00/related/tasks/11904",
         "title": "Operate or tend wire-coiling machines to wind wire coils used in electrical components such as resistors and transformers, and in electrical equipment and instruments such as bobbins and generators.",
         "importance": 90,
         "category": "Core"
      },
      {
         "id": "11909",
         "related": "https://api-v2.onetcenter.org/online/occupations/51-2021.00/related/tasks/11909",
         "title": "Attach, alter, and trim materials such as wire, insulation, and coils, using hand tools.",
         "importance": 86,
         "category": "Core"
      },
      {
         "id": "11906",
         "related": "https://api-v2.onetcenter.org/online/occupations/51-2021.00/related/tasks/11906",
         "title": "Cut, strip, and bend wire leads at ends of coils, using pliers and wire scrapers.",
         "importance": 85,
         "category": "Core"
      },
      {
         "id": "11905",
         "related": "https://api-v2.onetcenter.org/online/occupations/51-2021.00/related/tasks/11905",
         "title": "Review work orders and specifications to determine materials needed and types of parts to be processed.",
         "importance": 85,
         "category": "Core"
      },
      {
         "id": "11907",
         "related": "https://api-v2.onetcenter.org/online/occupations/51-2021.00/related/tasks/11907",
         "title": "Select and load materials such as workpieces, objects, and machine parts onto equipment used in coiling processes.",
         "importance": 81,
         "category": "Core"
      },
      {
         "id": "11908",
         "related": "https://api-v2.onetcenter.org/online/occupations/51-2021.00/related/tasks/11908",
         "title": "Record production and operational data on specified forms.",
         "importance": 81,
         "category": "Core"
      },
      {
         "id": "11910",
         "related": "https://api-v2.onetcenter.org/online/occupations/51-2021.00/related/tasks/11910",
         "title": "Stop machines to remove completed components, using hand tools.",
         "importance": 69,
         "category": "Core"
      },
      {
         "id": "11911",
         "related": "https://api-v2.onetcenter.org/online/occupations/51-2021.00/related/tasks/11911",
         "title": "Examine and test wired electrical components such as motors, armatures, and stators, using measuring devices, and record test results.",
         "importance": 85,
         "category": "Supplemental"
      },
      {
         "id": "11914",
         "related": "https://api-v2.onetcenter.org/online/occupations/51-2021.00/related/tasks/11914",
         "title": "Line slots with sheet insulation, and insert coils into slots.",
         "importance": 77,
         "category": "Supplemental"
      },
      {
         "id": "11912",
         "related": "https://api-v2.onetcenter.org/online/occupations/51-2021.00/related/tasks/11912",
         "title": "Apply solutions or paints to wired electrical components, using hand tools, and bake components.",
         "importance": 72,
         "category": "Supplemental"
      }
   ]
}