Reference Manual (API Version 1.9)
Where do they work?
https://services.onetcenter.org/v1.9/ws/mnm/careers/[O*NET-SOC Code]/where_do_they_work
JSON
XML
{
"code" : "17-2051.00",
"industry" : [
{
"href" : "https://services.onetcenter.org/v1.9/ws/mnm/browse/54",
"percent_employed" : 54,
"code" : 54,
"title" : "Professional, Science, & Technical"
},
{
"href" : "https://services.onetcenter.org/v1.9/ws/mnm/browse/93",
"percent_employed" : 25,
"code" : 93,
"title" : "Government"
},
...
]
}
"code" : "17-2051.00",
"industry" : [
{
"href" : "https://services.onetcenter.org/v1.9/ws/mnm/browse/54",
"percent_employed" : 54,
"code" : 54,
"title" : "Professional, Science, & Technical"
},
{
"href" : "https://services.onetcenter.org/v1.9/ws/mnm/browse/93",
"percent_employed" : 25,
"code" : 93,
"title" : "Government"
},
...
]
}
JSON
XML
<where_do_they_work code="17-2051.00">
<industry href="https://services.onetcenter.org/v1.9/ws/mnm/browse/54" percent_employed="54">
<code>54</code>
<title>Professional, Science, & Technical</title>
</industry>
<industry href="https://services.onetcenter.org/v1.9/ws/mnm/browse/93" percent_employed="25">
<code>93</code>
<title>Government</title>
</industry>
...
</where_do_they_work>
<industry href="https://services.onetcenter.org/v1.9/ws/mnm/browse/54" percent_employed="54">
<code>54</code>
<title>Professional, Science, & Technical</title>
</industry>
<industry href="https://services.onetcenter.org/v1.9/ws/mnm/browse/93" percent_employed="25">
<code>93</code>
<title>Government</title>
</industry>
...
</where_do_they_work>
This response returns a list of industries that employ at least 10% of workers in the requested career. Industry employment data is reported by BLS Employment Projections . In My Next Move, these industries are shown in the "Where do they work?" popup when browsing careers by industry.