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-4121.00/summary/tasks
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 5,
   "total": 30,
   "next": "https://api-v2.onetcenter.org/online/occupations/51-4121.00/summary/tasks?start=6&end=10",
   "task": [
      {
         "id": "23583",
         "related": "https://api-v2.onetcenter.org/online/occupations/51-4121.00/related/tasks/23583",
         "title": "Operate safety equipment and use safe work habits."
      },
      {
         "id": "23584",
         "related": "https://api-v2.onetcenter.org/online/occupations/51-4121.00/related/tasks/23584",
         "title": "Examine workpieces for defects and measure workpieces with straightedges or templates to ensure conformance with specifications."
      },
      {
         "id": "23582",
         "related": "https://api-v2.onetcenter.org/online/occupations/51-4121.00/related/tasks/23582",
         "title": "Weld components in flat, vertical, or overhead positions."
      },
      {
         "id": "23600",
         "related": "https://api-v2.onetcenter.org/online/occupations/51-4121.00/related/tasks/23600",
         "title": "Detect faulty operation of equipment or defective materials and notify supervisors."
      },
      {
         "id": "23585",
         "related": "https://api-v2.onetcenter.org/online/occupations/51-4121.00/related/tasks/23585",
         "title": "Recognize, set up, and operate hand and power tools common to the welding trade, such as shielded metal arc and gas metal arc welding equipment."
      }
   ]
}