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-2211.00/summary/tasks
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 5,
   "total": 19,
   "next": "https://api-v2.onetcenter.org/online/occupations/47-2211.00/summary/tasks?start=6&end=10",
   "task": [
      {
         "id": "5177",
         "related": "https://api-v2.onetcenter.org/online/occupations/47-2211.00/related/tasks/5177",
         "title": "Maintain equipment, making repairs or modifications when necessary."
      },
      {
         "id": "19858",
         "related": "https://api-v2.onetcenter.org/online/occupations/47-2211.00/related/tasks/19858",
         "title": "Fabricate ducts for high efficiency heating, ventilating, and air conditioning (HVAC) systems to maximize efficiency of systems."
      },
      {
         "id": "5173",
         "related": "https://api-v2.onetcenter.org/online/occupations/47-2211.00/related/tasks/5173",
         "title": "Fasten seams or joints together with welds, bolts, cement, rivets, solder, caulks, metal drive clips, or bonds to assemble components into products or to repair sheet metal items."
      },
      {
         "id": "5179",
         "related": "https://api-v2.onetcenter.org/online/occupations/47-2211.00/related/tasks/5179",
         "title": "Transport prefabricated parts to construction sites for assembly and installation."
      },
      {
         "id": "5170",
         "related": "https://api-v2.onetcenter.org/online/occupations/47-2211.00/related/tasks/5170",
         "title": "Install assemblies, such as flashing, pipes, tubes, heating and air conditioning ducts, furnace casings, rain gutters, or downspouts in supportive frameworks."
      }
   ]
}