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 customTechnology skills search
Example search
"start": 1,
"end": 20,
"total": 2998,
"next": "https://api-v2.onetcenter.org/online/technology/examples/search?keyword=construction%20management&start=21&end=40",
"example": [
{
"title": "Integrated construction management software",
"href": "https://api-v2.onetcenter.org/online/technology/examples/Integrated%20construction%20management%20software"
},
{
"title": "Construction Management Software ProEst",
"href": "https://api-v2.onetcenter.org/online/technology/examples/Construction%20Management%20Software%20ProEst"
},
...
]
}
Field | Type |
---|---|
start | integer |
end | integer |
total | integer |
prev optional | string |
next optional | string |
example (contains nested items) | list of objects |
title (nested at level 1) | string |
href (nested at level 1) | string |
Path parameters
Query string parameters
Key | Type | Default | Description |
---|---|---|---|
keyword required | string | (none) | search query (word or phrase) |
start | integer | 1 | Index of first returned result |
end | integer | start + 19 | Index of last returned result |
This response returns example technology skills relevant to a word or phrase. Each href property links to the corresponding Occupations for example service.
In O*NET OnLine, results from this search are presented to users alongside results from the Category search service.
Results are sorted by closest matches first. Results are divided into pages; the first 20 results are returned by default.
Occupations for example
"start": 1,
"end": 6,
"total": 6,
"category": [
{
"href": "https://api-v2.onetcenter.org/online/technology/categories/43232605",
"code": 43232605,
"title": "Analytical or scientific software"
}
],
"occupation": [
{
"href": "https://api-v2.onetcenter.org/online/occupations/13-2023.00/",
"code": "13-2023.00",
"title": "Appraisers and Assessors of Real Estate",
"tags": {},
"job_zone": {
"code": 4,
"title": "Job Zone Four: Considerable Preparation Needed"
}
},
...
]
}
Field | Type |
---|---|
start | integer |
end | integer |
total | integer |
prev optional | string |
next optional | string |
summary (contains nested items) optional | object |
title (nested at level 1) | string |
description (nested at level 1) | string |
source_url (nested at level 1) optional | string |
license_url (nested at level 1) optional | string |
category (contains nested items) | list of objects |
href (nested at level 1) | string |
code (nested at level 1) | integer |
title (nested at level 1) | 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_zone (nested at level 1) (contains nested items) | object |
code (nested at level 2) | integer |
title (nested at level 2) | string |
Path parameters
Component | Type |
---|---|
example title | string |
Query string parameters
Key | Type | Default | Description |
---|---|---|---|
sort | string Values: title, code, job_zone |
title | sort order |
start | integer | 1 | Index of first returned result |
end | integer | start + 19 | Index of last returned result |
This response provides occupations linked to the requested technology skill. The category property also provides any UNSPSC
commodity codes and titles under which the example is classified.
Results are sorted by title; to change this, set the sort parameter to code or job_zone. Results are divided into pages; the first 20 results are returned by default.
Category search
"start": 1,
"end": 20,
"total": 77,
"next": "https://api-v2.onetcenter.org/online/technology/categories/search?keyword=construction%20management&start=21&end=40",
"category": [
{
"code": 43231507,
"title": "Project management software",
"href": "https://api-v2.onetcenter.org/online/technology/categories/43231507"
},
{
"code": 43232306,
"title": "Data base user interface and query software",
"href": "https://api-v2.onetcenter.org/online/technology/categories/43232306"
},
...
]
}
Field | Type |
---|---|
start | integer |
end | integer |
total | integer |
prev optional | string |
next optional | string |
category (contains nested items) | list of objects |
code (nested at level 1) | integer |
title (nested at level 1) | string |
href (nested at level 1) | string |
Path parameters
Query string parameters
Key | Type | Default | Description |
---|---|---|---|
keyword required | string | (none) | search query (word or phrase) |
start | integer | 1 | Index of first returned result |
end | integer | start + 19 | Index of last returned result |
This response returns technology categories relevant to a word or phrase. Each href property links to the corresponding Occupations for category service.
In O*NET OnLine, results from this search are presented to users alongside results from the Example search service.
Results are sorted by closest matches first. Results are divided into pages; the first 20 results are returned by default.
Occupations for category
"start": 1,
"end": 20,
"total": 197,
"next": "https://api-v2.onetcenter.org/online/technology/categories/43231601?start=21&end=40",
"summary": {
"code": 43231601,
"title": "Accounting software",
"description": "Software for enabling business functions related to accounting and management.",
"example": [
"Intuit QuickBooks",
"Sage 50 Accounting",
"Fund accounting software",
"Tax software"
]
},
"occupation": [
{
"href": "https://api-v2.onetcenter.org/online/occupations/13-2011.00/",
"code": "13-2011.00",
"title": "Accountants and Auditors",
"tags": {
"bright_outlook": true
},
"job_zone": {
"code": 4,
"title": "Job Zone Four: Considerable Preparation Needed"
}
},
...
]
}
Field | Type |
---|---|
start | integer |
end | integer |
total | integer |
prev optional | string |
next optional | string |
summary (contains nested items) | object |
code (nested at level 1) | integer |
title (nested at level 1) | string |
description (nested at level 1) | string |
example (nested at level 1) | list of strings |
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_zone (nested at level 1) (contains nested items) | object |
code (nested at level 2) | integer |
title (nested at level 2) | string |
Path parameters
Component | Type |
---|---|
category ID | integer |
Query string parameters
Key | Type | Default | Description |
---|---|---|---|
sort | string Values: title, code, job_zone |
title | sort order |
start | integer | 1 | Index of first returned result |
end | integer | start + 19 | Index of last returned result |
This response provides occupations linked to the requested technology category. The summary property also provides the UNSPSC
commodity code and title corresponding to this category, along with a description and a sample of skills classified under this category.
Results are sorted by title; to change this, set the sort parameter to code or job_zone. Results are divided into pages; the first 20 results are returned by default.