Reference Manual (API Version 1.8)
Notice: the Web Services API will be upgraded on March 5, 2019. See the API Version 1.9 page for more information.
Browse by Hot Technology
Hot Technology listing
"start" : 1,
"end" : 175,
"total" : 175,
"technology" : [
{
"id" : 27,
"name" : "Adobe Systems Adobe Acrobat"
},
{
"id" : 95,
"name" : "Adobe Systems Adobe AfterEffects"
},
{
"id" : 120,
"name" : "Adobe Systems Adobe Creative Cloud"
},
...
]
}
<technology id="27">Adobe Systems Adobe Acrobat</technology>
<technology id="95">Adobe Systems Adobe AfterEffects</technology>
<technology id="120">Adobe Systems Adobe Creative Cloud</technology>
...
</hot_technologies>
Hot Technologies are requirements frequently included in employer job postings. This response lists all hot technologies recognized in O*NET OnLine. The id attribute can be passed to the Hot Technology details service below, to retrieve more information about a particular technology.
O*NET OnLine marks hot technologies with a fire icon ; developers can download this icon in multiple sizes from the Resource Center Graphics section. To learn more about the identification of hot technologies, see the report Identification of “Hot Technologies” within the O*NET System.
The result list is paged, returning all activities by default. To limit the results, provide start and end parameters to jump directly to the desired results.
Occupations in Hot Technology
"id" : "8",
"sort" : "rank",
"start" : 1,
"end" : 20,
"total" : 79,
"link" : [
{
"href" : "https://services.onetcenter.org/v1.8/ws/online/hot_technology/8?id=8&sort=rank&start=21&end=40",
"rel" : "next"
}
],
"title" : {
"id" : "8",
"name" : "UNIX"
},
"categories" : {
"title" : [
{
"id" : 43233004,
"name" : "Operating system software"
}
]
},
"occupation" : [
{
"href" : "https://services.onetcenter.org/v1.8/ws/online/occupations/15-1299.08/",
"code" : "15-1299.08",
"title" : "Computer Systems Engineers/Architects",
"tags" : {
"bright_outlook" : true,
"green" : false
},
"technology_rank" : 1
},
...
]
}
<link href="https://services.onetcenter.org/v1.8/ws/online/hot_technology/8?id=8&sort=rank&start=21&end=40" rel="next" />
<title id="8">UNIX</title>
<categories>
<title id="43233004">Operating system software</title>
</categories>
<occupation href="https://services.onetcenter.org/v1.8/ws/online/occupations/15-1299.08/">
<code>15-1299.08</code>
<title>Computer Systems Engineers/Architects</title>
<tags bright_outlook="true" green="false" />
<technology_rank>1</technology_rank>
</occupation>
...
</hot_technology>
Hot Technologies are requirements frequently included in employer job postings. This response provides a list of relevant occupations and other information about a particular technology.
The technology element provides the title of the chosen technology. If the technology occurs at the example level within an occupation's Tools & Technology report, the categories element provides a list of all associated categories. This element is not present for hot technologies which occur at the category level.
The service also returns occupations linked to this technology. By default, occupations are sorted by a rank ordering based on the number of job postings including this technology. You can change this order by passing the optional sort parameter:
- name - sort by occupation title
- code - sort by O*NET-SOC code
- rank - sort by relevance (default)
The result list is paged, returning 20 occupations at a time by default. To navigate the full set of results, use the link rel="next" and link rel="prev" elements, or provide start and end parameters to jump directly to the desired results.