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-4041.00/details/tasks
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 10,
   "total": 21,
   "next": "https://api-v2.onetcenter.org/online/occupations/47-4041.00/details/tasks?start=11&end=20",
   "task": [
      {
         "id": "20796",
         "related": "https://api-v2.onetcenter.org/online/occupations/47-4041.00/related/tasks/20796",
         "title": "Build containment areas prior to beginning abatement or decontamination work.",
         "importance": 86,
         "category": "Core"
      },
      {
         "id": "11591",
         "related": "https://api-v2.onetcenter.org/online/occupations/47-4041.00/related/tasks/11591",
         "title": "Remove asbestos or lead from surfaces, using hand or power tools such as scrapers, vacuums, or high-pressure sprayers.",
         "importance": 85,
         "category": "Core"
      },
      {
         "id": "11594",
         "related": "https://api-v2.onetcenter.org/online/occupations/47-4041.00/related/tasks/11594",
         "title": "Identify asbestos, lead, or other hazardous materials to be removed, using monitoring devices.",
         "importance": 84,
         "category": "Core"
      },
      {
         "id": "20797",
         "related": "https://api-v2.onetcenter.org/online/occupations/47-4041.00/related/tasks/20797",
         "title": "Prepare hazardous material for removal or storage.",
         "importance": 82,
         "category": "Core"
      },
      {
         "id": "11584",
         "related": "https://api-v2.onetcenter.org/online/occupations/47-4041.00/related/tasks/11584",
         "title": "Comply with prescribed safety procedures or federal laws regulating waste disposal methods.",
         "importance": 81,
         "category": "Core"
      },
      {
         "id": "11588",
         "related": "https://api-v2.onetcenter.org/online/occupations/47-4041.00/related/tasks/11588",
         "title": "Load or unload materials into containers or onto trucks, using hoists or forklifts.",
         "importance": 77,
         "category": "Core"
      },
      {
         "id": "11589",
         "related": "https://api-v2.onetcenter.org/online/occupations/47-4041.00/related/tasks/11589",
         "title": "Clean contaminated equipment or areas for reuse, using detergents or solvents, sandblasters, filter pumps, or steam cleaners.",
         "importance": 74,
         "category": "Core"
      },
      {
         "id": "19872",
         "related": "https://api-v2.onetcenter.org/online/occupations/47-4041.00/related/tasks/19872",
         "title": "Remove or limit contamination following emergencies involving hazardous substances.",
         "importance": 74,
         "category": "Core"
      },
      {
         "id": "19869",
         "related": "https://api-v2.onetcenter.org/online/occupations/47-4041.00/related/tasks/19869",
         "title": "Clean mold-contaminated sites by removing damaged porous materials or thoroughly cleaning all contaminated nonporous materials.",
         "importance": 73,
         "category": "Core"
      },
      {
         "id": "11587",
         "related": "https://api-v2.onetcenter.org/online/occupations/47-4041.00/related/tasks/11587",
         "title": "Operate machines or equipment to remove, package, store, or transport loads of waste materials.",
         "importance": 72,
         "category": "Core"
      }
   ]
}