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-9091.00/summary/skills
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 5,
   "total": 6,
   "next": "https://api-v2.onetcenter.org/online/occupations/49-9091.00/summary/skills?start=6&end=6",
   "element": [
      {
         "id": "2.B.3.l",
         "related": "https://api-v2.onetcenter.org/online/occupations/49-9091.00/related/skills/2.B.3.l",
         "name": "Repairing",
         "description": "Repairing machines or systems using the needed tools."
      },
      {
         "id": "2.B.3.j",
         "related": "https://api-v2.onetcenter.org/online/occupations/49-9091.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."
      },
      {
         "id": "2.B.3.k",
         "related": "https://api-v2.onetcenter.org/online/occupations/49-9091.00/related/skills/2.B.3.k",
         "name": "Troubleshooting",
         "description": "Determining causes of operating errors and deciding what to do about it."
      },
      {
         "id": "2.B.3.h",
         "related": "https://api-v2.onetcenter.org/online/occupations/49-9091.00/related/skills/2.B.3.h",
         "name": "Operation and Control",
         "description": "Controlling operations of equipment or systems."
      },
      {
         "id": "2.B.3.g",
         "related": "https://api-v2.onetcenter.org/online/occupations/49-9091.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."
      }
   ]
}