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/summary/tasks
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 5,
   "total": 22,
   "next": "https://api-v2.onetcenter.org/online/occupations/19-5011.00/summary/tasks?start=6&end=10",
   "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."
      },
      {
         "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."
      },
      {
         "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."
      },
      {
         "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."
      },
      {
         "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."
      }
   ]
}