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-2152.00/summary/tasks
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 5,
   "total": 30,
   "next": "https://api-v2.onetcenter.org/online/occupations/47-2152.00/summary/tasks?start=6&end=10",
   "task": [
      {
         "id": "23469",
         "related": "https://api-v2.onetcenter.org/online/occupations/47-2152.00/related/tasks/23469",
         "title": "Shut off steam, water, or other gases or liquids from pipe sections, using valve keys or wrenches."
      },
      {
         "id": "23478",
         "related": "https://api-v2.onetcenter.org/online/occupations/47-2152.00/related/tasks/23478",
         "title": "Install underground storm, sanitary, or water piping systems, extending piping as needed to connect fixtures and plumbing."
      },
      {
         "id": "23466",
         "related": "https://api-v2.onetcenter.org/online/occupations/47-2152.00/related/tasks/23466",
         "title": "Assemble pipe sections, tubing, or fittings, using couplings, clamps, screws, bolts, cement, plastic solvent, caulking, or soldering, brazing, or welding equipment."
      },
      {
         "id": "23474",
         "related": "https://api-v2.onetcenter.org/online/occupations/47-2152.00/related/tasks/23474",
         "title": "Locate and mark the position of pipe installations, connections, passage holes, or fixtures in structures, using measuring instruments such as rulers or levels."
      },
      {
         "id": "23459",
         "related": "https://api-v2.onetcenter.org/online/occupations/47-2152.00/related/tasks/23459",
         "title": "Cut, thread, or hammer pipes to specifications, using tools such as saws, cutting torches, pipe threaders, or pipe benders."
      }
   ]
}