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/53-3054.00/related/tasks/23766
Status:
200 OK
Content-Type:
application/json
{
"summary": {
"id": "23766",
"title": "Perform routine vehicle maintenance, such as regulating tire pressure and adding gasoline, oil, and water.",
"see_more": "https://api-v2.onetcenter.org/online/job_duties/results/53-3054.00?tasks=23766"
},
"occupation": [
{
"href": "https://api-v2.onetcenter.org/online/occupations/53-6031.00/",
"code": "53-6031.00",
"title": "Automotive and Watercraft Service Attendants",
"tags": {}
},
{
"href": "https://api-v2.onetcenter.org/online/occupations/53-3033.00/",
"code": "53-3033.00",
"title": "Light Truck Drivers",
"tags": {
"bright_outlook": true
}
},
{
"href": "https://api-v2.onetcenter.org/online/occupations/53-3053.00/",
"code": "53-3053.00",
"title": "Shuttle Drivers and Chauffeurs",
"tags": {
"bright_outlook": true
}
},
{
"href": "https://api-v2.onetcenter.org/online/occupations/53-3032.00/",
"code": "53-3032.00",
"title": "Heavy and Tractor-Trailer Truck Drivers",
"tags": {
"bright_outlook": true
}
},
{
"href": "https://api-v2.onetcenter.org/online/occupations/53-7051.00/",
"code": "53-7051.00",
"title": "Industrial Truck and Tractor Operators",
"tags": {}
}
]
}
"summary": {
"id": "23766",
"title": "Perform routine vehicle maintenance, such as regulating tire pressure and adding gasoline, oil, and water.",
"see_more": "https://api-v2.onetcenter.org/online/job_duties/results/53-3054.00?tasks=23766"
},
"occupation": [
{
"href": "https://api-v2.onetcenter.org/online/occupations/53-6031.00/",
"code": "53-6031.00",
"title": "Automotive and Watercraft Service Attendants",
"tags": {}
},
{
"href": "https://api-v2.onetcenter.org/online/occupations/53-3033.00/",
"code": "53-3033.00",
"title": "Light Truck Drivers",
"tags": {
"bright_outlook": true
}
},
{
"href": "https://api-v2.onetcenter.org/online/occupations/53-3053.00/",
"code": "53-3053.00",
"title": "Shuttle Drivers and Chauffeurs",
"tags": {
"bright_outlook": true
}
},
{
"href": "https://api-v2.onetcenter.org/online/occupations/53-3032.00/",
"code": "53-3032.00",
"title": "Heavy and Tractor-Trailer Truck Drivers",
"tags": {
"bright_outlook": true
}
},
{
"href": "https://api-v2.onetcenter.org/online/occupations/53-7051.00/",
"code": "53-7051.00",
"title": "Industrial Truck and Tractor Operators",
"tags": {}
}
]
}