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/43-5031.00/related/work_styles/1.C.7.b
Status:
200 OK
Content-Type:
application/json
{
"summary": {
"id": "1.C.7.b",
"name": "Analytical Thinking",
"description": "Job requires analyzing information and using logic to address work-related issues and problems.",
"see_more": "https://api-v2.onetcenter.org/online/onet_data/work_styles/1.C.7.b"
},
"occupation": [
{
"href": "https://api-v2.onetcenter.org/online/occupations/15-2051.01/",
"code": "15-2051.01",
"title": "Business Intelligence Analysts",
"tags": {
"bright_outlook": true
}
},
{
"href": "https://api-v2.onetcenter.org/online/occupations/13-1161.00/",
"code": "13-1161.00",
"title": "Market Research Analysts and Marketing Specialists",
"tags": {
"bright_outlook": true
}
},
{
"href": "https://api-v2.onetcenter.org/online/occupations/15-2021.00/",
"code": "15-2021.00",
"title": "Mathematicians",
"tags": {}
},
{
"href": "https://api-v2.onetcenter.org/online/occupations/25-1061.00/",
"code": "25-1061.00",
"title": "Anthropology and Archeology Teachers, Postsecondary",
"tags": {}
},
{
"href": "https://api-v2.onetcenter.org/online/occupations/19-2011.00/",
"code": "19-2011.00",
"title": "Astronomers",
"tags": {
"bright_outlook": true
}
}
]
}
"summary": {
"id": "1.C.7.b",
"name": "Analytical Thinking",
"description": "Job requires analyzing information and using logic to address work-related issues and problems.",
"see_more": "https://api-v2.onetcenter.org/online/onet_data/work_styles/1.C.7.b"
},
"occupation": [
{
"href": "https://api-v2.onetcenter.org/online/occupations/15-2051.01/",
"code": "15-2051.01",
"title": "Business Intelligence Analysts",
"tags": {
"bright_outlook": true
}
},
{
"href": "https://api-v2.onetcenter.org/online/occupations/13-1161.00/",
"code": "13-1161.00",
"title": "Market Research Analysts and Marketing Specialists",
"tags": {
"bright_outlook": true
}
},
{
"href": "https://api-v2.onetcenter.org/online/occupations/15-2021.00/",
"code": "15-2021.00",
"title": "Mathematicians",
"tags": {}
},
{
"href": "https://api-v2.onetcenter.org/online/occupations/25-1061.00/",
"code": "25-1061.00",
"title": "Anthropology and Archeology Teachers, Postsecondary",
"tags": {}
},
{
"href": "https://api-v2.onetcenter.org/online/occupations/19-2011.00/",
"code": "19-2011.00",
"title": "Astronomers",
"tags": {
"bright_outlook": true
}
}
]
}