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-2056.00/summary/related_occupations
Status:
200 OK
Content-Type:
application/json
{
"start": 1,
"end": 5,
"total": 10,
"next": "https://api-v2.onetcenter.org/online/occupations/29-2056.00/summary/related_occupations?start=6&end=10",
"occupation": [
{
"href": "https://api-v2.onetcenter.org/online/occupations/31-9096.00/",
"code": "31-9096.00",
"title": "Veterinary Assistants and Laboratory Animal Caretakers",
"tags": {
"bright_outlook": true
}
},
{
"href": "https://api-v2.onetcenter.org/online/occupations/29-9093.00/",
"code": "29-9093.00",
"title": "Surgical Assistants",
"tags": {
"bright_outlook": true
}
},
{
"href": "https://api-v2.onetcenter.org/online/occupations/31-9092.00/",
"code": "31-9092.00",
"title": "Medical Assistants",
"tags": {
"bright_outlook": true
}
},
{
"href": "https://api-v2.onetcenter.org/online/occupations/29-2055.00/",
"code": "29-2055.00",
"title": "Surgical Technologists",
"tags": {
"bright_outlook": true
}
},
{
"href": "https://api-v2.onetcenter.org/online/occupations/29-2031.00/",
"code": "29-2031.00",
"title": "Cardiovascular Technologists and Technicians",
"tags": {}
}
]
}
"start": 1,
"end": 5,
"total": 10,
"next": "https://api-v2.onetcenter.org/online/occupations/29-2056.00/summary/related_occupations?start=6&end=10",
"occupation": [
{
"href": "https://api-v2.onetcenter.org/online/occupations/31-9096.00/",
"code": "31-9096.00",
"title": "Veterinary Assistants and Laboratory Animal Caretakers",
"tags": {
"bright_outlook": true
}
},
{
"href": "https://api-v2.onetcenter.org/online/occupations/29-9093.00/",
"code": "29-9093.00",
"title": "Surgical Assistants",
"tags": {
"bright_outlook": true
}
},
{
"href": "https://api-v2.onetcenter.org/online/occupations/31-9092.00/",
"code": "31-9092.00",
"title": "Medical Assistants",
"tags": {
"bright_outlook": true
}
},
{
"href": "https://api-v2.onetcenter.org/online/occupations/29-2055.00/",
"code": "29-2055.00",
"title": "Surgical Technologists",
"tags": {
"bright_outlook": true
}
},
{
"href": "https://api-v2.onetcenter.org/online/occupations/29-2031.00/",
"code": "29-2031.00",
"title": "Cardiovascular Technologists and Technicians",
"tags": {}
}
]
}