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/17-2111.00/details/tasks
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 10,
   "total": 27,
   "next": "https://api-v2.onetcenter.org/online/occupations/17-2111.00/details/tasks?start=11&end=20",
   "task": [
      {
         "id": "21860",
         "related": "https://api-v2.onetcenter.org/online/occupations/17-2111.00/related/tasks/21860",
         "title": "Investigate industrial accidents, injuries, or occupational diseases to determine causes and preventive measures.",
         "importance": 88,
         "category": "Core"
      },
      {
         "id": "21861",
         "related": "https://api-v2.onetcenter.org/online/occupations/17-2111.00/related/tasks/21861",
         "title": "Conduct research to evaluate safety levels for products.",
         "importance": 84,
         "category": "Core"
      },
      {
         "id": "21862",
         "related": "https://api-v2.onetcenter.org/online/occupations/17-2111.00/related/tasks/21862",
         "title": "Evaluate product designs for safety.",
         "importance": 83,
         "category": "Core"
      },
      {
         "id": "21863",
         "related": "https://api-v2.onetcenter.org/online/occupations/17-2111.00/related/tasks/21863",
         "title": "Conduct or coordinate worker training in areas such as safety laws and regulations, hazardous condition monitoring, and use of safety equipment.",
         "importance": 82,
         "category": "Core"
      },
      {
         "id": "21864",
         "related": "https://api-v2.onetcenter.org/online/occupations/17-2111.00/related/tasks/21864",
         "title": "Maintain and apply knowledge of current policies, regulations, and industrial processes.",
         "importance": 82,
         "category": "Core"
      },
      {
         "id": "21865",
         "related": "https://api-v2.onetcenter.org/online/occupations/17-2111.00/related/tasks/21865",
         "title": "Recommend procedures for detection, prevention, and elimination of physical, chemical, or other product hazards.",
         "importance": 82,
         "category": "Core"
      },
      {
         "id": "21866",
         "related": "https://api-v2.onetcenter.org/online/occupations/17-2111.00/related/tasks/21866",
         "title": "Report or review findings from accident investigations, facilities inspections, or environmental testing.",
         "importance": 81,
         "category": "Core"
      },
      {
         "id": "21867",
         "related": "https://api-v2.onetcenter.org/online/occupations/17-2111.00/related/tasks/21867",
         "title": "Evaluate potential health hazards or damage that could occur from product misuse.",
         "importance": 81,
         "category": "Core"
      },
      {
         "id": "21868",
         "related": "https://api-v2.onetcenter.org/online/occupations/17-2111.00/related/tasks/21868",
         "title": "Evaluate adequacy of actions taken to correct health inspection violations.",
         "importance": 77,
         "category": "Core"
      },
      {
         "id": "21869",
         "related": "https://api-v2.onetcenter.org/online/occupations/17-2111.00/related/tasks/21869",
         "title": "Interpret safety regulations for others interested in industrial safety, such as safety engineers, labor representatives, and safety inspectors.",
         "importance": 74,
         "category": "Core"
      }
   ]
}