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-9012.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-9012.00/summary/related_occupations?start=6&end=10",
"occupation": [
{
"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": {}
},
{
"href": "https://api-v2.onetcenter.org/online/occupations/51-9023.00/",
"code": "51-9023.00",
"title": "Mixing and Blending Machine Setters, Operators, and Tenders",
"tags": {}
},
{
"href": "https://api-v2.onetcenter.org/online/occupations/51-9011.00/",
"code": "51-9011.00",
"title": "Chemical Equipment Operators and Tenders",
"tags": {}
},
{
"href": "https://api-v2.onetcenter.org/online/occupations/51-9051.00/",
"code": "51-9051.00",
"title": "Furnace, Kiln, Oven, Drier, and Kettle Operators and Tenders",
"tags": {}
},
{
"href": "https://api-v2.onetcenter.org/online/occupations/51-9021.00/",
"code": "51-9021.00",
"title": "Crushing, Grinding, and Polishing Machine Setters, Operators, and Tenders",
"tags": {}
}
]
}
"start": 1,
"end": 5,
"total": 10,
"next": "https://api-v2.onetcenter.org/online/occupations/51-9012.00/summary/related_occupations?start=6&end=10",
"occupation": [
{
"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": {}
},
{
"href": "https://api-v2.onetcenter.org/online/occupations/51-9023.00/",
"code": "51-9023.00",
"title": "Mixing and Blending Machine Setters, Operators, and Tenders",
"tags": {}
},
{
"href": "https://api-v2.onetcenter.org/online/occupations/51-9011.00/",
"code": "51-9011.00",
"title": "Chemical Equipment Operators and Tenders",
"tags": {}
},
{
"href": "https://api-v2.onetcenter.org/online/occupations/51-9051.00/",
"code": "51-9051.00",
"title": "Furnace, Kiln, Oven, Drier, and Kettle Operators and Tenders",
"tags": {}
},
{
"href": "https://api-v2.onetcenter.org/online/occupations/51-9021.00/",
"code": "51-9021.00",
"title": "Crushing, Grinding, and Polishing Machine Setters, Operators, and Tenders",
"tags": {}
}
]
}