Reference Manual (API Version 1.9)
- Overview
- My Next Move Services
- Mi Próximo Paso Services
- My Next Move for Veterans Services
- O*NET OnLine Services
- Taxonomy Services
- Database Services
Full details report
https://services.onetcenter.org/v1.9/ws/online/occupations/[O*NET-SOC Code]/details/
JSON
XML
{
"code" : "17-2051.00",
"display" : "short",
"occupation" : { ... },
"tasks" : { ... },
"technology_skills" : { ... },
"tools_used" : { ... },
"tools_technology" : { ... },
"knowledge" : { ... },
"skills" : { ... },
"abilities" : { ... },
"work_activities" : { ... },
"detailed_work_activities" : { ... },
"work_context" : { ... },
"job_zone" : { ... },
"education" : { ... },
"interests" : { ... },
"work_styles" : { ... },
"work_values" : { ... },
"related_occupations" : { ... },
"additional_information" : { ... }
}
"code" : "17-2051.00",
"display" : "short",
"occupation" : { ... },
"tasks" : { ... },
"technology_skills" : { ... },
"tools_used" : { ... },
"tools_technology" : { ... },
"knowledge" : { ... },
"skills" : { ... },
"abilities" : { ... },
"work_activities" : { ... },
"detailed_work_activities" : { ... },
"work_context" : { ... },
"job_zone" : { ... },
"education" : { ... },
"interests" : { ... },
"work_styles" : { ... },
"work_values" : { ... },
"related_occupations" : { ... },
"additional_information" : { ... }
}
JSON
XML
<details_report code="17-2051.00" display="short">
<occupation> ... </occupation>
<tasks> ... </tasks>
<technology_skills> ... </technology_skills>
<tools_used> ... </tools_used>
<tools_technology> ... </tools_technology>
<knowledge> ... </knowledge>
<skills> ... </skills>
<abilities> ... </abilities>
<work_activities> ... </work_activities>
<detailed_work_activities> ... </detailed_work_activities>
<work_context> ... </work_context>
<job_zone> ... </job_zone>
<education> ... </education>
<interests> ... </interests>
<work_styles> ... </work_styles>
<work_values> ... </work_values>
<related_occupations> ... </related_occupations>
<additional_information> ... </additional_information>
</details_report>
<occupation> ... </occupation>
<tasks> ... </tasks>
<technology_skills> ... </technology_skills>
<tools_used> ... </tools_used>
<tools_technology> ... </tools_technology>
<knowledge> ... </knowledge>
<skills> ... </skills>
<abilities> ... </abilities>
<work_activities> ... </work_activities>
<detailed_work_activities> ... </detailed_work_activities>
<work_context> ... </work_context>
<job_zone> ... </job_zone>
<education> ... </education>
<interests> ... </interests>
<work_styles> ... </work_styles>
<work_values> ... </work_values>
<related_occupations> ... </related_occupations>
<additional_information> ... </additional_information>
</details_report>
This response returns information from the occupation overview and all of the specific Details report services. Clients interested in a variety of occupation data may use this call to retrieve information in fewer requests.
In most report sections, up to 10 items are returned by default. To see all available items in each report section, set the optional display parameter to long. This is equivalent to setting the parameter on each of the individual report services.
Important: The response may include a tools_technology element, which is included for backward compatibility only. It will be removed in a future release and should not be used in new applications. Please use the technology_skills and tools_used elements instead.
In this section
- Details report
- Tasks details
- Technology Skills details
- Tools Used details
- Knowledge details
- Skills details
- Abilities details
- Work Activities details
- Detailed Work Activities details
- Work Context details
- Job Zone details
- Education details
- Interests details
- Work Styles details
- Work Values details
- Related Occupations details
- Sources of Additional Information details
- Full details report