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/33-1012.00/related/skills/2.A.1.b
Status:
200 OK
Content-Type:
application/json
{
"summary": {
"id": "2.A.1.b",
"name": "Active Listening",
"description": "Giving full attention to what other people are saying, taking time to understand the points being made, asking questions as appropriate, and not interrupting at inappropriate times.",
"see_more": "https://api-v2.onetcenter.org/online/onet_data/skills_basic/2.A.1.b"
},
"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/21-1013.00/",
"code": "21-1013.00",
"title": "Marriage and Family Therapists",
"tags": {
"bright_outlook": true
}
},
{
"href": "https://api-v2.onetcenter.org/online/occupations/21-1021.00/",
"code": "21-1021.00",
"title": "Child, Family, and School Social Workers",
"tags": {}
},
{
"href": "https://api-v2.onetcenter.org/online/occupations/21-1014.00/",
"code": "21-1014.00",
"title": "Mental Health Counselors",
"tags": {
"bright_outlook": true
}
},
{
"href": "https://api-v2.onetcenter.org/online/occupations/29-1223.00/",
"code": "29-1223.00",
"title": "Psychiatrists",
"tags": {
"bright_outlook": true
}
}
]
}
"summary": {
"id": "2.A.1.b",
"name": "Active Listening",
"description": "Giving full attention to what other people are saying, taking time to understand the points being made, asking questions as appropriate, and not interrupting at inappropriate times.",
"see_more": "https://api-v2.onetcenter.org/online/onet_data/skills_basic/2.A.1.b"
},
"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/21-1013.00/",
"code": "21-1013.00",
"title": "Marriage and Family Therapists",
"tags": {
"bright_outlook": true
}
},
{
"href": "https://api-v2.onetcenter.org/online/occupations/21-1021.00/",
"code": "21-1021.00",
"title": "Child, Family, and School Social Workers",
"tags": {}
},
{
"href": "https://api-v2.onetcenter.org/online/occupations/21-1014.00/",
"code": "21-1014.00",
"title": "Mental Health Counselors",
"tags": {
"bright_outlook": true
}
},
{
"href": "https://api-v2.onetcenter.org/online/occupations/29-1223.00/",
"code": "29-1223.00",
"title": "Psychiatrists",
"tags": {
"bright_outlook": true
}
}
]
}