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 customWork Context
Work Context listing
{
"id": "4.C.1",
"name": "Interpersonal Relationships",
"description": "This category describes the context of the job in terms of human interaction processes",
"child": [
{
"id": "4.C.1.a",
"name": "Communication",
"description": "Types and frequency of interactions with other people that are required as part of this job.",
"child": [
{
"id": "4.C.1.a.2",
"name": "Communication Methods",
"description": "How frequently does this job require the use of the following communication methods?",
"child": [
{
"id": "4.C.1.a.2.h",
"name": "E-Mail",
"description": "How frequently does your job require you to use E-mail?",
"href": "https://api-v2.onetcenter.org/online/onet_data/work_context/4.C.1.a.2.h"
},
...
]
},
...
]
},
...
]
},
...
]
Response is a list of objects
Field | Type |
---|---|
href optional | string |
id | string |
name | string |
description | string |
child optional | list of objects (same structure as parent) |
This response provides the hierarchy of work context from the O*NET Content Model. Each child property lists more-detailed elements nested under a more general category. Ratings on occupations are available at the most detailed level; each href property links to the corresponding Occupations for work context service.
Occupations for work context
"start": 1,
"end": 20,
"total": 879,
"next": "https://api-v2.onetcenter.org/online/onet_data/work_context/4.C.2.d.1.d?start=21&end=40",
"summary": {
"id": "4.C.2.d.1.d",
"name": "Spend Time Walking or Running",
"description": "How much does this job require walking or running?"
},
"example": [
{
"context": 100,
"description": "Continually or almost continually"
},
...
],
"occupation": [
{
"href": "https://api-v2.onetcenter.org/online/occupations/35-9011.00/",
"code": "35-9011.00",
"title": "Dining Room and Cafeteria Attendants and Bartender Helpers",
"tags": {
"bright_outlook": true
},
"job_zone": {
"code": 1,
"title": "Job Zone One: Little or No Preparation Needed"
},
"context": 97
},
...
]
}
Field | Type |
---|---|
start | integer |
end | integer |
total | integer |
prev optional | string |
next optional | string |
summary (contains nested items) | object |
id (nested at level 1) | string |
name (nested at level 1) | string |
description (nested at level 1) | string |
example (contains nested items) optional | list of objects |
context (nested at level 1) | integer |
description (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 |
context (nested at level 1) optional | integer |
Path parameters
Component | Type |
---|---|
element ID | string |
Query string parameters
Key | Type | Default | Description |
---|---|---|---|
sort | string Values: context, title, code |
context | sort order |
start | integer | 1 | Index of first returned result |
end | integer | start + 19 | Index of last returned result |
This response lists occupation-specific ratings and descriptive information for the requested work context. The example property provides the scale anchors used for scoring the context ratings.
Standardized context scores are listed for most occupation results. In some cases, scores are not available and the corresponding property will not be present.
Results are sorted by context; to change this, set the sort parameter to title or code. Results are divided into pages; the first 20 results are returned by default.