Skip navigation

Reference Manual (API Version 1.9)

Careers with a Bright Outlook

Bright Outlook category listing

https://services.onetcenter.org/v1.9/ws/mnm/bright_outlook/
JSON XML
{
   "bright_outlook" : [
      {
         "href" : "https://services.onetcenter.org/v1.9/ws/mnm/bright_outlook/grow",
         "description" : "These careers will grow rapidly in the next few years.",
         "category" : "Grow Rapidly"
      },
      {
         "href" : "https://services.onetcenter.org/v1.9/ws/mnm/bright_outlook/openings",
         "description" : "These careers will have large numbers of openings.",
         "category" : "Openings"
      },
      {
         "href" : "https://services.onetcenter.org/v1.9/ws/mnm/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 Bright Outlook category

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

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