Reference Manual
Where do they work?
https://services.onetcenter.org/ws/mpp/careers/[O*NET-SOC Code]/where_do_they_work
JSON
XML
{
"code" : "17-2051.00",
"industry" : [
{
"href" : "https://services.onetcenter.org/ws/mpp/browse/54",
"percent_employed" : 54,
"code" : 54,
"title" : "Profesional, ciencia y técnico"
},
{
"href" : "https://services.onetcenter.org/ws/mpp/browse/93",
"percent_employed" : 25,
"code" : 93,
"title" : "Gobierno"
},
...
]
}
"code" : "17-2051.00",
"industry" : [
{
"href" : "https://services.onetcenter.org/ws/mpp/browse/54",
"percent_employed" : 54,
"code" : 54,
"title" : "Profesional, ciencia y técnico"
},
{
"href" : "https://services.onetcenter.org/ws/mpp/browse/93",
"percent_employed" : 25,
"code" : 93,
"title" : "Gobierno"
},
...
]
}
JSON
XML
<where_do_they_work code="17-2051.00">
<industry href="https://services.onetcenter.org/ws/mpp/browse/54" percent_employed="54">
<code>54</code>
<title>Profesional, ciencia y técnico</title>
</industry>
<industry href="https://services.onetcenter.org/ws/mpp/browse/93" percent_employed="25">
<code>93</code>
<title>Gobierno</title>
</industry>
...
</where_do_they_work>
<industry href="https://services.onetcenter.org/ws/mpp/browse/54" percent_employed="54">
<code>54</code>
<title>Profesional, ciencia y técnico</title>
</industry>
<industry href="https://services.onetcenter.org/ws/mpp/browse/93" percent_employed="25">
<code>93</code>
<title>Gobierno</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 Mi Próximo Paso, these industries are shown in the "¿Dónde trabajan?" popup when browsing careers by industry.