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-4042.00/related/tools_used/41104016
Status:
200 OK
Content-Type:
application/json
{
   "summary": {
      "code": 41104016,
      "title": "Air pollutant samplers",
      "example": [
         "Digital hand meters",
         "Handheld laser particle counters",
         "Particulate monitors"
      ]
   },
   "occupation": [
      {
         "href": "https://api-v2.onetcenter.org/online/occupations/47-4041.00/",
         "code": "47-4041.00",
         "title": "Hazardous Materials Removal Workers",
         "tags": {},
         "example": [
            "Air pollutant monitors"
         ]
      },
      {
         "href": "https://api-v2.onetcenter.org/online/occupations/17-2111.00/",
         "code": "17-2111.00",
         "title": "Health and Safety Engineers, Except Mining Safety Engineers and Inspectors",
         "tags": {},
         "example": [
            "Microbial contaminant measurement devices",
            "Multi-vapor reading instruments",
            "Particulate measurement devices"
         ]
      },
      {
         "href": "https://api-v2.onetcenter.org/online/occupations/19-5011.00/",
         "code": "19-5011.00",
         "title": "Occupational Health and Safety Specialists",
         "tags": {
            "bright_outlook": true
         },
         "example": [
            "Gravimetric dust samplers",
            "Particle sensors"
         ]
      },
      {
         "href": "https://api-v2.onetcenter.org/online/occupations/19-5012.00/",
         "code": "19-5012.00",
         "title": "Occupational Health and Safety Technicians",
         "tags": {
            "bright_outlook": true
         },
         "example": [
            "Particle sensors",
            "Particulate monitors"
         ]
      }
   ]
}