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/27-2012.03/related/work_activities/4.A.1.b.1
Status:
200 OK
Content-Type:
application/json
{
"summary": {
"id": "4.A.1.b.1",
"name": "Identifying Objects, Actions, and Events",
"description": "Identifying information by categorizing, estimating, recognizing differences or similarities, and detecting changes in circumstances or events.",
"see_more": "https://api-v2.onetcenter.org/online/onet_data/work_activities/4.A.1.b.1"
},
"occupation": [
{
"href": "https://api-v2.onetcenter.org/online/occupations/53-2011.00/",
"code": "53-2011.00",
"title": "Airline Pilots, Copilots, and Flight Engineers",
"tags": {}
},
{
"href": "https://api-v2.onetcenter.org/online/occupations/25-1125.00/",
"code": "25-1125.00",
"title": "History Teachers, Postsecondary",
"tags": {}
},
{
"href": "https://api-v2.onetcenter.org/online/occupations/33-9032.00/",
"code": "33-9032.00",
"title": "Security Guards",
"tags": {
"bright_outlook": true
}
},
{
"href": "https://api-v2.onetcenter.org/online/occupations/29-1241.00/",
"code": "29-1241.00",
"title": "Ophthalmologists, Except Pediatric",
"tags": {}
},
{
"href": "https://api-v2.onetcenter.org/online/occupations/29-1229.03/",
"code": "29-1229.03",
"title": "Urologists",
"tags": {}
}
]
}
"summary": {
"id": "4.A.1.b.1",
"name": "Identifying Objects, Actions, and Events",
"description": "Identifying information by categorizing, estimating, recognizing differences or similarities, and detecting changes in circumstances or events.",
"see_more": "https://api-v2.onetcenter.org/online/onet_data/work_activities/4.A.1.b.1"
},
"occupation": [
{
"href": "https://api-v2.onetcenter.org/online/occupations/53-2011.00/",
"code": "53-2011.00",
"title": "Airline Pilots, Copilots, and Flight Engineers",
"tags": {}
},
{
"href": "https://api-v2.onetcenter.org/online/occupations/25-1125.00/",
"code": "25-1125.00",
"title": "History Teachers, Postsecondary",
"tags": {}
},
{
"href": "https://api-v2.onetcenter.org/online/occupations/33-9032.00/",
"code": "33-9032.00",
"title": "Security Guards",
"tags": {
"bright_outlook": true
}
},
{
"href": "https://api-v2.onetcenter.org/online/occupations/29-1241.00/",
"code": "29-1241.00",
"title": "Ophthalmologists, Except Pediatric",
"tags": {}
},
{
"href": "https://api-v2.onetcenter.org/online/occupations/29-1229.03/",
"code": "29-1229.03",
"title": "Urologists",
"tags": {}
}
]
}