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/veterans/careers/27-3092.00/in_the_military
Status:
200 OK
Content-Type:
application/json
{
"air_force": [
{
"code": "5J011",
"title": "Paralegal Helper (Enlisted)",
"active": true
},
{
"code": "5J031",
"title": "Paralegal Apprentice (Enlisted)",
"active": true
},
{
"code": "5J051",
"title": "Paralegal Journeyman (Enlisted)",
"active": true
},
{
"code": "5J071",
"title": "Paralegal Craftsman (Enlisted)",
"active": true
},
{
"code": "5J091",
"title": "Paralegal Superintendent (Enlisted)",
"active": true
},
{
"code": "5J0X1",
"title": "Paralegal (Enlisted)",
"active": true
}
],
"army": [
{
"code": "270A",
"title": "Legal Administrator (Warrant Officer only)",
"active": true
},
{
"code": "27D",
"title": "Paralegal Specialist (Enlisted)",
"active": true
},
{
"code": "71E",
"title": "Court Reporter (Enlisted)",
"active": false
}
],
"coast_guard": [
{
"code": "IV",
"title": "Investigator (Enlisted)",
"active": true
}
],
"marine_corps": [
{
"code": "4421",
"title": "Legal Services Specialist (Enlisted)",
"active": true
},
{
"code": "4422",
"title": "Legal Services Court Reporter (Enlisted)",
"active": true
},
{
"code": "4429",
"title": "Legal Services Reporter (Enlisted)",
"active": false
}
],
"navy": [
{
"code": "001482",
"title": "Journeyman Paralegal (Enlisted)",
"active": true
},
{
"code": "LN",
"title": "Legalman (Enlisted)",
"active": true
},
{
"code": "655",
"title": "LDO - Judge Advocate General Corps (Commissioned Officer only)",
"active": false
}
]
}
"air_force": [
{
"code": "5J011",
"title": "Paralegal Helper (Enlisted)",
"active": true
},
{
"code": "5J031",
"title": "Paralegal Apprentice (Enlisted)",
"active": true
},
{
"code": "5J051",
"title": "Paralegal Journeyman (Enlisted)",
"active": true
},
{
"code": "5J071",
"title": "Paralegal Craftsman (Enlisted)",
"active": true
},
{
"code": "5J091",
"title": "Paralegal Superintendent (Enlisted)",
"active": true
},
{
"code": "5J0X1",
"title": "Paralegal (Enlisted)",
"active": true
}
],
"army": [
{
"code": "270A",
"title": "Legal Administrator (Warrant Officer only)",
"active": true
},
{
"code": "27D",
"title": "Paralegal Specialist (Enlisted)",
"active": true
},
{
"code": "71E",
"title": "Court Reporter (Enlisted)",
"active": false
}
],
"coast_guard": [
{
"code": "IV",
"title": "Investigator (Enlisted)",
"active": true
}
],
"marine_corps": [
{
"code": "4421",
"title": "Legal Services Specialist (Enlisted)",
"active": true
},
{
"code": "4422",
"title": "Legal Services Court Reporter (Enlisted)",
"active": true
},
{
"code": "4429",
"title": "Legal Services Reporter (Enlisted)",
"active": false
}
],
"navy": [
{
"code": "001482",
"title": "Journeyman Paralegal (Enlisted)",
"active": true
},
{
"code": "LN",
"title": "Legalman (Enlisted)",
"active": true
},
{
"code": "655",
"title": "LDO - Judge Advocate General Corps (Commissioned Officer only)",
"active": false
}
]
}