Skip navigation

Reference Manual

Military crosswalk search

https://services.onetcenter.org/ws/online/crosswalks/military?keyword=[title or code]
JSON XML
{
   "keyword" : "radio chief",
   "branch" : "all",
   "start" : 1,
   "end" : 20,
   "total" : 413,
   "link" : [
      {
         "href" : "https://services.onetcenter.org/ws/online/crosswalks/military?keyword=radio%20chief&branch=all&start=21&end=40",
         "rel" : "next"
      }
   ],
   "match" : [
      {
         "active" : true,
         "code" : "5769",
         "title" : "Chemical, Biological, Radiological and Nuclear (CBRN) Defense Chief (Marine Corps - Enlisted)",
         "occupations" : {
            "occupation" : [
               {
                  "href" : "https://services.onetcenter.org/ws/online/occupations/19-4031.00/",
                  "code" : "19-4031.00",
                  "title" : "Chemical Technicians",
                  "tags" : {
                     "bright_outlook" : false,
                     "green" : false
                  }
               },
               ...
            ]
         }
      },
      {
         "active" : true,
         "code" : "002581",
         "title" : "Maintenance Master Chief (Navy - Enlisted)",
         "occupations" : {
            "occupation" : [
               {
                  "href" : "https://services.onetcenter.org/ws/online/occupations/11-3051.00/",
                  "code" : "11-3051.00",
                  "title" : "Industrial Production Managers",
                  "tags" : {
                     "bright_outlook" : false,
                     "green" : false
                  }
               },
               ...
            ]
         }
      },
      ...
   ]
}

This response searches codes and titles from the Military Occupational Classification (MOC). Matching results are returned, along with the O*NET-SOC occupations linked to each match. The active attribute is set to false when the military code is no longer active.

An optional parameter, branch, can be added to limit searches to a single service branch. The branch codes are:

  • all - all branches (default)
  • air_force - Air Force (AFSC)
  • army - Army (MOS)
  • coast_guard - Coast Guard (Ratings)
  • marine_corps - Marine Corps (MOS)
  • navy - Navy (Ratings)

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.

To download crosswalk data used in the military search, see the Crosswalk Files page at the O*NET Resource Center. Developers might also be interested in the following technical report:

In this section