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/25-1066.00/related/work_styles/1.C.5.b
Status:
200 OK
Content-Type:
application/json
{
"summary": {
"id": "1.C.5.b",
"name": "Attention to Detail",
"description": "Job requires being careful about detail and thorough in completing work tasks.",
"see_more": "https://api-v2.onetcenter.org/online/onet_data/work_styles/1.C.5.b"
},
"occupation": [
{
"href": "https://api-v2.onetcenter.org/online/occupations/29-1071.01/",
"code": "29-1071.01",
"title": "Anesthesiologist Assistants",
"tags": {
"bright_outlook": true
}
},
{
"href": "https://api-v2.onetcenter.org/online/occupations/29-1215.00/",
"code": "29-1215.00",
"title": "Family Medicine Physicians",
"tags": {}
},
{
"href": "https://api-v2.onetcenter.org/online/occupations/49-9044.00/",
"code": "49-9044.00",
"title": "Millwrights",
"tags": {}
},
{
"href": "https://api-v2.onetcenter.org/online/occupations/43-9081.00/",
"code": "43-9081.00",
"title": "Proofreaders and Copy Markers",
"tags": {}
},
{
"href": "https://api-v2.onetcenter.org/online/occupations/27-4031.00/",
"code": "27-4031.00",
"title": "Camera Operators, Television, Video, and Film",
"tags": {}
}
]
}
"summary": {
"id": "1.C.5.b",
"name": "Attention to Detail",
"description": "Job requires being careful about detail and thorough in completing work tasks.",
"see_more": "https://api-v2.onetcenter.org/online/onet_data/work_styles/1.C.5.b"
},
"occupation": [
{
"href": "https://api-v2.onetcenter.org/online/occupations/29-1071.01/",
"code": "29-1071.01",
"title": "Anesthesiologist Assistants",
"tags": {
"bright_outlook": true
}
},
{
"href": "https://api-v2.onetcenter.org/online/occupations/29-1215.00/",
"code": "29-1215.00",
"title": "Family Medicine Physicians",
"tags": {}
},
{
"href": "https://api-v2.onetcenter.org/online/occupations/49-9044.00/",
"code": "49-9044.00",
"title": "Millwrights",
"tags": {}
},
{
"href": "https://api-v2.onetcenter.org/online/occupations/43-9081.00/",
"code": "43-9081.00",
"title": "Proofreaders and Copy Markers",
"tags": {}
},
{
"href": "https://api-v2.onetcenter.org/online/occupations/27-4031.00/",
"code": "27-4031.00",
"title": "Camera Operators, Television, Video, and Film",
"tags": {}
}
]
}