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
Response
URL:
https://api-v2.onetcenter.org/online/occupations/15-2041.01/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
}
}
]
}
"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
}
}
]
}