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/11-3051.06/related/tools_used/26101506
Status:
200 OK
Content-Type:
application/json
{
   "summary": {
      "code": 26101506,
      "title": "Turbine engines",
      "example": [
         "Impulse turbines",
         "Reaction turbines",
         "Turbine generators"
      ]
   },
   "occupation": [
      {
         "href": "https://api-v2.onetcenter.org/online/occupations/17-2011.00/",
         "code": "17-2011.00",
         "title": "Aerospace Engineers",
         "tags": {
            "bright_outlook": true
         },
         "example": [
            "Axial flow turbines"
         ]
      },
      {
         "href": "https://api-v2.onetcenter.org/online/occupations/51-9011.00/",
         "code": "51-9011.00",
         "title": "Chemical Equipment Operators and Tenders",
         "tags": {},
         "example": [
            "Combustion gas turbines"
         ]
      },
      {
         "href": "https://api-v2.onetcenter.org/online/occupations/51-8013.04/",
         "code": "51-8013.04",
         "title": "Hydroelectric Plant Technicians",
         "tags": {},
         "example": [
            "Combustion turbines"
         ]
      },
      {
         "href": "https://api-v2.onetcenter.org/online/occupations/17-3026.00/",
         "code": "17-3026.00",
         "title": "Industrial Engineering Technologists and Technicians",
         "tags": {},
         "example": [
            "Power production turbines"
         ]
      },
      {
         "href": "https://api-v2.onetcenter.org/online/occupations/51-8013.00/",
         "code": "51-8013.00",
         "title": "Power Plant Operators",
         "tags": {},
         "example": [
            "Combustion turbines"
         ]
      }
   ]
}