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/29-1224.00/details/related_occupations
Status:
200 OK
Content-Type:
application/json
{
"start": 1,
"end": 10,
"total": 20,
"next": "https://api-v2.onetcenter.org/online/occupations/29-1224.00/details/related_occupations?start=11&end=20",
"occupation": [
{
"href": "https://api-v2.onetcenter.org/online/occupations/29-1212.00/",
"code": "29-1212.00",
"title": "Cardiologists",
"tags": {}
},
{
"href": "https://api-v2.onetcenter.org/online/occupations/29-1243.00/",
"code": "29-1243.00",
"title": "Pediatric Surgeons",
"tags": {}
},
{
"href": "https://api-v2.onetcenter.org/online/occupations/29-1214.00/",
"code": "29-1214.00",
"title": "Emergency Medicine Physicians",
"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-1222.00/",
"code": "29-1222.00",
"title": "Physicians, Pathologists",
"tags": {
"bright_outlook": true
}
},
{
"href": "https://api-v2.onetcenter.org/online/occupations/29-1216.00/",
"code": "29-1216.00",
"title": "General Internal Medicine Physicians",
"tags": {}
},
{
"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-1229.01/",
"code": "29-1229.01",
"title": "Allergists and Immunologists",
"tags": {}
},
{
"href": "https://api-v2.onetcenter.org/online/occupations/29-1217.00/",
"code": "29-1217.00",
"title": "Neurologists",
"tags": {
"bright_outlook": true
}
},
{
"href": "https://api-v2.onetcenter.org/online/occupations/29-1229.04/",
"code": "29-1229.04",
"title": "Physical Medicine and Rehabilitation Physicians",
"tags": {}
}
]
}
"start": 1,
"end": 10,
"total": 20,
"next": "https://api-v2.onetcenter.org/online/occupations/29-1224.00/details/related_occupations?start=11&end=20",
"occupation": [
{
"href": "https://api-v2.onetcenter.org/online/occupations/29-1212.00/",
"code": "29-1212.00",
"title": "Cardiologists",
"tags": {}
},
{
"href": "https://api-v2.onetcenter.org/online/occupations/29-1243.00/",
"code": "29-1243.00",
"title": "Pediatric Surgeons",
"tags": {}
},
{
"href": "https://api-v2.onetcenter.org/online/occupations/29-1214.00/",
"code": "29-1214.00",
"title": "Emergency Medicine Physicians",
"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-1222.00/",
"code": "29-1222.00",
"title": "Physicians, Pathologists",
"tags": {
"bright_outlook": true
}
},
{
"href": "https://api-v2.onetcenter.org/online/occupations/29-1216.00/",
"code": "29-1216.00",
"title": "General Internal Medicine Physicians",
"tags": {}
},
{
"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-1229.01/",
"code": "29-1229.01",
"title": "Allergists and Immunologists",
"tags": {}
},
{
"href": "https://api-v2.onetcenter.org/online/occupations/29-1217.00/",
"code": "29-1217.00",
"title": "Neurologists",
"tags": {
"bright_outlook": true
}
},
{
"href": "https://api-v2.onetcenter.org/online/occupations/29-1229.04/",
"code": "29-1229.04",
"title": "Physical Medicine and Rehabilitation Physicians",
"tags": {}
}
]
}