Skip navigation

Reference Manual (API Version 1.9)

Education crosswalk search

https://services.onetcenter.org/v1.9/ws/online/crosswalks/education?keyword=[title or code]
JSON XML
{
   "keyword" : "advertising",
   "start" : 1,
   "end" : 3,
   "total" : 3,
   "match" : [
      {
         "code" : "09.0903",
         "title" : "Advertising",
         "occupations" : {
            "occupation" : [
               {
                  "href" : "https://services.onetcenter.org/v1.9/ws/online/occupations/11-2011.00/",
                  "code" : "11-2011.00",
                  "title" : "Advertising and Promotions Managers",
                  "tags" : {
                     "bright_outlook" : false,
                     "green" : false
                  }
               },
               ...
            ]
         }
      },
      {
         "code" : "09.0900",
         "title" : "Public Relations, Advertising, and Applied Communication",
         "occupations" : {
            "occupation" : [
               {
                  "href" : "https://services.onetcenter.org/v1.9/ws/online/occupations/11-2011.00/",
                  "code" : "11-2011.00",
                  "title" : "Advertising and Promotions Managers",
                  "tags" : {
                     "bright_outlook" : false,
                     "green" : false
                  }
               },
               ...
            ]
         }
      },
      ...
   ]
}

This response searches codes and titles from the Classification of Instructional Programs (CIP). 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