Skip navigation

Reference Manual (API Version 1.9)

Explore More

https://services.onetcenter.org/v1.9/ws/veterans/careers/[O*NET-SOC Code]/explore_more
JSON XML
{
   "code" : "17-2051.00",
   "careers" : {
      "career" : [
         {
            "href" : "https://services.onetcenter.org/v1.9/ws/veterans/careers/17-3022.00/",
            "code" : "17-3022.00",
            "title" : "Civil Engineering Technologists & Technicians",
            "tags" : {
               "bright_outlook" : false,
               "green" : false,
               "apprenticeship" : false
            },
            "military_jobs" : {
               "air_force" : true,
               "army" : true,
               "coast_guard" : true,
               "marine_corps" : true,
               "navy" : true
            }
         },
         {
            "href" : "https://services.onetcenter.org/v1.9/ws/veterans/careers/47-4011.00/",
            "code" : "47-4011.00",
            "title" : "Construction & Building Inspectors",
            "tags" : {
               "bright_outlook" : false,
               "green" : false,
               "apprenticeship" : true
            },
            "military_jobs" : {
               "air_force" : true,
               "army" : true,
               "coast_guard" : true,
               "marine_corps" : true,
               "navy" : true
            }
         },
         ...
      ]
   },
   "industries" : {
      "soc_code" : "17-2051",
      "industry" : [
         {
            "href" : "https://services.onetcenter.org/v1.9/ws/veterans/browse/54",
            "percent_employed" : 52,
            "code" : 54,
            "title" : "Professional, Science, & Technical"
         },
         ...
      ]
   }
}

This response returns a list of related careers and industries that may be of interest to career explorers or workers looking to transition to another career.

The careers element contains careers with similar characteristics to the requested career, as provided by the O*NET Related Occupations program. Specifically, the careers marked as “Primary-Short” in the O*NET Database are returned.

The industries element contains industries that employ at least 10% of workers in the requested occupation. Industry employment data is reported by BLS Employment Projections external site. If industry data is available, the soc_code attribute indicates the SOC code under which industry employment was published.

In this section