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/29-1171.00/related/tasks/18396
Status:
200 OK
Content-Type:
application/json
{
   "summary": {
      "id": "18396",
      "title": "Prescribe medication dosages, routes, and frequencies, based on such patient characteristics as age and gender.",
      "see_more": "https://api-v2.onetcenter.org/online/job_duties/results/29-1171.00?tasks=18396"
   },
   "occupation": [
      {
         "href": "https://api-v2.onetcenter.org/online/occupations/29-1151.00/",
         "code": "29-1151.00",
         "title": "Nurse Anesthetists",
         "tags": {
            "bright_outlook": true
         }
      },
      {
         "href": "https://api-v2.onetcenter.org/online/occupations/29-1229.03/",
         "code": "29-1229.03",
         "title": "Urologists",
         "tags": {}
      },
      {
         "href": "https://api-v2.onetcenter.org/online/occupations/29-1242.00/",
         "code": "29-1242.00",
         "title": "Orthopedic Surgeons, Except Pediatric",
         "tags": {}
      },
      {
         "href": "https://api-v2.onetcenter.org/online/occupations/29-1299.01/",
         "code": "29-1299.01",
         "title": "Naturopathic Physicians",
         "tags": {}
      },
      {
         "href": "https://api-v2.onetcenter.org/online/occupations/29-1041.00/",
         "code": "29-1041.00",
         "title": "Optometrists",
         "tags": {
            "bright_outlook": true
         }
      }
   ]
}