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-4061.00/details/tasks
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 10,
   "total": 16,
   "next": "https://api-v2.onetcenter.org/online/occupations/51-4061.00/details/tasks?start=11&end=16",
   "task": [
      {
         "id": "12022",
         "related": "https://api-v2.onetcenter.org/online/occupations/51-4061.00/related/tasks/12022",
         "title": "Study blueprints, drawings, and sketches to determine material dimensions, required equipment, and operations sequences.",
         "importance": 94,
         "category": "Core"
      },
      {
         "id": "12024",
         "related": "https://api-v2.onetcenter.org/online/occupations/51-4061.00/related/tasks/12024",
         "title": "Inspect and test products to verify conformance to specifications, using precision measuring instruments or circuit testers.",
         "importance": 93,
         "category": "Core"
      },
      {
         "id": "12027",
         "related": "https://api-v2.onetcenter.org/online/occupations/51-4061.00/related/tasks/12027",
         "title": "Drill, countersink, and ream holes in parts and assemblies for bolts, screws, and other fasteners, using power tools.",
         "importance": 91,
         "category": "Core"
      },
      {
         "id": "12025",
         "related": "https://api-v2.onetcenter.org/online/occupations/51-4061.00/related/tasks/12025",
         "title": "Cut, shape, and form metal parts, using lathes, power saws, snips, power brakes and shears, files, and mallets.",
         "importance": 90,
         "category": "Core"
      },
      {
         "id": "12023",
         "related": "https://api-v2.onetcenter.org/online/occupations/51-4061.00/related/tasks/12023",
         "title": "Set up and operate machines, such as lathes, drill presses, punch presses, or bandsaws, to fabricate prototypes or models.",
         "importance": 90,
         "category": "Core"
      },
      {
         "id": "12034",
         "related": "https://api-v2.onetcenter.org/online/occupations/51-4061.00/related/tasks/12034",
         "title": "Devise and construct tools, dies, molds, jigs, and fixtures, or modify existing tools and equipment.",
         "importance": 88,
         "category": "Core"
      },
      {
         "id": "12030",
         "related": "https://api-v2.onetcenter.org/online/occupations/51-4061.00/related/tasks/12030",
         "title": "Rework or alter component model or parts as required to ensure that products meet standards.",
         "importance": 87,
         "category": "Core"
      },
      {
         "id": "12028",
         "related": "https://api-v2.onetcenter.org/online/occupations/51-4061.00/related/tasks/12028",
         "title": "Grind, file, and sand parts to finished dimensions.",
         "importance": 87,
         "category": "Core"
      },
      {
         "id": "20924",
         "related": "https://api-v2.onetcenter.org/online/occupations/51-4061.00/related/tasks/20924",
         "title": "Program computer numerical control (CNC) machines to fabricate model parts.",
         "importance": 85,
         "category": "Core"
      },
      {
         "id": "12026",
         "related": "https://api-v2.onetcenter.org/online/occupations/51-4061.00/related/tasks/12026",
         "title": "Lay out and mark reference points and dimensions on materials, using measuring instruments and drawing or scribing tools.",
         "importance": 85,
         "category": "Core"
      }
   ]
}