Skip navigation

Reference Manual (API Version 1.8)

Notice: the Web Services API will be upgraded on March 5, 2019. See the API Version 1.9 page for more information.

Careers in the Green Economy

Green category listing

https://services.onetcenter.org/v1.8/ws/mnm/green/
JSON XML
{
   "green" : [
      {
         "href" : "https://services.onetcenter.org/v1.8/ws/mnm/green/demand",
         "description" : "Green jobs will increase the demand for this type of work.",
         "category" : "Increased Demand"
      },
      {
         "href" : "https://services.onetcenter.org/v1.8/ws/mnm/green/changed_work",
         "description" : "Green jobs will change the work and skills needed.",
         "category" : "Changed Work"
      },
      {
         "href" : "https://services.onetcenter.org/v1.8/ws/mnm/green/emerging",
         "description" : "Green jobs have created this new and emerging type of work that wasn't around before.",
         "category" : "New & Emerging"
      }
   ]
}

This response lists each of the categories of careers in the Green Economy. The href parameter indicates the URL of the specific Green resource. Each Green resource lists matching careers, as described below.

Careers in Green category

https://services.onetcenter.org/v1.8/ws/mnm/green/[category code]
JSON XML
{
   "sort" : "name",
   "start" : 1,
   "end" : 0,
   "total" : 0,
   "career" : []
}

This response lists careers impacted by Green Economy activities and technologies. 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)
  • bright_outlook - return Bright Outlook careers first
  • 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