Skip navigation

Reference Manual (API Version 1.9)

Careers with videos

https://services.onetcenter.org/v1.9/ws/mpp/videos/
JSON XML
{
   "sort" : "name",
   "start" : 1,
   "end" : 20,
   "total" : 852,
   "link" : [
      {
         "href" : "https://services.onetcenter.org/v1.9/ws/mpp/videos/?sort=name&start=21&end=40",
         "rel" : "next"
      }
   ],
   "career" : [
      {
         "href" : "https://services.onetcenter.org/v1.9/ws/mpp/careers/23-1011.00/",
         "code" : "23-1011.00",
         "title" : "Abogados",
         "tags" : {
            "bright_outlook" : true,
            "green" : false,
            "apprenticeship" : false
         }
      },
      {
         "href" : "https://services.onetcenter.org/v1.9/ws/mpp/careers/39-3031.00/",
         "code" : "39-3031.00",
         "title" : "Acomodadores y Controladores de Boletos de Admisión",
         "tags" : {
            "bright_outlook" : false,
            "green" : false,
            "apprenticeship" : false
         }
      },
      ...
   ]
}

This response lists careers which have a related video describing the work performed and skills needed. The videos displayed on Mi Próximo Paso are developed and maintained by CareerOneStop external site. Visit CareerOneStop external site directly for information and options for incorporating the videos.

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