Reference Manual (API Version 1.9)
Knowledge
https://services.onetcenter.org/v1.9/ws/mnm/careers/[O*NET-SOC Code]/knowledge
JSON
XML
{
"code" : "17-2051.00",
"group" : [
{
"title" : {
"id" : "2.C.3",
"name" : "Engineering and Technology"
},
"element" : [
{
"id" : "2.C.3.c",
"name" : "design"
},
{
"id" : "2.C.3.b",
"name" : "product and service development"
}
]
},
{
"title" : {
"id" : "2.C.4",
"name" : "Math and Science"
},
"element" : [
{
"id" : "2.C.4.a",
"name" : "arithmetic, algebra, geometry, calculus, or statistics"
},
{
"id" : "2.C.4.b",
"name" : "physics"
}
]
},
...
]
}
"code" : "17-2051.00",
"group" : [
{
"title" : {
"id" : "2.C.3",
"name" : "Engineering and Technology"
},
"element" : [
{
"id" : "2.C.3.c",
"name" : "design"
},
{
"id" : "2.C.3.b",
"name" : "product and service development"
}
]
},
{
"title" : {
"id" : "2.C.4",
"name" : "Math and Science"
},
"element" : [
{
"id" : "2.C.4.a",
"name" : "arithmetic, algebra, geometry, calculus, or statistics"
},
{
"id" : "2.C.4.b",
"name" : "physics"
}
]
},
...
]
}
JSON
XML
<knowledge code="17-2051.00">
<group>
<title id="2.C.3">Engineering and Technology</title>
<element id="2.C.3.c">design</element>
<element id="2.C.3.b">product and service development</element>
</group>
<group>
<title id="2.C.4">Math and Science</title>
<element id="2.C.4.a">arithmetic, algebra, geometry, calculus, or statistics</element>
<element id="2.C.4.b">physics</element>
</group>
...
</knowledge>
<group>
<title id="2.C.3">Engineering and Technology</title>
<element id="2.C.3.c">design</element>
<element id="2.C.3.b">product and service development</element>
</group>
<group>
<title id="2.C.4">Math and Science</title>
<element id="2.C.4.a">arithmetic, algebra, geometry, calculus, or statistics</element>
<element id="2.C.4.b">physics</element>
</group>
...
</knowledge>
This response returns the key knowledge areas for a career. For careers with knowledge 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.