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

URL:
https://api-v2.onetcenter.org/online/occupations/11-3051.03/related/tasks/15449
Status:
200 OK
Content-Type:
application/json
{
   "summary": {
      "id": "15449",
      "title": "Provide training to subordinate or new employees to improve biofuels plant safety or increase the production of biofuels.",
      "see_more": "https://api-v2.onetcenter.org/online/job_duties/results/11-3051.03?tasks=15449"
   },
   "occupation": [
      {
         "href": "https://api-v2.onetcenter.org/online/occupations/11-3131.00/",
         "code": "11-3131.00",
         "title": "Training and Development Managers",
         "tags": {
            "bright_outlook": true
         }
      },
      {
         "href": "https://api-v2.onetcenter.org/online/occupations/11-9111.00/",
         "code": "11-9111.00",
         "title": "Medical and Health Services Managers",
         "tags": {
            "bright_outlook": true
         }
      },
      {
         "href": "https://api-v2.onetcenter.org/online/occupations/11-9131.00/",
         "code": "11-9131.00",
         "title": "Postmasters and Mail Superintendents",
         "tags": {}
      },
      {
         "href": "https://api-v2.onetcenter.org/online/occupations/11-9179.01/",
         "code": "11-9179.01",
         "title": "Fitness and Wellness Coordinators",
         "tags": {
            "bright_outlook": true
         }
      },
      {
         "href": "https://api-v2.onetcenter.org/online/occupations/11-9032.00/",
         "code": "11-9032.00",
         "title": "Education Administrators, Kindergarten through Secondary",
         "tags": {}
      }
   ]
}