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/49-3022.00/related/skills/2.A.2.a
Status:
200 OK
Content-Type:
application/json
{
"summary": {
"id": "2.A.2.a",
"name": "Critical Thinking",
"description": "Using logic and reasoning to identify the strengths and weaknesses of alternative solutions, conclusions, or approaches to problems.",
"see_more": "https://api-v2.onetcenter.org/online/onet_data/skills_basic/2.A.2.a"
},
"occupation": [
{
"href": "https://api-v2.onetcenter.org/online/occupations/23-1023.00/",
"code": "23-1023.00",
"title": "Judges, Magistrate Judges, and Magistrates",
"tags": {}
},
{
"href": "https://api-v2.onetcenter.org/online/occupations/23-1011.00/",
"code": "23-1011.00",
"title": "Lawyers",
"tags": {}
},
{
"href": "https://api-v2.onetcenter.org/online/occupations/29-1211.00/",
"code": "29-1211.00",
"title": "Anesthesiologists",
"tags": {}
},
{
"href": "https://api-v2.onetcenter.org/online/occupations/29-1218.00/",
"code": "29-1218.00",
"title": "Obstetricians and Gynecologists",
"tags": {}
},
{
"href": "https://api-v2.onetcenter.org/online/occupations/11-1011.00/",
"code": "11-1011.00",
"title": "Chief Executives",
"tags": {
"bright_outlook": true
}
}
]
}
"summary": {
"id": "2.A.2.a",
"name": "Critical Thinking",
"description": "Using logic and reasoning to identify the strengths and weaknesses of alternative solutions, conclusions, or approaches to problems.",
"see_more": "https://api-v2.onetcenter.org/online/onet_data/skills_basic/2.A.2.a"
},
"occupation": [
{
"href": "https://api-v2.onetcenter.org/online/occupations/23-1023.00/",
"code": "23-1023.00",
"title": "Judges, Magistrate Judges, and Magistrates",
"tags": {}
},
{
"href": "https://api-v2.onetcenter.org/online/occupations/23-1011.00/",
"code": "23-1011.00",
"title": "Lawyers",
"tags": {}
},
{
"href": "https://api-v2.onetcenter.org/online/occupations/29-1211.00/",
"code": "29-1211.00",
"title": "Anesthesiologists",
"tags": {}
},
{
"href": "https://api-v2.onetcenter.org/online/occupations/29-1218.00/",
"code": "29-1218.00",
"title": "Obstetricians and Gynecologists",
"tags": {}
},
{
"href": "https://api-v2.onetcenter.org/online/occupations/11-1011.00/",
"code": "11-1011.00",
"title": "Chief Executives",
"tags": {
"bright_outlook": true
}
}
]
}