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/19-5011.00/details/tasks
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 10,
   "total": 22,
   "next": "https://api-v2.onetcenter.org/online/occupations/19-5011.00/details/tasks?start=11&end=20",
   "task": [
      {
         "id": "11063",
         "related": "https://api-v2.onetcenter.org/online/occupations/19-5011.00/related/tasks/11063",
         "title": "Recommend measures to help protect workers from potentially hazardous work methods, processes, or materials.",
         "importance": 89,
         "category": "Core"
      },
      {
         "id": "11066",
         "related": "https://api-v2.onetcenter.org/online/occupations/19-5011.00/related/tasks/11066",
         "title": "Develop or maintain hygiene programs, such as noise surveys, continuous atmosphere monitoring, ventilation surveys, or asbestos management plans.",
         "importance": 85,
         "category": "Core"
      },
      {
         "id": "11062",
         "related": "https://api-v2.onetcenter.org/online/occupations/19-5011.00/related/tasks/11062",
         "title": "Order suspension of activities that pose threats to workers' health or safety.",
         "importance": 85,
         "category": "Core"
      },
      {
         "id": "11064",
         "related": "https://api-v2.onetcenter.org/online/occupations/19-5011.00/related/tasks/11064",
         "title": "Investigate accidents to identify causes or to determine how such accidents might be prevented in the future.",
         "importance": 83,
         "category": "Core"
      },
      {
         "id": "11067",
         "related": "https://api-v2.onetcenter.org/online/occupations/19-5011.00/related/tasks/11067",
         "title": "Inspect or evaluate workplace environments, equipment, or practices to ensure compliance with safety standards and government regulations.",
         "importance": 78,
         "category": "Core"
      },
      {
         "id": "11071",
         "related": "https://api-v2.onetcenter.org/online/occupations/19-5011.00/related/tasks/11071",
         "title": "Collect samples of dust, gases, vapors, or other potentially toxic materials for analysis.",
         "importance": 77,
         "category": "Core"
      },
      {
         "id": "11068",
         "related": "https://api-v2.onetcenter.org/online/occupations/19-5011.00/related/tasks/11068",
         "title": "Collaborate with engineers or physicians to institute control or remedial measures for hazardous or potentially hazardous conditions or equipment.",
         "importance": 77,
         "category": "Core"
      },
      {
         "id": "11065",
         "related": "https://api-v2.onetcenter.org/online/occupations/19-5011.00/related/tasks/11065",
         "title": "Investigate the adequacy of ventilation, exhaust equipment, lighting, or other conditions that could affect employee health, comfort, or performance.",
         "importance": 75,
         "category": "Core"
      },
      {
         "id": "11069",
         "related": "https://api-v2.onetcenter.org/online/occupations/19-5011.00/related/tasks/11069",
         "title": "Conduct safety training or education programs and demonstrate the use of safety equipment.",
         "importance": 74,
         "category": "Core"
      },
      {
         "id": "11072",
         "related": "https://api-v2.onetcenter.org/online/occupations/19-5011.00/related/tasks/11072",
         "title": "Investigate health-related complaints and inspect facilities to ensure that they comply with public health legislation and regulations.",
         "importance": 74,
         "category": "Core"
      }
   ]
}