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/51-9051.00/summary/related_occupations
Status:
200 OK
Content-Type:
application/json
{
"start": 1,
"end": 5,
"total": 10,
"next": "https://api-v2.onetcenter.org/online/occupations/51-9051.00/summary/related_occupations?start=6&end=10",
"occupation": [
{
"href": "https://api-v2.onetcenter.org/online/occupations/51-9012.00/",
"code": "51-9012.00",
"title": "Separating, Filtering, Clarifying, Precipitating, and Still Machine Setters, Operators, and Tenders",
"tags": {}
},
{
"href": "https://api-v2.onetcenter.org/online/occupations/51-4051.00/",
"code": "51-4051.00",
"title": "Metal-Refining Furnace Operators and Tenders",
"tags": {}
},
{
"href": "https://api-v2.onetcenter.org/online/occupations/51-9041.00/",
"code": "51-9041.00",
"title": "Extruding, Forming, Pressing, and Compacting Machine Setters, Operators, and Tenders",
"tags": {}
},
{
"href": "https://api-v2.onetcenter.org/online/occupations/51-4191.00/",
"code": "51-4191.00",
"title": "Heat Treating Equipment Setters, Operators, and Tenders, Metal and Plastic",
"tags": {}
},
{
"href": "https://api-v2.onetcenter.org/online/occupations/51-9192.00/",
"code": "51-9192.00",
"title": "Cleaning, Washing, and Metal Pickling Equipment Operators and Tenders",
"tags": {}
}
]
}
"start": 1,
"end": 5,
"total": 10,
"next": "https://api-v2.onetcenter.org/online/occupations/51-9051.00/summary/related_occupations?start=6&end=10",
"occupation": [
{
"href": "https://api-v2.onetcenter.org/online/occupations/51-9012.00/",
"code": "51-9012.00",
"title": "Separating, Filtering, Clarifying, Precipitating, and Still Machine Setters, Operators, and Tenders",
"tags": {}
},
{
"href": "https://api-v2.onetcenter.org/online/occupations/51-4051.00/",
"code": "51-4051.00",
"title": "Metal-Refining Furnace Operators and Tenders",
"tags": {}
},
{
"href": "https://api-v2.onetcenter.org/online/occupations/51-9041.00/",
"code": "51-9041.00",
"title": "Extruding, Forming, Pressing, and Compacting Machine Setters, Operators, and Tenders",
"tags": {}
},
{
"href": "https://api-v2.onetcenter.org/online/occupations/51-4191.00/",
"code": "51-4191.00",
"title": "Heat Treating Equipment Setters, Operators, and Tenders, Metal and Plastic",
"tags": {}
},
{
"href": "https://api-v2.onetcenter.org/online/occupations/51-9192.00/",
"code": "51-9192.00",
"title": "Cleaning, Washing, and Metal Pickling Equipment Operators and Tenders",
"tags": {}
}
]
}