Skip navigation

Reference Manual (API Version 1.9)

Skills

https://services.onetcenter.org/v1.9/ws/mnm/careers/[O*NET-SOC Code]/skills
JSON XML
{
   "code" : "17-2051.00",
   "group" : [
      {
         "title" : {
            "id" : "2.A",
            "name" : "Basic Skills"
         },
         "element" : [
            {
               "id" : "2.A.1.b",
               "name" : "listening to others, not interrupting, and asking good questions"
            },
            {
               "id" : "2.A.1.a",
               "name" : "reading work related information"
            }
         ]
      },
      {
         "title" : {
            "id" : "2.B.2",
            "name" : "Problem Solving"
         },
         "element" : [
            {
               "id" : "2.B.2.i",
               "name" : "noticing a problem and figuring out the best way to solve it"
            }
         ]
      },
      ...
   ]
}

This response returns the key skills for a career. For careers with skills data collected by the O*NET program, one or more group elements will be returned.

Each group element contains exactly one title child, which is shown in colored bold text in My Next Move. The id attribute indicates the corresponding element ID within the O*NET Content Model. Subsequent element children are shown as list items within My Next Move, and also contain an id attribute indicating the corresponding Content Model element.

In this section