Skip navigation

Reference Manual (API Version 1.9)

Technology Skills summary

https://services.onetcenter.org/v1.9/ws/online/occupations/[O*NET-SOC Code]/summary/technology_skills
JSON XML
{
   "code" : "17-2051.00",
   "report" : "summary",
   "display" : "short",
   "category" : [
      {
         "related" : "https://services.onetcenter.org/v1.9/ws/online/occupations/17-2051.00/related/tools_technology/43232604",
         "title" : {
            "id" : 43232604,
            "name" : "Computer aided design CAD software"
         },
         "example" : [
            {
               "hot_technology" : "Autodesk AutoCAD Civil 3D",
               "name" : "Autodesk AutoCAD Civil 3D"
            },
            {
               "hot_technology" : "Autodesk Revit",
               "name" : "Autodesk Revit"
            },
            {
               "hot_technology" : "Bentley MicroStation",
               "name" : "Bentley MicroStation"
            },
            {
               "hot_technology" : "Dassault Systemes SolidWorks",
               "name" : "Dassault Systemes SolidWorks"
            }
         ]
      },
      {
         "related" : "https://services.onetcenter.org/v1.9/ws/online/occupations/17-2051.00/related/tools_technology/43232106",
         "title" : {
            "id" : 43232106,
            "name" : "Presentation software"
         },
         "example" : [
            {
               "hot_technology" : "Microsoft PowerPoint",
               "name" : "Microsoft PowerPoint"
            }
         ]
      },
      ...
   ]
}

This response returns examples of the technologies used by workers, with up to 4 examples in each category. The related attribute on each category links to additional occupations which use these technologies; see the Related occupations for Tools & Technology service.

Any examples or categories classified as “hot technologies” are identified with a hot_technology attribute on the example or title element. The value is an ID which can be passed to the Hot Technology details service. O*NET OnLine marks hot technologies with a fire icon Hot Technology; developers can download this icon in multiple sizes from the Resource Center Graphics section.

Up to 5 categories are returned by default. To see all technology categories for this occupation, set the optional display parameter to long.

In this section