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/15-1255.01/related/abilities/1.A.1.b.6
Status:
200 OK
Content-Type:
application/json
{
   "summary": {
      "id": "1.A.1.b.6",
      "name": "Information Ordering",
      "description": "The ability to arrange things or actions in a certain order or pattern according to a specific rule or set of rules (e.g., patterns of numbers, letters, words, pictures, mathematical operations).",
      "see_more": "https://api-v2.onetcenter.org/online/onet_data/abilities/1.A.1.b.6"
   },
   "occupation": [
      {
         "href": "https://api-v2.onetcenter.org/online/occupations/11-9021.00/",
         "code": "11-9021.00",
         "title": "Construction Managers",
         "tags": {
            "bright_outlook": true
         }
      },
      {
         "href": "https://api-v2.onetcenter.org/online/occupations/15-2051.02/",
         "code": "15-2051.02",
         "title": "Clinical Data Managers",
         "tags": {
            "bright_outlook": true
         }
      },
      {
         "href": "https://api-v2.onetcenter.org/online/occupations/29-1151.00/",
         "code": "29-1151.00",
         "title": "Nurse Anesthetists",
         "tags": {
            "bright_outlook": true
         }
      },
      {
         "href": "https://api-v2.onetcenter.org/online/occupations/43-4071.00/",
         "code": "43-4071.00",
         "title": "File Clerks",
         "tags": {}
      },
      {
         "href": "https://api-v2.onetcenter.org/online/occupations/19-2012.00/",
         "code": "19-2012.00",
         "title": "Physicists",
         "tags": {
            "bright_outlook": true
         }
      }
   ]
}