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-2131.00/summary/tasks
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 5,
   "total": 10,
   "next": "https://api-v2.onetcenter.org/online/occupations/47-2131.00/summary/tasks?start=6&end=10",
   "task": [
      {
         "id": "13545",
         "related": "https://api-v2.onetcenter.org/online/occupations/47-2131.00/related/tasks/13545",
         "title": "Measure and cut insulation for covering surfaces, using tape measures, handsaws, power saws, knives, or scissors."
      },
      {
         "id": "13547",
         "related": "https://api-v2.onetcenter.org/online/occupations/47-2131.00/related/tasks/13547",
         "title": "Fit, wrap, staple, or glue insulating materials to structures or surfaces, using hand tools or wires."
      },
      {
         "id": "13546",
         "related": "https://api-v2.onetcenter.org/online/occupations/47-2131.00/related/tasks/13546",
         "title": "Cover and line structures with blown or rolled forms of materials to insulate against cold, heat, or moisture, using saws, knives, rasps, trowels, blowers, or other tools and implements."
      },
      {
         "id": "13549",
         "related": "https://api-v2.onetcenter.org/online/occupations/47-2131.00/related/tasks/13549",
         "title": "Distribute insulating materials evenly into small spaces within floors, ceilings, or walls, using blowers and hose attachments, or cement mortars."
      },
      {
         "id": "13551",
         "related": "https://api-v2.onetcenter.org/online/occupations/47-2131.00/related/tasks/13551",
         "title": "Move controls, buttons, or levers to start blowers and regulate flow of materials through nozzles."
      }
   ]
}