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

https://api-v2.onetcenter.org/
GET parameters
? =
& =
& =
& =
& =
& =
& =
& =
& =
& =

Response

Send a request to see the response.
Loading...
The request could not be completed (). Please try again.
URL:
https://api-v2.onetcenter.org/online/occupations/49-3091.00/details/skills
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 10,
   "total": 35,
   "next": "https://api-v2.onetcenter.org/online/occupations/49-3091.00/details/skills?start=11&end=20",
   "element": [
      {
         "id": "2.B.3.l",
         "related": "https://api-v2.onetcenter.org/online/occupations/49-3091.00/related/skills/2.B.3.l",
         "name": "Repairing",
         "description": "Repairing machines or systems using the needed tools.",
         "importance": 72
      },
      {
         "id": "2.A.1.b",
         "related": "https://api-v2.onetcenter.org/online/occupations/49-3091.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.",
         "importance": 66
      },
      {
         "id": "2.A.2.a",
         "related": "https://api-v2.onetcenter.org/online/occupations/49-3091.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.",
         "importance": 66
      },
      {
         "id": "2.B.3.k",
         "related": "https://api-v2.onetcenter.org/online/occupations/49-3091.00/related/skills/2.B.3.k",
         "name": "Troubleshooting",
         "description": "Determining causes of operating errors and deciding what to do about it.",
         "importance": 66
      },
      {
         "id": "2.B.3.j",
         "related": "https://api-v2.onetcenter.org/online/occupations/49-3091.00/related/skills/2.B.3.j",
         "name": "Equipment Maintenance",
         "description": "Performing routine maintenance on equipment and determining when and what kind of maintenance is needed.",
         "importance": 60
      },
      {
         "id": "2.B.3.c",
         "related": "https://api-v2.onetcenter.org/online/occupations/49-3091.00/related/skills/2.B.3.c",
         "name": "Equipment Selection",
         "description": "Determining the kind of tools and equipment needed to do a job.",
         "importance": 60
      },
      {
         "id": "2.B.1.f",
         "related": "https://api-v2.onetcenter.org/online/occupations/49-3091.00/related/skills/2.B.1.f",
         "name": "Service Orientation",
         "description": "Actively looking for ways to help people.",
         "importance": 60
      },
      {
         "id": "2.A.1.d",
         "related": "https://api-v2.onetcenter.org/online/occupations/49-3091.00/related/skills/2.A.1.d",
         "name": "Speaking",
         "description": "Talking to others to convey information effectively.",
         "importance": 60
      },
      {
         "id": "2.B.3.m",
         "related": "https://api-v2.onetcenter.org/online/occupations/49-3091.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.",
         "importance": 56
      },
      {
         "id": "2.B.1.a",
         "related": "https://api-v2.onetcenter.org/online/occupations/49-3091.00/related/skills/2.B.1.a",
         "name": "Social Perceptiveness",
         "description": "Being aware of others' reactions and understanding why they react as they do.",
         "importance": 56
      }
   ]
}