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
Send a request to see the response.
Loading...
The request could not be completed (). Please try again.
URL:
https://api-v2.onetcenter.org/veterans/careers/23-1021.00/in_the_military
Status:
200 OK
Content-Type:
application/json
{
"army": [
{
"code": "27A",
"title": "Judge Advocate, General (Commissioned Officer only)",
"active": true
},
{
"code": "27B",
"title": "Military Judge (Commissioned Officer only)",
"active": true
}
],
"marine_corps": [
{
"code": "4411",
"title": "Military Judge (Commissioned Officer only)",
"active": true
},
{
"code": "4450",
"title": "Litigator (Commissioned Officer only)",
"active": true
}
],
"navy": [
{
"code": "2517",
"title": "Appellate Military Judge (Commissioned or Warrant Officer)",
"active": true
},
{
"code": "2554",
"title": "Military Judge, General Courts-Martial (Commissioned or Warrant Officer)",
"active": true
},
{
"code": "2556",
"title": "Military Judge, Special Courts-Martial (Commissioned or Warrant Officer)",
"active": true
},
{
"code": "2559",
"title": "Capital Litigator (Commissioned or Warrant Officer)",
"active": true
}
]
}