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/51-4081.00/related/work_styles/1.C.4.c
Status:
200 OK
Content-Type:
application/json
{
"summary": {
"id": "1.C.4.c",
"name": "Adaptability/Flexibility",
"description": "Job requires being open to change (positive or negative) and to considerable variety in the workplace.",
"see_more": "https://api-v2.onetcenter.org/online/onet_data/work_styles/1.C.4.c"
},
"occupation": [
{
"href": "https://api-v2.onetcenter.org/online/occupations/29-2099.08/",
"code": "29-2099.08",
"title": "Patient Representatives",
"tags": {
"bright_outlook": true
}
},
{
"href": "https://api-v2.onetcenter.org/online/occupations/25-2057.00/",
"code": "25-2057.00",
"title": "Special Education Teachers, Middle School",
"tags": {}
},
{
"href": "https://api-v2.onetcenter.org/online/occupations/25-2051.00/",
"code": "25-2051.00",
"title": "Special Education Teachers, Preschool",
"tags": {}
},
{
"href": "https://api-v2.onetcenter.org/online/occupations/27-2011.00/",
"code": "27-2011.00",
"title": "Actors",
"tags": {}
},
{
"href": "https://api-v2.onetcenter.org/online/occupations/11-9081.00/",
"code": "11-9081.00",
"title": "Lodging Managers",
"tags": {
"bright_outlook": true
}
}
]
}
"summary": {
"id": "1.C.4.c",
"name": "Adaptability/Flexibility",
"description": "Job requires being open to change (positive or negative) and to considerable variety in the workplace.",
"see_more": "https://api-v2.onetcenter.org/online/onet_data/work_styles/1.C.4.c"
},
"occupation": [
{
"href": "https://api-v2.onetcenter.org/online/occupations/29-2099.08/",
"code": "29-2099.08",
"title": "Patient Representatives",
"tags": {
"bright_outlook": true
}
},
{
"href": "https://api-v2.onetcenter.org/online/occupations/25-2057.00/",
"code": "25-2057.00",
"title": "Special Education Teachers, Middle School",
"tags": {}
},
{
"href": "https://api-v2.onetcenter.org/online/occupations/25-2051.00/",
"code": "25-2051.00",
"title": "Special Education Teachers, Preschool",
"tags": {}
},
{
"href": "https://api-v2.onetcenter.org/online/occupations/27-2011.00/",
"code": "27-2011.00",
"title": "Actors",
"tags": {}
},
{
"href": "https://api-v2.onetcenter.org/online/occupations/11-9081.00/",
"code": "11-9081.00",
"title": "Lodging Managers",
"tags": {
"bright_outlook": true
}
}
]
}