Skip navigation

Reference Manual (API Version 1.9)

DOT crosswalk search

https://services.onetcenter.org/v1.9/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/v1.9/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/v1.9/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/v1.9/ws/online/occupations/37-3013.00/",
                  "code" : "37-3013.00",
                  "title" : "Tree Trimmers and Pruners",
                  "tags" : {
                     "bright_outlook" : false,
                     "green" : false
                  }
               }
            ]
         }
      },
      ...
   ]
}

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.

In this section