Skip navigation

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 and community health workers",
         "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
                  }
               },
               ...
            ]
         }
      },
      ...
   ]
}

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