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/details/tasks
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 10,
   "total": 14,
   "next": "https://api-v2.onetcenter.org/online/occupations/53-7062.04/details/tasks?start=11&end=14",
   "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.",
         "importance": 82,
         "category": "Core"
      },
      {
         "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.",
         "importance": 78,
         "category": "Core"
      },
      {
         "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.",
         "importance": 75,
         "category": "Core"
      },
      {
         "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.",
         "importance": 74,
         "category": "Core"
      },
      {
         "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.",
         "importance": 70,
         "category": "Core"
      },
      {
         "id": "17885",
         "related": "https://api-v2.onetcenter.org/online/occupations/53-7062.04/related/tasks/17885",
         "title": "Collect and sort recyclable construction materials, such as concrete, drywall, plastics, or wood, into containers.",
         "importance": 83,
         "category": "Supplemental"
      },
      {
         "id": "17871",
         "related": "https://api-v2.onetcenter.org/online/occupations/53-7062.04/related/tasks/17871",
         "title": "Extract chemicals from discarded appliances, such as air conditioners or refrigerators, using specialized machinery, such as refrigerant recovery equipment.",
         "importance": 81,
         "category": "Supplemental"
      },
      {
         "id": "17874",
         "related": "https://api-v2.onetcenter.org/online/occupations/53-7062.04/related/tasks/17874",
         "title": "Deposit recoverable materials into chutes or place materials on conveyor belts.",
         "importance": 79,
         "category": "Supplemental"
      },
      {
         "id": "17877",
         "related": "https://api-v2.onetcenter.org/online/occupations/53-7062.04/related/tasks/17877",
         "title": "Operate balers to compress recyclable materials into bundles or bales.",
         "importance": 77,
         "category": "Supplemental"
      },
      {
         "id": "17883",
         "related": "https://api-v2.onetcenter.org/online/occupations/53-7062.04/related/tasks/17883",
         "title": "Clean materials, such as metals, according to recycling requirements.",
         "importance": 76,
         "category": "Supplemental"
      }
   ]
}