Reference Manual (API Version 2.0)
Reference Manual Table of Contents
All Categories
Getting started
Version infoMy Next Move Services
Search careers with key wordsMi Próximo Paso Services
Search careers with key wordsMy Next Move for Veterans Services
Search careers with key words Find careers like your military jobO*NET OnLine Services
Keyword searchTaxonomy Services
Introduction Common use cases 2010 to active Active to 2010 2019 to active Active to 2019 2010 to 2019 2019 to 2010Database Services
Introduction List of data tables Table column information Data rows Filter and sort examplesOverview
Introduction Features by category Sample code Authentication Error handling Rate limits Pagination Documentation layout OpenAPI definitionMigrating from version 1.9
Introduction Should I migrate? How do I migrate? New features Removed featuresAccount management
Introduction Important concepts Signing up for Web Services Managing your projects Other use casesBrowse careers by industry
Industry listing Careers in industry (most people) Careers in industry (some people)O*NET Interest Profiler
Short Form Questions (60-question desktop version) Mini-IP Questions (30-question mobile version) Results Job Zones Matching careers RIASEC interests Careers related to single interestCareer listings
See all careersCareer report
Career overview Knowledge Skills Abilities Personality Technology Education Job Outlook Check Out My State Explore MoreBrowse careers by industry
Industry listing Careers in industry (most people) Careers in industry (some people)O*NET Interest Profiler
Short Form Questions (60-question desktop version) Mini-IP Questions (30-question mobile version) Results Job Zones Matching careers RIASEC interests Careers related to single interestCareer listings
See all careersCareer report
Career overview Knowledge Skills Abilities Personality Education Job Outlook Check Out My State Explore MoreBrowse careers by industry
Industry listing Careers in industry (most people) Careers in industry (some people)Career listings
See all careersCareer report
Career overview In the military Knowledge Skills Abilities Personality Technology Education Job Outlook Check Out My State Explore MoreFind occupations
See all occupationsAdvanced searches
O*NET data
Browse Bright Outlook occupations
Category listing Occupations in category All Bright Outlook occupationsBrowse by Career Cluster
Cluster listing Occupations in cluster Occupations in sub-cluster Occupations in all career clustersJob duties custom list
Introduction Occupation search Tasks in occupation Related occupations for tasksProfessional associations search
Occupation search Related associations for occupation Associations across all occupationsTechnology skills search
Example search Occupations for example Category search Occupations for categorySummary report
Tasks Technology Skills Work Activities Detailed Work Activities Work Context Job Zone Apprenticeship Skills Knowledge Education Abilities Interests Work Values Work Styles Related Occupations Professional Associations Military Career SummariesDetails report
Tasks Technology Skills Tools Used Work Activities Detailed Work Activities Work Context Job Zone Apprenticeship Skills Knowledge Education Abilities Interests Work Values Work Styles Related Occupations Professional Associations Military Career SummariesCustom report
Work Activities Outline customBrowse careers by industry
Industry listing
{
"most_people": "https://api-v2.onetcenter.org/mpp/industries/56/most_people",
"some_people": "https://api-v2.onetcenter.org/mpp/industries/56/some_people",
"code": 56,
"title": "Administración y servicios de apoyo"
},
{
"most_people": "https://api-v2.onetcenter.org/mpp/industries/71/most_people",
"some_people": "https://api-v2.onetcenter.org/mpp/industries/71/some_people",
"code": 71,
"title": "Artes y entretenimiento"
},
...
]
Response is a list of objects
Field | Type |
---|---|
most_people optional | string |
some_people optional | string |
code | integer |
title | string |
This response lists each of the industries available to browse. The code property corresponds to a two-digit NAICS
code. The most_people and some_people properties link to the services listed below.
Careers in industry (most people)
"start": 1,
"end": 20,
"total": 23,
"next": "https://api-v2.onetcenter.org/mpp/industries/48/most_people?start=21&end=23",
"example": {
"href": "https://api-v2.onetcenter.org/mpp/careers/53-2031.00/",
"code": "53-2031.00",
"title": "Auxiliares de Vuelo",
"tags": {
"bright_outlook": true
},
"percent_employed": 99
},
"career": [
{
"href": "https://api-v2.onetcenter.org/mpp/careers/43-5011.00/",
"code": "43-5011.00",
"title": "Agentes de Carga y Flete",
"tags": {
"bright_outlook": true
}
},
...
]
}
Field | Type |
---|---|
start | integer |
end | integer |
total | integer |
prev optional | string |
next optional | string |
example (contains nested items) optional | object |
href (nested at level 1) | string |
code (nested at level 1) | string |
title (nested at level 1) | string |
tags (nested at level 1) (contains nested items) | object |
bright_outlook (nested at level 2) optional | boolean |
percent_employed (nested at level 1) | integer |
career (contains nested items) | list of objects |
href (nested at level 1) | string |
code (nested at level 1) | string |
title (nested at level 1) | string |
tags (nested at level 1) (contains nested items) | object |
bright_outlook (nested at level 2) optional | boolean |
Path parameters
Component | Type |
---|---|
industry code | integer |
Query string parameters
Key | Type | Default | Description |
---|---|---|---|
start | integer | 1 | Index of first returned result |
end | integer | start + 19 | Index of last returned result |
This response lists careers where more than 50% of workers are employed in the requested industry. Industry employment data is reported by BLS Employment Projections
. The optional example property lists a single career and its employment percentage, as shown in Mi Próximo Paso.
For details about each returned career's industry employment, as shown in the "Where do they work?" popup at Mi Próximo Paso, see the Explore more service.
Results are divided into pages; the first 20 results are returned by default.
Careers in industry (some people)
"start": 1,
"end": 20,
"total": 43,
"next": "https://api-v2.onetcenter.org/mpp/industries/48/some_people?start=21&end=40",
"example": {
"href": "https://api-v2.onetcenter.org/mpp/careers/53-7062.04/",
"code": "53-7062.04",
"title": "Trabajadores de Reciclaje y Recuperación",
"tags": {
"bright_outlook": true
},
"percent_employed": 33
},
"career": [
{
"href": "https://api-v2.onetcenter.org/mpp/careers/53-7063.00/",
"code": "53-7063.00",
"title": "Alimentadores y Descargadores de Máquinas",
"tags": {}
},
...
]
}
Field | Type |
---|---|
start | integer |
end | integer |
total | integer |
prev optional | string |
next optional | string |
example (contains nested items) optional | object |
href (nested at level 1) | string |
code (nested at level 1) | string |
title (nested at level 1) | string |
tags (nested at level 1) (contains nested items) | object |
bright_outlook (nested at level 2) optional | boolean |
percent_employed (nested at level 1) | integer |
career (contains nested items) | list of objects |
href (nested at level 1) | string |
code (nested at level 1) | string |
title (nested at level 1) | string |
tags (nested at level 1) (contains nested items) | object |
bright_outlook (nested at level 2) optional | boolean |
Path parameters
Component | Type |
---|---|
industry code | integer |
Query string parameters
Key | Type | Default | Description |
---|---|---|---|
start | integer | 1 | Index of first returned result |
end | integer | start + 19 | Index of last returned result |
This response lists careers where 10-50% of workers are employed in the requested industry. Industry employment data is reported by BLS Employment Projections
. The optional example property lists a single career and its employment percentage, as shown in Mi Próximo Paso.
For details about each returned career's industry employment, as shown in the "Where do they work?" popup at Mi Próximo Paso, see the Explore more service.
Results are divided into pages; the first 20 results are returned by default.
In this section
- Mi Próximo Paso Services
- Search careers with key words
- Browse careers by industry
- O*NET Interest Profiler
- Career listings
- Career report