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/27-2012.05/related/interests/1.B.1.d
Status:
200 OK
Content-Type:
application/json
{
"summary": {
"id": "1.B.1.d",
"interest_code": "S",
"name": "Social",
"description": "Work involves helping, teaching, advising, assisting, or providing service to others. Social occupations are often associated with social, health care, personal service, teaching/education, or religious activities.",
"see_more": "https://api-v2.onetcenter.org/online/onet_data/interests/S"
},
"occupation": [
{
"href": "https://api-v2.onetcenter.org/online/occupations/39-9011.00/",
"code": "39-9011.00",
"title": "Childcare Workers",
"tags": {
"bright_outlook": true
}
},
{
"href": "https://api-v2.onetcenter.org/online/occupations/31-1121.00/",
"code": "31-1121.00",
"title": "Home Health Aides",
"tags": {
"bright_outlook": true
}
},
{
"href": "https://api-v2.onetcenter.org/online/occupations/35-9031.00/",
"code": "35-9031.00",
"title": "Hosts and Hostesses, Restaurant, Lounge, and Coffee Shop",
"tags": {
"bright_outlook": true
}
},
{
"href": "https://api-v2.onetcenter.org/online/occupations/39-9011.01/",
"code": "39-9011.01",
"title": "Nannies",
"tags": {
"bright_outlook": true
}
},
{
"href": "https://api-v2.onetcenter.org/online/occupations/31-1122.00/",
"code": "31-1122.00",
"title": "Personal Care Aides",
"tags": {
"bright_outlook": true
}
}
]
}
"summary": {
"id": "1.B.1.d",
"interest_code": "S",
"name": "Social",
"description": "Work involves helping, teaching, advising, assisting, or providing service to others. Social occupations are often associated with social, health care, personal service, teaching/education, or religious activities.",
"see_more": "https://api-v2.onetcenter.org/online/onet_data/interests/S"
},
"occupation": [
{
"href": "https://api-v2.onetcenter.org/online/occupations/39-9011.00/",
"code": "39-9011.00",
"title": "Childcare Workers",
"tags": {
"bright_outlook": true
}
},
{
"href": "https://api-v2.onetcenter.org/online/occupations/31-1121.00/",
"code": "31-1121.00",
"title": "Home Health Aides",
"tags": {
"bright_outlook": true
}
},
{
"href": "https://api-v2.onetcenter.org/online/occupations/35-9031.00/",
"code": "35-9031.00",
"title": "Hosts and Hostesses, Restaurant, Lounge, and Coffee Shop",
"tags": {
"bright_outlook": true
}
},
{
"href": "https://api-v2.onetcenter.org/online/occupations/39-9011.01/",
"code": "39-9011.01",
"title": "Nannies",
"tags": {
"bright_outlook": true
}
},
{
"href": "https://api-v2.onetcenter.org/online/occupations/31-1122.00/",
"code": "31-1122.00",
"title": "Personal Care Aides",
"tags": {
"bright_outlook": true
}
}
]
}