Reference Manual
DOT crosswalk search
https://services.onetcenter.org/ws/online/crosswalks/dot?keyword=[title or code]
JSON
XML
{
"keyword" : "tree pruner",
"start" : 1,
"end" : 20,
"total" : 62,
"link" : [
{
"href" : "https://services.onetcenter.org/ws/online/crosswalks/dot?keyword=tree%20pruner&start=21&end=40",
"rel" : "next"
}
],
"match" : [
{
"code" : "408.684-018",
"title" : "Tree Pruner",
"occupations" : {
"occupation" : [
{
"href" : "https://services.onetcenter.org/ws/online/occupations/37-3013.00/",
"code" : "37-3013.00",
"title" : "Tree Trimmers and Pruners",
"tags" : {
"bright_outlook" : false,
"green" : false
}
}
]
}
},
{
"code" : "403.687-022",
"title" : "Vine Pruner",
"occupations" : {
"occupation" : [
{
"href" : "https://services.onetcenter.org/ws/online/occupations/37-3013.00/",
"code" : "37-3013.00",
"title" : "Tree Trimmers and Pruners",
"tags" : {
"bright_outlook" : false,
"green" : false
}
}
]
}
},
...
]
}
"keyword" : "tree pruner",
"start" : 1,
"end" : 20,
"total" : 62,
"link" : [
{
"href" : "https://services.onetcenter.org/ws/online/crosswalks/dot?keyword=tree%20pruner&start=21&end=40",
"rel" : "next"
}
],
"match" : [
{
"code" : "408.684-018",
"title" : "Tree Pruner",
"occupations" : {
"occupation" : [
{
"href" : "https://services.onetcenter.org/ws/online/occupations/37-3013.00/",
"code" : "37-3013.00",
"title" : "Tree Trimmers and Pruners",
"tags" : {
"bright_outlook" : false,
"green" : false
}
}
]
}
},
{
"code" : "403.687-022",
"title" : "Vine Pruner",
"occupations" : {
"occupation" : [
{
"href" : "https://services.onetcenter.org/ws/online/occupations/37-3013.00/",
"code" : "37-3013.00",
"title" : "Tree Trimmers and Pruners",
"tags" : {
"bright_outlook" : false,
"green" : false
}
}
]
}
},
...
]
}
JSON
XML
<matches keyword="tree pruner" start="1" end="20" total="62">
<link href="https://services.onetcenter.org/ws/online/crosswalks/dot?keyword=tree%20pruner&start=21&end=40" rel="next" />
<match>
<code>408.684-018</code>
<title>Tree Pruner</title>
<occupations>
<occupation href="https://services.onetcenter.org/ws/online/occupations/37-3013.00/">
<code>37-3013.00</code>
<title>Tree Trimmers and Pruners</title>
<tags bright_outlook="false" green="false" />
</occupation>
</occupations>
</match>
<match>
<code>403.687-022</code>
<title>Vine Pruner</title>
<occupations>
<occupation href="https://services.onetcenter.org/ws/online/occupations/37-3013.00/">
<code>37-3013.00</code>
<title>Tree Trimmers and Pruners</title>
<tags bright_outlook="false" green="false" />
</occupation>
</occupations>
</match>
...
</matches>
<link href="https://services.onetcenter.org/ws/online/crosswalks/dot?keyword=tree%20pruner&start=21&end=40" rel="next" />
<match>
<code>408.684-018</code>
<title>Tree Pruner</title>
<occupations>
<occupation href="https://services.onetcenter.org/ws/online/occupations/37-3013.00/">
<code>37-3013.00</code>
<title>Tree Trimmers and Pruners</title>
<tags bright_outlook="false" green="false" />
</occupation>
</occupations>
</match>
<match>
<code>403.687-022</code>
<title>Vine Pruner</title>
<occupations>
<occupation href="https://services.onetcenter.org/ws/online/occupations/37-3013.00/">
<code>37-3013.00</code>
<title>Tree Trimmers and Pruners</title>
<tags bright_outlook="false" green="false" />
</occupation>
</occupations>
</match>
...
</matches>
This response searches codes and titles from the Dictionary of Occupational Titles (DOT). 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.