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/11-2021.00/in_the_military
Status:
200 OK
Content-Type:
application/json
{
"air_force": [
{
"code": "8R000",
"title": "Enlisted Accessions Recruiter (Enlisted)",
"active": true
}
],
"army": [
{
"code": "37A",
"title": "Psychological Operations (Commissioned Officer only)",
"active": true
},
{
"code": "37F",
"title": "Psychological Operations Specialist (Enlisted)",
"active": true
},
{
"code": "37X",
"title": "Psychological Operations, Designated (Commissioned Officer only)",
"active": true
},
{
"code": "58A",
"title": "Marketing Officer (Commissioned Officer only)",
"active": true
},
{
"code": "79R",
"title": "Recruiter (Enlisted)",
"active": true
},
{
"code": "79T",
"title": "Recruiting and Retention NCO (Army National Guard of the United States) (Enlisted)",
"active": true
},
{
"code": "79V",
"title": "Army Reserve Career Counselor (Army Reserve) (Enlisted)",
"active": true
}
]
}