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/17-2031.00/related/knowledge/2.C.5.a
Status:
200 OK
Content-Type:
application/json
{
   "summary": {
      "id": "2.C.5.a",
      "name": "Medicine and Dentistry",
      "description": "Knowledge of the information and techniques needed to diagnose and treat human injuries, diseases, and deformities. This includes symptoms, treatment alternatives, drug properties and interactions, and preventive health-care measures.",
      "see_more": "https://api-v2.onetcenter.org/online/onet_data/knowledge/2.C.5.a"
   },
   "occupation": [
      {
         "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-1218.00/",
         "code": "29-1218.00",
         "title": "Obstetricians and Gynecologists",
         "tags": {}
      },
      {
         "href": "https://api-v2.onetcenter.org/online/occupations/29-1229.06/",
         "code": "29-1229.06",
         "title": "Sports Medicine Physicians",
         "tags": {}
      },
      {
         "href": "https://api-v2.onetcenter.org/online/occupations/29-1022.00/",
         "code": "29-1022.00",
         "title": "Oral and Maxillofacial Surgeons",
         "tags": {}
      },
      {
         "href": "https://api-v2.onetcenter.org/online/occupations/29-1071.00/",
         "code": "29-1071.00",
         "title": "Physician Assistants",
         "tags": {
            "bright_outlook": true
         }
      }
   ]
}