Reference Manual
See all occupations
https://services.onetcenter.org/ws/online/occupations/
JSON
XML
{
"sort" : "name",
"start" : 1,
"end" : 20,
"total" : 1016,
"link" : [
{
"href" : "https://services.onetcenter.org/ws/online/occupations/?sort=name&start=21&end=40",
"rel" : "next"
}
],
"occupation" : [
{
"href" : "https://services.onetcenter.org/ws/online/occupations/13-2011.00/",
"code" : "13-2011.00",
"title" : "Accountants and Auditors",
"tags" : {
"bright_outlook" : true,
"green" : false
}
},
{
"href" : "https://services.onetcenter.org/ws/online/occupations/27-2011.00/",
"code" : "27-2011.00",
"title" : "Actors",
"tags" : {
"bright_outlook" : false,
"green" : false
}
},
...
]
}
"sort" : "name",
"start" : 1,
"end" : 20,
"total" : 1016,
"link" : [
{
"href" : "https://services.onetcenter.org/ws/online/occupations/?sort=name&start=21&end=40",
"rel" : "next"
}
],
"occupation" : [
{
"href" : "https://services.onetcenter.org/ws/online/occupations/13-2011.00/",
"code" : "13-2011.00",
"title" : "Accountants and Auditors",
"tags" : {
"bright_outlook" : true,
"green" : false
}
},
{
"href" : "https://services.onetcenter.org/ws/online/occupations/27-2011.00/",
"code" : "27-2011.00",
"title" : "Actors",
"tags" : {
"bright_outlook" : false,
"green" : false
}
},
...
]
}
JSON
XML
<occupations sort="name" start="1" end="20" total="1016">
<link href="https://services.onetcenter.org/ws/online/occupations/?sort=name&start=21&end=40" rel="next" />
<occupation href="https://services.onetcenter.org/ws/online/occupations/13-2011.00/">
<code>13-2011.00</code>
<title>Accountants and Auditors</title>
<tags bright_outlook="true" green="false" />
</occupation>
<occupation href="https://services.onetcenter.org/ws/online/occupations/27-2011.00/">
<code>27-2011.00</code>
<title>Actors</title>
<tags bright_outlook="false" green="false" />
</occupation>
...
</occupations>
<link href="https://services.onetcenter.org/ws/online/occupations/?sort=name&start=21&end=40" rel="next" />
<occupation href="https://services.onetcenter.org/ws/online/occupations/13-2011.00/">
<code>13-2011.00</code>
<title>Accountants and Auditors</title>
<tags bright_outlook="true" green="false" />
</occupation>
<occupation href="https://services.onetcenter.org/ws/online/occupations/27-2011.00/">
<code>27-2011.00</code>
<title>Actors</title>
<tags bright_outlook="false" green="false" />
</occupation>
...
</occupations>
This response lists all occupations available in O*NET OnLine. By default, the list is sorted by occupation title; you can change this by passing a sort parameter in the query string:
- name - sort by occupation title (default)
- code - sort by O*NET-SOC code
The list is paged, returning 20 occupations at a time by default. To navigate the full set of occupations, use the link rel="next" and link rel="prev" elements, or provide start and end parameters to jump directly to the desired results.