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/47-2011.00/summary/tasks
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 5,
   "total": 17,
   "next": "https://api-v2.onetcenter.org/online/occupations/47-2011.00/summary/tasks?start=6&end=10",
   "task": [
      {
         "id": "11442",
         "related": "https://api-v2.onetcenter.org/online/occupations/47-2011.00/related/tasks/11442",
         "title": "Attach rigging and signal crane or hoist operators to lift heavy frame and plate sections or other parts into place."
      },
      {
         "id": "11446",
         "related": "https://api-v2.onetcenter.org/online/occupations/47-2011.00/related/tasks/11446",
         "title": "Study blueprints to determine locations, relationships, or dimensions of parts."
      },
      {
         "id": "11441",
         "related": "https://api-v2.onetcenter.org/online/occupations/47-2011.00/related/tasks/11441",
         "title": "Repair or replace defective pressure vessel parts, such as safety valves or regulators, using torches, jacks, caulking hammers, power saws, threading dies, welding equipment, or metalworking machinery."
      },
      {
         "id": "11450",
         "related": "https://api-v2.onetcenter.org/online/occupations/47-2011.00/related/tasks/11450",
         "title": "Locate and mark reference points for columns or plates on boiler foundations, following blueprints and using straightedges, squares, transits, or measuring instruments."
      },
      {
         "id": "11439",
         "related": "https://api-v2.onetcenter.org/online/occupations/47-2011.00/related/tasks/11439",
         "title": "Bolt or arc weld pressure vessel structures and parts together, using wrenches or welding equipment."
      }
   ]
}