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/summary/tasks
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 5,
   "total": 16,
   "next": "https://api-v2.onetcenter.org/online/occupations/51-4061.00/summary/tasks?start=6&end=10",
   "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."
      },
      {
         "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."
      },
      {
         "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."
      },
      {
         "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."
      },
      {
         "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."
      }
   ]
}