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/Deoxyribonucleic%20acid%20DNA%20sequence%20analysis%20software
Status:
200 OK
Content-Type:
application/json
{
"start": 1,
"end": 3,
"total": 3,
"category": [
{
"href": "https://api-v2.onetcenter.org/online/technology/categories/43232605",
"code": 43232605,
"title": "Analytical or scientific software"
}
],
"occupation": [
{
"href": "https://api-v2.onetcenter.org/online/occupations/19-1011.00/",
"code": "19-1011.00",
"title": "Animal Scientists",
"tags": {
"bright_outlook": true
},
"job_zone": {
"code": 5,
"title": "Job Zone Five: Extensive Preparation Needed"
}
},
{
"href": "https://api-v2.onetcenter.org/online/occupations/19-1029.04/",
"code": "19-1029.04",
"title": "Biologists",
"tags": {
"bright_outlook": true
},
"job_zone": {
"code": 5,
"title": "Job Zone Five: Extensive Preparation Needed"
}
},
{
"href": "https://api-v2.onetcenter.org/online/occupations/19-1029.03/",
"code": "19-1029.03",
"title": "Geneticists",
"tags": {
"bright_outlook": true
},
"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/43232605",
"code": 43232605,
"title": "Analytical or scientific software"
}
],
"occupation": [
{
"href": "https://api-v2.onetcenter.org/online/occupations/19-1011.00/",
"code": "19-1011.00",
"title": "Animal Scientists",
"tags": {
"bright_outlook": true
},
"job_zone": {
"code": 5,
"title": "Job Zone Five: Extensive Preparation Needed"
}
},
{
"href": "https://api-v2.onetcenter.org/online/occupations/19-1029.04/",
"code": "19-1029.04",
"title": "Biologists",
"tags": {
"bright_outlook": true
},
"job_zone": {
"code": 5,
"title": "Job Zone Five: Extensive Preparation Needed"
}
},
{
"href": "https://api-v2.onetcenter.org/online/occupations/19-1029.03/",
"code": "19-1029.03",
"title": "Geneticists",
"tags": {
"bright_outlook": true
},
"job_zone": {
"code": 5,
"title": "Job Zone Five: Extensive Preparation Needed"
}
}
]
}