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 STEM occupations
Occupation types
{
"href": "https://api-v2.onetcenter.org/online/stem_occupations/4",
"code": 4,
"title": "Managerial",
"job_family": [
{
"href": "https://api-v2.onetcenter.org/online/stem_occupations/4?job_family=11-0000",
"code": "11-0000",
"title": "Management"
}
]
},
{
"href": "https://api-v2.onetcenter.org/online/stem_occupations/3",
"code": 3,
"title": "Postsecondary Teaching",
"job_family": [
{
"href": "https://api-v2.onetcenter.org/online/stem_occupations/3?job_family=25-0000",
"code": "25-0000",
"title": "Educational Instruction and Library"
}
]
},
...
]
Response is a list of objects
Field | Type |
---|---|
href | string |
code optional | integer |
title | string |
job_family (contains nested items) optional | list of objects |
href (nested at level 1) | string |
code (nested at level 1) | string |
title (nested at level 1) | string |
This response lists STEM occupation types. Each occupation type contains a number of occupations that require education in science, technology, engineering, and mathematics (STEM) disciplines. Each href property links to the corresponding Occupations in type service.
STEM occupation types and occupation linkages come from the Standard Occupational Classification
Attachment C: Detailed 2018 SOC occupations included in STEM.
Occupations in type
"start": 1,
"end": 20,
"total": 187,
"next": "https://api-v2.onetcenter.org/online/stem_occupations/1?start=21&end=40",
"occupation": [
{
"href": "https://api-v2.onetcenter.org/online/occupations/17-2011.00/",
"code": "17-2011.00",
"title": "Aerospace Engineers",
"tags": {
"bright_outlook": true
},
"job_family": {
"code": "17-0000",
"title": "Architecture and Engineering"
}
},
{
"href": "https://api-v2.onetcenter.org/online/occupations/17-2021.00/",
"code": "17-2021.00",
"title": "Agricultural Engineers",
"tags": {
"bright_outlook": true
},
"job_family": {
"code": "17-0000",
"title": "Architecture and Engineering"
}
},
...
]
}
Field | Type |
---|---|
start | integer |
end | integer |
total | integer |
prev optional | string |
next optional | string |
occupation (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 |
job_family (nested at level 1) (contains nested items) | object |
code (nested at level 2) | string |
title (nested at level 2) | string |
Path parameters
Component | Type |
---|---|
occupation type code | integer Values: 1–5 |
Query string parameters
Key | Type | Default | Description |
---|---|---|---|
job_family | string | (none) | filter by job family |
sort | string Values: job_family, title, code |
job_family | sort order |
start | integer | 1 | Index of first returned result |
end | integer | start + 19 | Index of last returned result |
This response lists occupations grouped into the requested STEM occupation type.
Each result also includes a job_family property. O*NET OnLine uses Job Families to organize occupations within the larger occupation types.
Results are sorted by Job Family; to change this, set the sort parameter to title or code. Results are divided into pages; the first 20 results are returned by default.
All STEM occupations
"start": 1,
"end": 20,
"total": 287,
"next": "https://api-v2.onetcenter.org/online/stem_occupations/all?start=21&end=40",
"occupation": [
{
"href": "https://api-v2.onetcenter.org/online/occupations/15-2011.00/",
"code": "15-2011.00",
"title": "Actuaries",
"tags": {
"bright_outlook": true
},
"job_family": {
"code": "15-0000",
"title": "Computer and Mathematical"
},
"stem_occupation_type": [
{
"code": 1,
"title": "Research, Development, Design, and Practitioners"
}
]
},
...
]
}
Field | Type |
---|---|
start | integer |
end | integer |
total | integer |
prev optional | string |
next optional | string |
occupation (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 |
job_family (nested at level 1) (contains nested items) | object |
code (nested at level 2) | string |
title (nested at level 2) | string |
stem_occupation_type (nested at level 1) (contains nested items) | list of objects |
code (nested at level 2) | integer |
title (nested at level 2) | string |
Path parameters
Query string parameters
Key | Type | Default | Description |
---|---|---|---|
job_family | string | (none) | filter by job family |
sort | string Values: job_family, title, code, stem_occupation_type |
title | sort order |
start | integer | 1 | Index of first returned result |
end | integer | start + 19 | Index of last returned result |
This response lists occupations linked to any STEM occupation type. The linked types are listed in the stem_occupation_type property.
Each result also includes a job_family property. O*NET OnLine uses Job Families to organize occupations within the larger occupation types.
Results are sorted by title; to change this, set the sort parameter to job_family, code, or stem_occupation_type. Results are divided into pages; the first 20 results are returned by default.