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/53-3032.00/related/tasks/19922
Status:
200 OK
Content-Type:
application/json
{
   "summary": {
      "id": "19922",
      "title": "Operate idle reduction systems or auxiliary power systems to generate power from alternative sources, such as fuel cells, to reduce idling time, to heat or cool truck cabins, or to provide power for other equipment.",
      "see_more": "https://api-v2.onetcenter.org/online/job_duties/results/53-3032.00?tasks=19922"
   },
   "occupation": [
      {
         "href": "https://api-v2.onetcenter.org/online/occupations/11-3051.04/",
         "code": "11-3051.04",
         "title": "Biomass Power Plant Managers",
         "tags": {}
      },
      {
         "href": "https://api-v2.onetcenter.org/online/occupations/11-3051.03/",
         "code": "11-3051.03",
         "title": "Biofuels Production Managers",
         "tags": {}
      },
      {
         "href": "https://api-v2.onetcenter.org/online/occupations/11-3051.06/",
         "code": "11-3051.06",
         "title": "Hydroelectric Production Managers",
         "tags": {}
      }
   ]
}