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/51-8091.00/summary/skills
Status:
200 OK
Content-Type:
application/json
{
"start": 1,
"end": 5,
"total": 13,
"next": "https://api-v2.onetcenter.org/online/occupations/51-8091.00/summary/skills?start=6&end=10",
"element": [
{
"id": "2.B.3.g",
"related": "https://api-v2.onetcenter.org/online/occupations/51-8091.00/related/skills/2.B.3.g",
"name": "Operations Monitoring",
"description": "Watching gauges, dials, or other indicators to make sure a machine is working properly."
},
{
"id": "2.B.3.h",
"related": "https://api-v2.onetcenter.org/online/occupations/51-8091.00/related/skills/2.B.3.h",
"name": "Operation and Control",
"description": "Controlling operations of equipment or systems."
},
{
"id": "2.A.2.d",
"related": "https://api-v2.onetcenter.org/online/occupations/51-8091.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."
},
{
"id": "2.B.3.m",
"related": "https://api-v2.onetcenter.org/online/occupations/51-8091.00/related/skills/2.B.3.m",
"name": "Quality Control Analysis",
"description": "Conducting tests and inspections of products, services, or processes to evaluate quality or performance."
},
{
"id": "2.A.2.a",
"related": "https://api-v2.onetcenter.org/online/occupations/51-8091.00/related/skills/2.A.2.a",
"name": "Critical Thinking",
"description": "Using logic and reasoning to identify the strengths and weaknesses of alternative solutions, conclusions, or approaches to problems."
}
]
}
"start": 1,
"end": 5,
"total": 13,
"next": "https://api-v2.onetcenter.org/online/occupations/51-8091.00/summary/skills?start=6&end=10",
"element": [
{
"id": "2.B.3.g",
"related": "https://api-v2.onetcenter.org/online/occupations/51-8091.00/related/skills/2.B.3.g",
"name": "Operations Monitoring",
"description": "Watching gauges, dials, or other indicators to make sure a machine is working properly."
},
{
"id": "2.B.3.h",
"related": "https://api-v2.onetcenter.org/online/occupations/51-8091.00/related/skills/2.B.3.h",
"name": "Operation and Control",
"description": "Controlling operations of equipment or systems."
},
{
"id": "2.A.2.d",
"related": "https://api-v2.onetcenter.org/online/occupations/51-8091.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."
},
{
"id": "2.B.3.m",
"related": "https://api-v2.onetcenter.org/online/occupations/51-8091.00/related/skills/2.B.3.m",
"name": "Quality Control Analysis",
"description": "Conducting tests and inspections of products, services, or processes to evaluate quality or performance."
},
{
"id": "2.A.2.a",
"related": "https://api-v2.onetcenter.org/online/occupations/51-8091.00/related/skills/2.A.2.a",
"name": "Critical Thinking",
"description": "Using logic and reasoning to identify the strengths and weaknesses of alternative solutions, conclusions, or approaches to problems."
}
]
}