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/veterans/careers/29-2057.00/explore_more
Status:
200 OK
Content-Type:
application/json
{
"careers": [
{
"href": "https://api-v2.onetcenter.org/veterans/careers/29-2031.00/",
"code": "29-2031.00",
"title": "Cardiovascular Technologists & Technicians",
"tags": {}
},
{
"href": "https://api-v2.onetcenter.org/veterans/careers/31-9092.00/",
"code": "31-9092.00",
"title": "Medical Assistants",
"tags": {
"bright_outlook": true
}
},
{
"href": "https://api-v2.onetcenter.org/veterans/careers/29-2099.01/",
"code": "29-2099.01",
"title": "Neurodiagnostic Technologists",
"tags": {
"bright_outlook": true
}
},
{
"href": "https://api-v2.onetcenter.org/veterans/careers/29-2099.05/",
"code": "29-2099.05",
"title": "Ophthalmic Medical Technologists",
"tags": {
"bright_outlook": true
}
},
{
"href": "https://api-v2.onetcenter.org/veterans/careers/29-9093.00/",
"code": "29-9093.00",
"title": "Surgical Assistants",
"tags": {
"bright_outlook": true
}
}
],
"industries": [
{
"most_people": "https://api-v2.onetcenter.org/veterans/industries/62/most_people",
"code": 62,
"title": "Health & Counseling"
}
]
}
"careers": [
{
"href": "https://api-v2.onetcenter.org/veterans/careers/29-2031.00/",
"code": "29-2031.00",
"title": "Cardiovascular Technologists & Technicians",
"tags": {}
},
{
"href": "https://api-v2.onetcenter.org/veterans/careers/31-9092.00/",
"code": "31-9092.00",
"title": "Medical Assistants",
"tags": {
"bright_outlook": true
}
},
{
"href": "https://api-v2.onetcenter.org/veterans/careers/29-2099.01/",
"code": "29-2099.01",
"title": "Neurodiagnostic Technologists",
"tags": {
"bright_outlook": true
}
},
{
"href": "https://api-v2.onetcenter.org/veterans/careers/29-2099.05/",
"code": "29-2099.05",
"title": "Ophthalmic Medical Technologists",
"tags": {
"bright_outlook": true
}
},
{
"href": "https://api-v2.onetcenter.org/veterans/careers/29-9093.00/",
"code": "29-9093.00",
"title": "Surgical Assistants",
"tags": {
"bright_outlook": true
}
}
],
"industries": [
{
"most_people": "https://api-v2.onetcenter.org/veterans/industries/62/most_people",
"code": 62,
"title": "Health & Counseling"
}
]
}