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/technology/examples/Medical%20reference%20software
Status:
200 OK
Content-Type:
application/json
{
"start": 1,
"end": 3,
"total": 3,
"category": [
{
"href": "https://api-v2.onetcenter.org/online/technology/categories/43232309",
"code": 43232309,
"title": "Information retrieval or search software"
}
],
"occupation": [
{
"href": "https://api-v2.onetcenter.org/online/occupations/29-1215.00/",
"code": "29-1215.00",
"title": "Family Medicine Physicians",
"tags": {},
"job_zone": {
"code": 5,
"title": "Job Zone Five: Extensive Preparation Needed"
}
},
{
"href": "https://api-v2.onetcenter.org/online/occupations/29-1216.00/",
"code": "29-1216.00",
"title": "General Internal Medicine Physicians",
"tags": {},
"job_zone": {
"code": 5,
"title": "Job Zone Five: Extensive Preparation Needed"
}
},
{
"href": "https://api-v2.onetcenter.org/online/occupations/29-1229.02/",
"code": "29-1229.02",
"title": "Hospitalists",
"tags": {},
"job_zone": {
"code": 5,
"title": "Job Zone Five: Extensive Preparation Needed"
}
}
]
}
"start": 1,
"end": 3,
"total": 3,
"category": [
{
"href": "https://api-v2.onetcenter.org/online/technology/categories/43232309",
"code": 43232309,
"title": "Information retrieval or search software"
}
],
"occupation": [
{
"href": "https://api-v2.onetcenter.org/online/occupations/29-1215.00/",
"code": "29-1215.00",
"title": "Family Medicine Physicians",
"tags": {},
"job_zone": {
"code": 5,
"title": "Job Zone Five: Extensive Preparation Needed"
}
},
{
"href": "https://api-v2.onetcenter.org/online/occupations/29-1216.00/",
"code": "29-1216.00",
"title": "General Internal Medicine Physicians",
"tags": {},
"job_zone": {
"code": 5,
"title": "Job Zone Five: Extensive Preparation Needed"
}
},
{
"href": "https://api-v2.onetcenter.org/online/occupations/29-1229.02/",
"code": "29-1229.02",
"title": "Hospitalists",
"tags": {},
"job_zone": {
"code": 5,
"title": "Job Zone Five: Extensive Preparation Needed"
}
}
]
}