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-9161.00/details/tasks
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 10,
   "total": 27,
   "next": "https://api-v2.onetcenter.org/online/occupations/51-9161.00/details/tasks?start=11&end=20",
   "task": [
      {
         "id": "11932",
         "related": "https://api-v2.onetcenter.org/online/occupations/51-9161.00/related/tasks/11932",
         "title": "Measure dimensions of finished workpieces to ensure conformance to specifications, using precision measuring instruments, templates, and fixtures.",
         "importance": 94,
         "category": "Core"
      },
      {
         "id": "11944",
         "related": "https://api-v2.onetcenter.org/online/occupations/51-9161.00/related/tasks/11944",
         "title": "Set up and operate computer-controlled machines or robots to perform one or more machine functions on metal or plastic workpieces.",
         "importance": 92,
         "category": "Core"
      },
      {
         "id": "11934",
         "related": "https://api-v2.onetcenter.org/online/occupations/51-9161.00/related/tasks/11934",
         "title": "Mount, install, align, and secure tools, attachments, fixtures, and workpieces on machines, using hand tools and precision measuring instruments.",
         "importance": 91,
         "category": "Core"
      },
      {
         "id": "11946",
         "related": "https://api-v2.onetcenter.org/online/occupations/51-9161.00/related/tasks/11946",
         "title": "Review program specifications or blueprints to determine and set machine operations and sequencing, finished workpiece dimensions, or numerical control sequences.",
         "importance": 90,
         "category": "Core"
      },
      {
         "id": "11937",
         "related": "https://api-v2.onetcenter.org/online/occupations/51-9161.00/related/tasks/11937",
         "title": "Stop machines to remove finished workpieces or to change tooling, setup, or workpiece placement, according to required machining sequences.",
         "importance": 89,
         "category": "Core"
      },
      {
         "id": "11935",
         "related": "https://api-v2.onetcenter.org/online/occupations/51-9161.00/related/tasks/11935",
         "title": "Listen to machines during operation to detect sounds such as those made by dull cutting tools or excessive vibration, and adjust machines to compensate for problems.",
         "importance": 89,
         "category": "Core"
      },
      {
         "id": "11955",
         "related": "https://api-v2.onetcenter.org/online/occupations/51-9161.00/related/tasks/11955",
         "title": "Implement changes to machine programs, and enter new specifications, using computers.",
         "importance": 89,
         "category": "Core"
      },
      {
         "id": "11940",
         "related": "https://api-v2.onetcenter.org/online/occupations/51-9161.00/related/tasks/11940",
         "title": "Calculate machine speed and feed ratios and the size and position of cuts.",
         "importance": 89,
         "category": "Core"
      },
      {
         "id": "11953",
         "related": "https://api-v2.onetcenter.org/online/occupations/51-9161.00/related/tasks/11953",
         "title": "Transfer commands from servers to computer numerical control (CNC) modules, using computer network links.",
         "importance": 88,
         "category": "Core"
      },
      {
         "id": "11933",
         "related": "https://api-v2.onetcenter.org/online/occupations/51-9161.00/related/tasks/11933",
         "title": "Remove and replace dull cutting tools.",
         "importance": 87,
         "category": "Core"
      }
   ]
}