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

URL:
https://api-v2.onetcenter.org/online/occupations/51-9161.00/related/abilities/1.A.4.b.2
Status:
200 OK
Content-Type:
application/json
{
   "summary": {
      "id": "1.A.4.b.2",
      "name": "Auditory Attention",
      "description": "The ability to focus on a single source of sound in the presence of other distracting sounds.",
      "see_more": "https://api-v2.onetcenter.org/online/onet_data/abilities/1.A.4.b.2"
   },
   "occupation": [
      {
         "href": "https://api-v2.onetcenter.org/online/occupations/49-9063.00/",
         "code": "49-9063.00",
         "title": "Musical Instrument Repairers and Tuners",
         "tags": {}
      },
      {
         "href": "https://api-v2.onetcenter.org/online/occupations/53-4041.00/",
         "code": "53-4041.00",
         "title": "Subway and Streetcar Operators",
         "tags": {}
      },
      {
         "href": "https://api-v2.onetcenter.org/online/occupations/53-4011.00/",
         "code": "53-4011.00",
         "title": "Locomotive Engineers",
         "tags": {}
      },
      {
         "href": "https://api-v2.onetcenter.org/online/occupations/53-5011.00/",
         "code": "53-5011.00",
         "title": "Sailors and Marine Oilers",
         "tags": {}
      },
      {
         "href": "https://api-v2.onetcenter.org/online/occupations/27-2041.00/",
         "code": "27-2041.00",
         "title": "Music Directors and Composers",
         "tags": {}
      }
   ]
}