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-9162.00/summary/tasks
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 5,
   "total": 15,
   "next": "https://api-v2.onetcenter.org/online/occupations/51-9162.00/summary/tasks?start=6&end=10",
   "task": [
      {
         "id": "11966",
         "related": "https://api-v2.onetcenter.org/online/occupations/51-9162.00/related/tasks/11966",
         "title": "Write programs in the language of a machine's controller and store programs on media, such as punch tapes, magnetic tapes, or disks."
      },
      {
         "id": "11959",
         "related": "https://api-v2.onetcenter.org/online/occupations/51-9162.00/related/tasks/11959",
         "title": "Determine the sequence of machine operations, and select the proper cutting tools needed to machine workpieces into the desired shapes."
      },
      {
         "id": "11960",
         "related": "https://api-v2.onetcenter.org/online/occupations/51-9162.00/related/tasks/11960",
         "title": "Revise programs or tapes to eliminate errors, and retest programs to check that problems have been solved."
      },
      {
         "id": "11961",
         "related": "https://api-v2.onetcenter.org/online/occupations/51-9162.00/related/tasks/11961",
         "title": "Analyze job orders, drawings, blueprints, specifications, printed circuit board pattern films, and design data to calculate dimensions, tool selection, machine speeds, and feed rates."
      },
      {
         "id": "11970",
         "related": "https://api-v2.onetcenter.org/online/occupations/51-9162.00/related/tasks/11970",
         "title": "Write instruction sheets and cutter lists for a machine's controller to guide setup and encode numerical control tapes."
      }
   ]
}