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/51-3091.00/related/tools_used/40101802
Status:
200 OK
Content-Type:
application/json
{
   "summary": {
      "code": 40101802,
      "title": "Heat exchangers",
      "example": [
         "Heat exchanger conversion kits",
         "Heat exchanger systems"
      ]
   },
   "occupation": [
      {
         "href": "https://api-v2.onetcenter.org/online/occupations/51-8099.01/",
         "code": "51-8099.01",
         "title": "Biofuels Processing Technicians",
         "tags": {},
         "example": []
      },
      {
         "href": "https://api-v2.onetcenter.org/online/occupations/17-2041.00/",
         "code": "17-2041.00",
         "title": "Chemical Engineers",
         "tags": {
            "bright_outlook": true
         },
         "example": []
      },
      {
         "href": "https://api-v2.onetcenter.org/online/occupations/51-9011.00/",
         "code": "51-9011.00",
         "title": "Chemical Equipment Operators and Tenders",
         "tags": {},
         "example": []
      },
      {
         "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": [
            "Falling film heat exchangers",
            "Plate heat exchangers",
            "Scraped surface heat exchangers",
            "Shell and tube heat exchangers"
         ]
      },
      {
         "href": "https://api-v2.onetcenter.org/online/occupations/51-8092.00/",
         "code": "51-8092.00",
         "title": "Gas Plant Operators",
         "tags": {},
         "example": [
            "Reboilers"
         ]
      }
   ]
}