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-2041.00/related/tools_used/41113117
Status:
200 OK
Content-Type:
application/json
{
   "summary": {
      "code": 41113117,
      "title": "Single gas monitors",
      "example": [
         "Ammonia meters",
         "Carbon monoxide meters",
         "Chlorine meters"
      ]
   },
   "occupation": [
      {
         "href": "https://api-v2.onetcenter.org/online/occupations/47-2011.00/",
         "code": "47-2011.00",
         "title": "Boilermakers",
         "tags": {},
         "example": [
            "Carbon dioxide CO2 meters",
            "Oxygen concentration meters"
         ]
      },
      {
         "href": "https://api-v2.onetcenter.org/online/occupations/49-9092.00/",
         "code": "49-9092.00",
         "title": "Commercial Divers",
         "tags": {
            "bright_outlook": true
         },
         "example": [
            "Carbon dioxide CO2 monitors"
         ]
      },
      {
         "href": "https://api-v2.onetcenter.org/online/occupations/47-4011.00/",
         "code": "47-4011.00",
         "title": "Construction and Building Inspectors",
         "tags": {},
         "example": [
            "Chlorine meters"
         ]
      },
      {
         "href": "https://api-v2.onetcenter.org/online/occupations/47-5041.00/",
         "code": "47-5041.00",
         "title": "Continuous Mining Machine Operators",
         "tags": {},
         "example": [
            "Methane monitors"
         ]
      },
      {
         "href": "https://api-v2.onetcenter.org/online/occupations/51-9193.00/",
         "code": "51-9193.00",
         "title": "Cooling and Freezing Equipment Operators and Tenders",
         "tags": {
            "bright_outlook": true
         },
         "example": [
            "Ammonia detectors"
         ]
      }
   ]
}