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-2041.00/summary/tasks
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 5,
   "total": 23,
   "next": "https://api-v2.onetcenter.org/online/occupations/51-2041.00/summary/tasks?start=6&end=10",
   "task": [
      {
         "id": "10036",
         "related": "https://api-v2.onetcenter.org/online/occupations/51-2041.00/related/tasks/10036",
         "title": "Verify conformance of workpieces to specifications, using squares, rulers, and measuring tapes."
      },
      {
         "id": "10042",
         "related": "https://api-v2.onetcenter.org/online/occupations/51-2041.00/related/tasks/10042",
         "title": "Study engineering drawings and blueprints to determine materials requirements and task sequences."
      },
      {
         "id": "10035",
         "related": "https://api-v2.onetcenter.org/online/occupations/51-2041.00/related/tasks/10035",
         "title": "Position, align, fit, and weld parts to form complete units or subunits, following blueprints and layout specifications, and using jigs, welding torches, and hand tools."
      },
      {
         "id": "10038",
         "related": "https://api-v2.onetcenter.org/online/occupations/51-2041.00/related/tasks/10038",
         "title": "Lay out and examine metal stock or workpieces to be processed to ensure that specifications are met."
      },
      {
         "id": "10037",
         "related": "https://api-v2.onetcenter.org/online/occupations/51-2041.00/related/tasks/10037",
         "title": "Tack-weld fitted parts together."
      }
   ]
}