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/details/tasks
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 10,
   "total": 15,
   "next": "https://api-v2.onetcenter.org/online/occupations/51-9162.00/details/tasks?start=11&end=15",
   "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.",
         "importance": 85,
         "category": "Core"
      },
      {
         "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.",
         "importance": 85,
         "category": "Core"
      },
      {
         "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.",
         "importance": 81,
         "category": "Core"
      },
      {
         "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.",
         "importance": 81,
         "category": "Core"
      },
      {
         "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.",
         "importance": 81,
         "category": "Core"
      },
      {
         "id": "11963",
         "related": "https://api-v2.onetcenter.org/online/occupations/51-9162.00/related/tasks/11963",
         "title": "Observe machines on trial runs or conduct computer simulations to ensure that programs and machinery will function properly and produce items that meet specifications.",
         "importance": 78,
         "category": "Core"
      },
      {
         "id": "11968",
         "related": "https://api-v2.onetcenter.org/online/occupations/51-9162.00/related/tasks/11968",
         "title": "Enter computer commands to store or retrieve parts patterns, graphic displays, or programs that transfer data to other media.",
         "importance": 75,
         "category": "Core"
      },
      {
         "id": "11967",
         "related": "https://api-v2.onetcenter.org/online/occupations/51-9162.00/related/tasks/11967",
         "title": "Modify existing programs to enhance efficiency.",
         "importance": 75,
         "category": "Core"
      },
      {
         "id": "11962",
         "related": "https://api-v2.onetcenter.org/online/occupations/51-9162.00/related/tasks/11962",
         "title": "Determine reference points, machine cutting paths, or hole locations, and compute angular and linear dimensions, radii, and curvatures.",
         "importance": 73,
         "category": "Core"
      },
      {
         "id": "11971",
         "related": "https://api-v2.onetcenter.org/online/occupations/51-9162.00/related/tasks/11971",
         "title": "Sort shop orders into groups to maximize materials utilization and minimize machine setup time.",
         "importance": 72,
         "category": "Core"
      }
   ]
}