Skip navigation

Reference Manual (API Version 1.9)

Apprenticeship crosswalk search

https://services.onetcenter.org/v1.9/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/v1.9/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/v1.9/ws/online/occupations/51-9195.04/",
                  "code" : "51-9195.04",
                  "title" : "Glass Blowers, Molders, Benders, and Finishers",
                  "tags" : {
                     "bright_outlook" : false,
                     "green" : false
                  }
               }
            ]
         }
      },
      ...
   ]
}

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.

In this section