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/47-5012.00/details/education
Status:
200 OK
Content-Type:
application/json
{
"response": [
{
"code": 1,
"title": "Less than high school diploma",
"percentage_of_respondents": 31
},
{
"code": 2,
"title": "High school diploma or equivalent",
"description": "for example, GED",
"percentage_of_respondents": 29
},
{
"code": 4,
"title": "Some college, no degree",
"description": "Awarded for training completed after high school (for example, in agriculture or natural resources, computer services, personal or culinary services, engineering technologies, healthcare, construction trades, mechanic and repair technologies, or precision production)",
"percentage_of_respondents": 22
}
]
}
"response": [
{
"code": 1,
"title": "Less than high school diploma",
"percentage_of_respondents": 31
},
{
"code": 2,
"title": "High school diploma or equivalent",
"description": "for example, GED",
"percentage_of_respondents": 29
},
{
"code": 4,
"title": "Some college, no degree",
"description": "Awarded for training completed after high school (for example, in agriculture or natural resources, computer services, personal or culinary services, engineering technologies, healthcare, construction trades, mechanic and repair technologies, or precision production)",
"percentage_of_respondents": 22
}
]
}