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/summary/tasks
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 5,
   "total": 11,
   "next": "https://api-v2.onetcenter.org/online/occupations/51-2021.00/summary/tasks?start=6&end=10",
   "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."
      },
      {
         "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."
      },
      {
         "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."
      },
      {
         "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."
      },
      {
         "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."
      }
   ]
}