Reference Manual
Apprenticeship crosswalk search
https://services.onetcenter.org/ws/online/crosswalks/apprenticeship?keyword=[title or code]
JSON
XML
{
"keyword" : "glass blower",
"start" : 1,
"end" : 10,
"total" : 10,
"match" : [
{
"code" : "0219",
"title" : "Glass Blower",
"occupations" : {
"occupation" : [
{
"href" : "https://services.onetcenter.org/ws/online/occupations/51-9195.04/",
"code" : "51-9195.04",
"title" : "Glass Blowers, Molders, Benders, and Finishers",
"tags" : {
"bright_outlook" : false,
"green" : false
}
}
]
}
},
{
"code" : "0768",
"title" : "Glass Blower, Lab Apparatus",
"occupations" : {
"occupation" : [
{
"href" : "https://services.onetcenter.org/ws/online/occupations/51-9195.04/",
"code" : "51-9195.04",
"title" : "Glass Blowers, Molders, Benders, and Finishers",
"tags" : {
"bright_outlook" : false,
"green" : false
}
}
]
}
},
...
]
}
"keyword" : "glass blower",
"start" : 1,
"end" : 10,
"total" : 10,
"match" : [
{
"code" : "0219",
"title" : "Glass Blower",
"occupations" : {
"occupation" : [
{
"href" : "https://services.onetcenter.org/ws/online/occupations/51-9195.04/",
"code" : "51-9195.04",
"title" : "Glass Blowers, Molders, Benders, and Finishers",
"tags" : {
"bright_outlook" : false,
"green" : false
}
}
]
}
},
{
"code" : "0768",
"title" : "Glass Blower, Lab Apparatus",
"occupations" : {
"occupation" : [
{
"href" : "https://services.onetcenter.org/ws/online/occupations/51-9195.04/",
"code" : "51-9195.04",
"title" : "Glass Blowers, Molders, Benders, and Finishers",
"tags" : {
"bright_outlook" : false,
"green" : false
}
}
]
}
},
...
]
}
JSON
XML
<matches keyword="glass blower" start="1" end="10" total="10">
<match>
<code>0219</code>
<title>Glass Blower</title>
<occupations>
<occupation href="https://services.onetcenter.org/ws/online/occupations/51-9195.04/">
<code>51-9195.04</code>
<title>Glass Blowers, Molders, Benders, and Finishers</title>
<tags bright_outlook="false" green="false" />
</occupation>
</occupations>
</match>
<match>
<code>0768</code>
<title>Glass Blower, Lab Apparatus</title>
<occupations>
<occupation href="https://services.onetcenter.org/ws/online/occupations/51-9195.04/">
<code>51-9195.04</code>
<title>Glass Blowers, Molders, Benders, and Finishers</title>
<tags bright_outlook="false" green="false" />
</occupation>
</occupations>
</match>
...
</matches>
<match>
<code>0219</code>
<title>Glass Blower</title>
<occupations>
<occupation href="https://services.onetcenter.org/ws/online/occupations/51-9195.04/">
<code>51-9195.04</code>
<title>Glass Blowers, Molders, Benders, and Finishers</title>
<tags bright_outlook="false" green="false" />
</occupation>
</occupations>
</match>
<match>
<code>0768</code>
<title>Glass Blower, Lab Apparatus</title>
<occupations>
<occupation href="https://services.onetcenter.org/ws/online/occupations/51-9195.04/">
<code>51-9195.04</code>
<title>Glass Blowers, Molders, Benders, and Finishers</title>
<tags bright_outlook="false" green="false" />
</occupation>
</occupations>
</match>
...
</matches>
This response searches codes and titles from the Registered Apprenticeship Partners Information Data System (RAPIDS). 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.