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/17-3023.00/related/tools_used/41115304
Status:
200 OK
Content-Type:
application/json
{
   "summary": {
      "code": 41115304,
      "title": "Frequency counters or timer or dividers",
      "example": [
         "Frequency counters",
         "Microwave frequency counters"
      ]
   },
   "occupation": [
      {
         "href": "https://api-v2.onetcenter.org/online/occupations/17-3027.01/",
         "code": "17-3027.01",
         "title": "Automotive Engineering Technicians",
         "tags": {},
         "example": [
            "Frequency counters"
         ]
      },
      {
         "href": "https://api-v2.onetcenter.org/online/occupations/49-2091.00/",
         "code": "49-2091.00",
         "title": "Avionics Technicians",
         "tags": {
            "bright_outlook": true
         },
         "example": [
            "Frequency counters"
         ]
      },
      {
         "href": "https://api-v2.onetcenter.org/online/occupations/49-9061.00/",
         "code": "49-9061.00",
         "title": "Camera and Photographic Equipment Repairers",
         "tags": {},
         "example": [
            "Shutter speed testers"
         ]
      },
      {
         "href": "https://api-v2.onetcenter.org/online/occupations/17-2061.00/",
         "code": "17-2061.00",
         "title": "Computer Hardware Engineers",
         "tags": {
            "bright_outlook": true
         },
         "example": [
            "Frequency counters"
         ]
      },
      {
         "href": "https://api-v2.onetcenter.org/online/occupations/17-2071.00/",
         "code": "17-2071.00",
         "title": "Electrical Engineers",
         "tags": {
            "bright_outlook": true
         },
         "example": [
            "Frequency counters"
         ]
      }
   ]
}