Interactive Demo
This demonstration page allows you to test out the Web Services API by sending a request and viewing the JSON data returned. See the Reference Manual for a complete guide to the available services.
Request
Response
URL:
https://api-v2.onetcenter.org/online/occupations/27-2032.00/summary/skills
Status:
200 OK
Content-Type:
application/json
{
"start": 1,
"end": 5,
"total": 18,
"next": "https://api-v2.onetcenter.org/online/occupations/27-2032.00/summary/skills?start=6&end=10",
"element": [
{
"id": "2.B.1.e",
"related": "https://api-v2.onetcenter.org/online/occupations/27-2032.00/related/skills/2.B.1.e",
"name": "Instructing",
"description": "Teaching others how to do something."
},
{
"id": "2.A.1.b",
"related": "https://api-v2.onetcenter.org/online/occupations/27-2032.00/related/skills/2.A.1.b",
"name": "Active Listening",
"description": "Giving full attention to what other people are saying, taking time to understand the points being made, asking questions as appropriate, and not interrupting at inappropriate times."
},
{
"id": "2.B.1.b",
"related": "https://api-v2.onetcenter.org/online/occupations/27-2032.00/related/skills/2.B.1.b",
"name": "Coordination",
"description": "Adjusting actions in relation to others' actions."
},
{
"id": "2.A.1.d",
"related": "https://api-v2.onetcenter.org/online/occupations/27-2032.00/related/skills/2.A.1.d",
"name": "Speaking",
"description": "Talking to others to convey information effectively."
},
{
"id": "2.A.2.d",
"related": "https://api-v2.onetcenter.org/online/occupations/27-2032.00/related/skills/2.A.2.d",
"name": "Monitoring",
"description": "Monitoring/Assessing performance of yourself, other individuals, or organizations to make improvements or take corrective action."
}
]
}
"start": 1,
"end": 5,
"total": 18,
"next": "https://api-v2.onetcenter.org/online/occupations/27-2032.00/summary/skills?start=6&end=10",
"element": [
{
"id": "2.B.1.e",
"related": "https://api-v2.onetcenter.org/online/occupations/27-2032.00/related/skills/2.B.1.e",
"name": "Instructing",
"description": "Teaching others how to do something."
},
{
"id": "2.A.1.b",
"related": "https://api-v2.onetcenter.org/online/occupations/27-2032.00/related/skills/2.A.1.b",
"name": "Active Listening",
"description": "Giving full attention to what other people are saying, taking time to understand the points being made, asking questions as appropriate, and not interrupting at inappropriate times."
},
{
"id": "2.B.1.b",
"related": "https://api-v2.onetcenter.org/online/occupations/27-2032.00/related/skills/2.B.1.b",
"name": "Coordination",
"description": "Adjusting actions in relation to others' actions."
},
{
"id": "2.A.1.d",
"related": "https://api-v2.onetcenter.org/online/occupations/27-2032.00/related/skills/2.A.1.d",
"name": "Speaking",
"description": "Talking to others to convey information effectively."
},
{
"id": "2.A.2.d",
"related": "https://api-v2.onetcenter.org/online/occupations/27-2032.00/related/skills/2.A.2.d",
"name": "Monitoring",
"description": "Monitoring/Assessing performance of yourself, other individuals, or organizations to make improvements or take corrective action."
}
]
}