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 customProfessional associations search
Occupation search
"start": 1,
"end": 20,
"total": 147,
"next": "https://api-v2.onetcenter.org/online/associations/search?keyword=fitness&start=21&end=40",
"occupation": [
{
"href": "https://api-v2.onetcenter.org/online/associations/11-9179.01",
"code": "11-9179.01",
"title": "Fitness and Wellness Coordinators",
"tags": {
"bright_outlook": true
}
},
{
"href": "https://api-v2.onetcenter.org/online/associations/39-9031.00",
"code": "39-9031.00",
"title": "Exercise Trainers and Group Fitness Instructors",
"tags": {
"bright_outlook": true
}
},
...
]
}
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 |
Path parameters
Query string parameters
Key | Type | Default | Description |
---|---|---|---|
keyword required | string | (none) | search query (word, phrase, title, or code) |
start | integer | 1 | Index of first returned result |
end | integer | start + 19 | Index of last returned result |
This response implements the selection of an occupation, to explore the professional associations linked to that occupation. Like the Keyword search service, call this service with an O*NET-SOC code, job title, or key words. Each result contains a href property linking to the corresponding Related associations for occupation service.
Results are divided into pages; the first 20 results are returned by default.
Related associations for occupation
"start": 1,
"end": 9,
"total": 9,
"association": [
{
"title": "American Council on Exercise",
"url": "https://www.acefitness.org/",
"ally": true,
"related_occupation": [
{
"href": "https://api-v2.onetcenter.org/online/occupations/29-9091.00/",
"code": "29-9091.00",
"title": "Athletic Trainers",
"tags": {
"bright_outlook": true
}
},
...
]
},
{
"title": "American College of Sports Medicine",
"url": "https://www.acsm.org/",
"ally": false,
"related_occupation": [
{
"href": "https://api-v2.onetcenter.org/online/occupations/29-9091.00/",
"code": "29-9091.00",
"title": "Athletic Trainers",
"tags": {
"bright_outlook": true
}
},
...
]
},
...
]
}
Field | Type |
---|---|
start | integer |
end | integer |
total | integer |
prev optional | string |
next optional | string |
association (contains nested items) | list of objects |
title (nested at level 1) | string |
url (nested at level 1) | string |
ally (nested at level 1) | boolean |
related_occupation (nested at level 1) (contains nested items) | list of objects |
href (nested at level 2) | string |
code (nested at level 2) | string |
title (nested at level 2) | string |
tags (nested at level 2) (contains nested items) | object |
bright_outlook (nested at level 3) optional | boolean |
Path parameters
Component | Type |
---|---|
O*NET-SOC code | string |
Query string parameters
Key | Type | Default | Description |
---|---|---|---|
sort | string Values: ally, title, related_occupation |
ally | sort order |
start | integer | 1 | Index of first returned result |
end | integer | start + 9 | Index of last returned result |
This response lists the professional associations linked to an occupation. The ally property indicates associations which have assisted with O*NET data collection. The related_occupation property lists additional occupations linked to this same association.
Results are sorted by O*NET Ally status, then by title; to change this, set the sort parameter to title or related_occupation. Results are divided into pages; the first 10 results are returned by default.
Associations across all occupations
"start": 1,
"end": 20,
"total": 3104,
"next": "https://api-v2.onetcenter.org/online/associations/all?start=21&end=40",
"association": [
{
"title": "AACE International",
"url": "https://web.aacei.org/",
"ally": true
},
{
"title": "Academic Data Science Alliance",
"url": "https://www.academicdatascience.org/",
"ally": true
},
...
]
}
Field | Type |
---|---|
start | integer |
end | integer |
total | integer |
prev optional | string |
next optional | string |
association (contains nested items) | list of objects |
title (nested at level 1) | string |
url (nested at level 1) | string |
ally (nested at level 1) | boolean |
Path parameters
Query string parameters
Key | Type | Default | Description |
---|---|---|---|
sort | string Values: ally, title, related_occupation |
ally | sort order |
start | integer | 1 | Index of first returned result |
end | integer | start + 19 | Index of last returned result |
This response lists each professional association linked to at least one occupation in O*NET OnLine. The ally property indicates associations which have assisted with O*NET data collection.
Results are sorted by O*NET Ally status, then by title; to change this, set the sort parameter to title or related_occupation. Results are divided into pages; the first 20 results are returned by default.
In this section
- Advanced searches
- Job duties custom list
- Professional associations search
- Related activities search
- Soft skills custom list
- Technology skills search