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/31-9097.00/related/work_context/4.C.3.d.1
Status:
200 OK
Content-Type:
application/json
{
"summary": {
"id": "4.C.3.d.1",
"name": "Time Pressure",
"description": "How often does this job require the worker to meet strict deadlines?",
"see_more": "https://api-v2.onetcenter.org/online/onet_data/work_context/4.C.3.d.1"
},
"occupation": [
{
"href": "https://api-v2.onetcenter.org/online/occupations/29-2036.00/",
"code": "29-2036.00",
"title": "Medical Dosimetrists",
"tags": {}
},
{
"href": "https://api-v2.onetcenter.org/online/occupations/43-5011.01/",
"code": "43-5011.01",
"title": "Freight Forwarders",
"tags": {
"bright_outlook": true
}
},
{
"href": "https://api-v2.onetcenter.org/online/occupations/51-4193.00/",
"code": "51-4193.00",
"title": "Plating Machine Setters, Operators, and Tenders, Metal and Plastic",
"tags": {}
},
{
"href": "https://api-v2.onetcenter.org/online/occupations/53-3031.00/",
"code": "53-3031.00",
"title": "Driver/Sales Workers",
"tags": {
"bright_outlook": true
}
},
{
"href": "https://api-v2.onetcenter.org/online/occupations/29-1222.00/",
"code": "29-1222.00",
"title": "Physicians, Pathologists",
"tags": {
"bright_outlook": true
}
}
]
}
"summary": {
"id": "4.C.3.d.1",
"name": "Time Pressure",
"description": "How often does this job require the worker to meet strict deadlines?",
"see_more": "https://api-v2.onetcenter.org/online/onet_data/work_context/4.C.3.d.1"
},
"occupation": [
{
"href": "https://api-v2.onetcenter.org/online/occupations/29-2036.00/",
"code": "29-2036.00",
"title": "Medical Dosimetrists",
"tags": {}
},
{
"href": "https://api-v2.onetcenter.org/online/occupations/43-5011.01/",
"code": "43-5011.01",
"title": "Freight Forwarders",
"tags": {
"bright_outlook": true
}
},
{
"href": "https://api-v2.onetcenter.org/online/occupations/51-4193.00/",
"code": "51-4193.00",
"title": "Plating Machine Setters, Operators, and Tenders, Metal and Plastic",
"tags": {}
},
{
"href": "https://api-v2.onetcenter.org/online/occupations/53-3031.00/",
"code": "53-3031.00",
"title": "Driver/Sales Workers",
"tags": {
"bright_outlook": true
}
},
{
"href": "https://api-v2.onetcenter.org/online/occupations/29-1222.00/",
"code": "29-1222.00",
"title": "Physicians, Pathologists",
"tags": {
"bright_outlook": true
}
}
]
}