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-4041.00/summary/tasks
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 5,
   "total": 29,
   "next": "https://api-v2.onetcenter.org/online/occupations/51-4041.00/summary/tasks?start=6&end=10",
   "task": [
      {
         "id": "20292",
         "related": "https://api-v2.onetcenter.org/online/occupations/51-4041.00/related/tasks/20292",
         "title": "Calculate dimensions or tolerances, using instruments, such as micrometers or vernier calipers."
      },
      {
         "id": "3094",
         "related": "https://api-v2.onetcenter.org/online/occupations/51-4041.00/related/tasks/3094",
         "title": "Machine parts to specifications, using machine tools, such as lathes, milling machines, shapers, or grinders."
      },
      {
         "id": "3095",
         "related": "https://api-v2.onetcenter.org/online/occupations/51-4041.00/related/tasks/3095",
         "title": "Measure, examine, or test completed units to check for defects and ensure conformance to specifications, using precision instruments, such as micrometers."
      },
      {
         "id": "20293",
         "related": "https://api-v2.onetcenter.org/online/occupations/51-4041.00/related/tasks/20293",
         "title": "Set up, adjust, or operate basic or specialized machine tools used to perform precision machining operations."
      },
      {
         "id": "3110",
         "related": "https://api-v2.onetcenter.org/online/occupations/51-4041.00/related/tasks/3110",
         "title": "Program computers or electronic instruments, such as numerically controlled machine tools."
      }
   ]
}