Skip navigation

Reference Manual

Careers with a Bright Outlook

Category listing

https://services.onetcenter.org/ws/veterans/bright_outlook/
JSON XML
{
   "bright_outlook" : [
      {
         "href" : "https://services.onetcenter.org/ws/veterans/bright_outlook/grow",
         "description" : "These careers will grow rapidly in the next few years.",
         "category" : "Grow Rapidly"
      },
      {
         "href" : "https://services.onetcenter.org/ws/veterans/bright_outlook/openings",
         "description" : "These careers will have large numbers of openings.",
         "category" : "Openings"
      },
      {
         "href" : "https://services.onetcenter.org/ws/veterans/bright_outlook/emerging",
         "description" : "These careers are new and emerging careers.",
         "category" : "New & Emerging"
      }
   ]
}

This response lists each of the categories of careers with a Bright Outlook, where job opportunities are likely in the future. The href parameter indicates the URL of the specific Bright Outlook resource. Each Bright Outlook resource lists matching careers, as described below.

Careers in category

https://services.onetcenter.org/ws/veterans/bright_outlook/[category code]
JSON XML
{
   "sort" : "name",
   "start" : 1,
   "end" : 20,
   "total" : 49,
   "link" : [
      {
         "href" : "https://services.onetcenter.org/ws/veterans/bright_outlook/openings?sort=name&start=21&end=40",
         "rel" : "next"
      }
   ],
   "career" : [
      {
         "href" : "https://services.onetcenter.org/ws/veterans/careers/13-2011.00/",
         "code" : "13-2011.00",
         "title" : "Accountants & Auditors",
         "tags" : {
            "bright_outlook" : true,
            "green" : false,
            "apprenticeship" : true
         },
         "military_jobs" : {
            "air_force" : true,
            "army" : true,
            "coast_guard" : true,
            "marine_corps" : true,
            "navy" : true
         }
      },
      {
         "href" : "https://services.onetcenter.org/ws/veterans/careers/29-1141.01/",
         "code" : "29-1141.01",
         "title" : "Acute Care Nurses",
         "tags" : {
            "bright_outlook" : true,
            "green" : false,
            "apprenticeship" : false
         },
         "military_jobs" : {
            "air_force" : true,
            "army" : true,
            "coast_guard" : true,
            "marine_corps" : false,
            "navy" : true
         }
      },
      ...
   ]
}

This response lists careers where job opportunities are likely in the future. By default, the list is sorted by career title. You can change this by passing a sort parameter in the query string:

  • name - sort by career title (default)
  • apprenticeship - return careers with Registered Apprenticeships first

By default, up to 20 matching careers are returned. For information on navigating paged results, see the description of the See all careers service.

In this section