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/19-2012.00/related/skills/2.A.1.c
Status:
200 OK
Content-Type:
application/json
{
"summary": {
"id": "2.A.1.c",
"name": "Writing",
"description": "Communicating effectively in writing as appropriate for the needs of the audience.",
"see_more": "https://api-v2.onetcenter.org/online/onet_data/skills_basic/2.A.1.c"
},
"occupation": [
{
"href": "https://api-v2.onetcenter.org/online/occupations/27-3042.00/",
"code": "27-3042.00",
"title": "Technical Writers",
"tags": {}
},
{
"href": "https://api-v2.onetcenter.org/online/occupations/27-3043.05/",
"code": "27-3043.05",
"title": "Poets, Lyricists and Creative Writers",
"tags": {}
},
{
"href": "https://api-v2.onetcenter.org/online/occupations/27-3043.00/",
"code": "27-3043.00",
"title": "Writers and Authors",
"tags": {}
},
{
"href": "https://api-v2.onetcenter.org/online/occupations/19-3039.02/",
"code": "19-3039.02",
"title": "Neuropsychologists",
"tags": {}
},
{
"href": "https://api-v2.onetcenter.org/online/occupations/19-1021.00/",
"code": "19-1021.00",
"title": "Biochemists and Biophysicists",
"tags": {
"bright_outlook": true
}
}
]
}
"summary": {
"id": "2.A.1.c",
"name": "Writing",
"description": "Communicating effectively in writing as appropriate for the needs of the audience.",
"see_more": "https://api-v2.onetcenter.org/online/onet_data/skills_basic/2.A.1.c"
},
"occupation": [
{
"href": "https://api-v2.onetcenter.org/online/occupations/27-3042.00/",
"code": "27-3042.00",
"title": "Technical Writers",
"tags": {}
},
{
"href": "https://api-v2.onetcenter.org/online/occupations/27-3043.05/",
"code": "27-3043.05",
"title": "Poets, Lyricists and Creative Writers",
"tags": {}
},
{
"href": "https://api-v2.onetcenter.org/online/occupations/27-3043.00/",
"code": "27-3043.00",
"title": "Writers and Authors",
"tags": {}
},
{
"href": "https://api-v2.onetcenter.org/online/occupations/19-3039.02/",
"code": "19-3039.02",
"title": "Neuropsychologists",
"tags": {}
},
{
"href": "https://api-v2.onetcenter.org/online/occupations/19-1021.00/",
"code": "19-1021.00",
"title": "Biochemists and Biophysicists",
"tags": {
"bright_outlook": true
}
}
]
}