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-2099.01/related/work_styles/1.C.7.a
Status:
200 OK
Content-Type:
application/json
{
"summary": {
"id": "1.C.7.a",
"name": "Innovation",
"description": "Job requires creativity and alternative thinking to develop new ideas for and answers to work-related problems.",
"see_more": "https://api-v2.onetcenter.org/online/onet_data/work_styles/1.C.7.a"
},
"occupation": [
{
"href": "https://api-v2.onetcenter.org/online/occupations/27-2032.00/",
"code": "27-2032.00",
"title": "Choreographers",
"tags": {}
},
{
"href": "https://api-v2.onetcenter.org/online/occupations/27-1027.00/",
"code": "27-1027.00",
"title": "Set and Exhibit Designers",
"tags": {}
},
{
"href": "https://api-v2.onetcenter.org/online/occupations/25-1122.00/",
"code": "25-1122.00",
"title": "Communications Teachers, Postsecondary",
"tags": {}
},
{
"href": "https://api-v2.onetcenter.org/online/occupations/19-1021.00/",
"code": "19-1021.00",
"title": "Biochemists and Biophysicists",
"tags": {
"bright_outlook": true
}
},
{
"href": "https://api-v2.onetcenter.org/online/occupations/19-2012.00/",
"code": "19-2012.00",
"title": "Physicists",
"tags": {
"bright_outlook": true
}
}
]
}
"summary": {
"id": "1.C.7.a",
"name": "Innovation",
"description": "Job requires creativity and alternative thinking to develop new ideas for and answers to work-related problems.",
"see_more": "https://api-v2.onetcenter.org/online/onet_data/work_styles/1.C.7.a"
},
"occupation": [
{
"href": "https://api-v2.onetcenter.org/online/occupations/27-2032.00/",
"code": "27-2032.00",
"title": "Choreographers",
"tags": {}
},
{
"href": "https://api-v2.onetcenter.org/online/occupations/27-1027.00/",
"code": "27-1027.00",
"title": "Set and Exhibit Designers",
"tags": {}
},
{
"href": "https://api-v2.onetcenter.org/online/occupations/25-1122.00/",
"code": "25-1122.00",
"title": "Communications Teachers, Postsecondary",
"tags": {}
},
{
"href": "https://api-v2.onetcenter.org/online/occupations/19-1021.00/",
"code": "19-1021.00",
"title": "Biochemists and Biophysicists",
"tags": {
"bright_outlook": true
}
},
{
"href": "https://api-v2.onetcenter.org/online/occupations/19-2012.00/",
"code": "19-2012.00",
"title": "Physicists",
"tags": {
"bright_outlook": true
}
}
]
}