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/53-7062.04/summary/tasks
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 5,
   "total": 14,
   "next": "https://api-v2.onetcenter.org/online/occupations/53-7062.04/summary/tasks?start=6&end=10",
   "task": [
      {
         "id": "17872",
         "related": "https://api-v2.onetcenter.org/online/occupations/53-7062.04/related/tasks/17872",
         "title": "Sort materials, such as metals, glass, wood, paper or plastics, into appropriate containers for recycling."
      },
      {
         "id": "17884",
         "related": "https://api-v2.onetcenter.org/online/occupations/53-7062.04/related/tasks/17884",
         "title": "Clean recycling yard by sweeping, raking, picking up broken glass and loose paper debris, or moving barrels and bins."
      },
      {
         "id": "17878",
         "related": "https://api-v2.onetcenter.org/online/occupations/53-7062.04/related/tasks/17878",
         "title": "Operate forklifts, pallet jacks, power lifts, or front-end loaders to load bales, bundles, or other heavy items onto trucks for shipping to smelters or other recycled materials processing facilities."
      },
      {
         "id": "17882",
         "related": "https://api-v2.onetcenter.org/online/occupations/53-7062.04/related/tasks/17882",
         "title": "Sort metals to separate high-grade metals, such as copper, brass, and aluminum, for recycling."
      },
      {
         "id": "17886",
         "related": "https://api-v2.onetcenter.org/online/occupations/53-7062.04/related/tasks/17886",
         "title": "Clean, inspect, or lubricate recyclable collection equipment or perform routine maintenance or minor repairs on recycling equipment, such as star gears, finger sorters, destoners, belts, and grinders."
      }
   ]
}