Skip navigation

Reference Manual (API Version 1.9)

See all occupations

https://services.onetcenter.org/v1.9/ws/online/occupations/
JSON XML
{
   "sort" : "name",
   "start" : 1,
   "end" : 20,
   "total" : 1016,
   "link" : [
      {
         "href" : "https://services.onetcenter.org/v1.9/ws/online/occupations/?sort=name&start=21&end=40",
         "rel" : "next"
      }
   ],
   "occupation" : [
      {
         "href" : "https://services.onetcenter.org/v1.9/ws/online/occupations/13-2011.00/",
         "code" : "13-2011.00",
         "title" : "Accountants and Auditors",
         "tags" : {
            "bright_outlook" : true,
            "green" : false
         }
      },
      {
         "href" : "https://services.onetcenter.org/v1.9/ws/online/occupations/27-2011.00/",
         "code" : "27-2011.00",
         "title" : "Actors",
         "tags" : {
            "bright_outlook" : false,
            "green" : false
         }
      },
      ...
   ]
}

This response lists all occupations available in O*NET OnLine. By default, the list is sorted by occupation title; you can change this by passing a sort parameter in the query string:

  • name - sort by occupation title (default)
  • code - sort by O*NET-SOC code

The list is paged, returning 20 occupations at a time by default. To navigate the full set of occupations, use the link rel="next" and link rel="prev" elements, or provide start and end parameters to jump directly to the desired results.

In this section