Reference Manual (API Version 1.9)
Occupation Handbook crosswalk search
https://services.onetcenter.org/v1.9/ws/online/crosswalks/occupation_handbook?keyword=[title]
JSON
XML
{
"keyword" : "education administrators",
"start" : 1,
"end" : 9,
"total" : 9,
"match" : [
{
"title" : "Postsecondary education administrators",
"occupations" : {
"occupation" : [
{
"href" : "https://services.onetcenter.org/v1.9/ws/online/occupations/11-9033.00/",
"code" : "11-9033.00",
"title" : "Education Administrators, Postsecondary",
"tags" : {
"bright_outlook" : false,
"green" : false
}
}
]
}
},
{
"title" : "Health education specialists",
"occupations" : {
"occupation" : [
{
"href" : "https://services.onetcenter.org/v1.9/ws/online/occupations/21-1091.00/",
"code" : "21-1091.00",
"title" : "Health Education Specialists",
"tags" : {
"bright_outlook" : true,
"green" : false
}
}
]
}
},
...
]
}
"keyword" : "education administrators",
"start" : 1,
"end" : 9,
"total" : 9,
"match" : [
{
"title" : "Postsecondary education administrators",
"occupations" : {
"occupation" : [
{
"href" : "https://services.onetcenter.org/v1.9/ws/online/occupations/11-9033.00/",
"code" : "11-9033.00",
"title" : "Education Administrators, Postsecondary",
"tags" : {
"bright_outlook" : false,
"green" : false
}
}
]
}
},
{
"title" : "Health education specialists",
"occupations" : {
"occupation" : [
{
"href" : "https://services.onetcenter.org/v1.9/ws/online/occupations/21-1091.00/",
"code" : "21-1091.00",
"title" : "Health Education Specialists",
"tags" : {
"bright_outlook" : true,
"green" : false
}
}
]
}
},
...
]
}
JSON
XML
<matches keyword="education administrators" start="1" end="9" total="9">
<match>
<title>Postsecondary education administrators</title>
<occupations>
<occupation href="https://services.onetcenter.org/v1.9/ws/online/occupations/11-9033.00/">
<code>11-9033.00</code>
<title>Education Administrators, Postsecondary</title>
<tags bright_outlook="false" green="false" />
</occupation>
</occupations>
</match>
<match>
<title>Health education specialists</title>
<occupations>
<occupation href="https://services.onetcenter.org/v1.9/ws/online/occupations/21-1091.00/">
<code>21-1091.00</code>
<title>Health Education Specialists</title>
<tags bright_outlook="true" green="false" />
</occupation>
</occupations>
</match>
...
</matches>
<match>
<title>Postsecondary education administrators</title>
<occupations>
<occupation href="https://services.onetcenter.org/v1.9/ws/online/occupations/11-9033.00/">
<code>11-9033.00</code>
<title>Education Administrators, Postsecondary</title>
<tags bright_outlook="false" green="false" />
</occupation>
</occupations>
</match>
<match>
<title>Health education specialists</title>
<occupations>
<occupation href="https://services.onetcenter.org/v1.9/ws/online/occupations/21-1091.00/">
<code>21-1091.00</code>
<title>Health Education Specialists</title>
<tags bright_outlook="true" green="false" />
</occupation>
</occupations>
</match>
...
</matches>
This response searches titles from the Occupational Outlook Handbook (OOH). Matching results are returned, along with the O*NET-SOC occupations linked to each match.
The result list is paged, returning 20 matches at a time by default. To navigate the full set of results, use the link rel="next" and link rel="prev" elements, or provide start and end parameters to jump directly to the desired results.
In this section
- Crosswalk searches
- Apprenticeship crosswalk search
- DOT crosswalk search
- Education crosswalk search
- Military crosswalk search
- Occupation Handbook crosswalk search
- SOC crosswalk search