Reference Manual
Explore More
https://services.onetcenter.org/ws/veterans/careers/[O*NET-SOC Code]/explore_more
JSON
XML
{
"code" : "17-2051.00",
"careers" : {
"career" : [
{
"href" : "https://services.onetcenter.org/ws/veterans/careers/17-3022.00/",
"code" : "17-3022.00",
"title" : "Civil Engineering Technologists & Technicians",
"tags" : {
"bright_outlook" : false,
"green" : false,
"apprenticeship" : false
},
"military_jobs" : {
"air_force" : true,
"army" : true,
"coast_guard" : true,
"marine_corps" : true,
"navy" : true
}
},
{
"href" : "https://services.onetcenter.org/ws/veterans/careers/47-4011.00/",
"code" : "47-4011.00",
"title" : "Construction & Building Inspectors",
"tags" : {
"bright_outlook" : false,
"green" : false,
"apprenticeship" : true
},
"military_jobs" : {
"air_force" : true,
"army" : true,
"coast_guard" : true,
"marine_corps" : true,
"navy" : true
}
},
...
]
},
"industries" : {
"soc_code" : "17-2051",
"industry" : [
{
"href" : "https://services.onetcenter.org/ws/veterans/browse/54",
"percent_employed" : 54,
"code" : 54,
"title" : "Professional, Science, & Technical"
},
...
]
}
}
"code" : "17-2051.00",
"careers" : {
"career" : [
{
"href" : "https://services.onetcenter.org/ws/veterans/careers/17-3022.00/",
"code" : "17-3022.00",
"title" : "Civil Engineering Technologists & Technicians",
"tags" : {
"bright_outlook" : false,
"green" : false,
"apprenticeship" : false
},
"military_jobs" : {
"air_force" : true,
"army" : true,
"coast_guard" : true,
"marine_corps" : true,
"navy" : true
}
},
{
"href" : "https://services.onetcenter.org/ws/veterans/careers/47-4011.00/",
"code" : "47-4011.00",
"title" : "Construction & Building Inspectors",
"tags" : {
"bright_outlook" : false,
"green" : false,
"apprenticeship" : true
},
"military_jobs" : {
"air_force" : true,
"army" : true,
"coast_guard" : true,
"marine_corps" : true,
"navy" : true
}
},
...
]
},
"industries" : {
"soc_code" : "17-2051",
"industry" : [
{
"href" : "https://services.onetcenter.org/ws/veterans/browse/54",
"percent_employed" : 54,
"code" : 54,
"title" : "Professional, Science, & Technical"
},
...
]
}
}
JSON
XML
<explore_more code="17-2051.00">
<careers>
<career href="https://services.onetcenter.org/ws/veterans/careers/17-3022.00/">
<code>17-3022.00</code>
<title>Civil Engineering Technologists & Technicians</title>
<tags bright_outlook="false" green="false" apprenticeship="false" />
<military_jobs air_force="true" army="true" coast_guard="true" marine_corps="true" navy="true" />
</career>
<career href="https://services.onetcenter.org/ws/veterans/careers/47-4011.00/">
<code>47-4011.00</code>
<title>Construction & Building Inspectors</title>
<tags bright_outlook="false" green="false" apprenticeship="true" />
<military_jobs air_force="true" army="true" coast_guard="true" marine_corps="true" navy="true" />
</career>
...
</careers>
<industries soc_code="17-2051">
<industry href="https://services.onetcenter.org/ws/veterans/browse/54" percent_employed="54">
<code>54</code>
<title>Professional, Science, & Technical</title>
</industry>
...
</industries>
</explore_more>
<careers>
<career href="https://services.onetcenter.org/ws/veterans/careers/17-3022.00/">
<code>17-3022.00</code>
<title>Civil Engineering Technologists & Technicians</title>
<tags bright_outlook="false" green="false" apprenticeship="false" />
<military_jobs air_force="true" army="true" coast_guard="true" marine_corps="true" navy="true" />
</career>
<career href="https://services.onetcenter.org/ws/veterans/careers/47-4011.00/">
<code>47-4011.00</code>
<title>Construction & Building Inspectors</title>
<tags bright_outlook="false" green="false" apprenticeship="true" />
<military_jobs air_force="true" army="true" coast_guard="true" marine_corps="true" navy="true" />
</career>
...
</careers>
<industries soc_code="17-2051">
<industry href="https://services.onetcenter.org/ws/veterans/browse/54" percent_employed="54">
<code>54</code>
<title>Professional, Science, & Technical</title>
</industry>
...
</industries>
</explore_more>
This response returns a list of related careers and industries that may be of interest to career explorers or workers looking to transition to another career.
The careers element contains careers with similar characteristics to the requested career, as provided by the O*NET Related Occupations program. Specifically, the careers marked as “Primary-Short” in the O*NET Database are returned.
The industries element contains industries that employ at least 10% of workers in the requested occupation. Industry employment data is reported by BLS Employment Projections . If industry data is available, the soc_code attribute indicates the SOC code under which industry employment was published.