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-2051.00/related/interests/1.B.1.b
Status:
200 OK
Content-Type:
application/json
{
   "summary": {
      "id": "1.B.1.b",
      "interest_code": "I",
      "name": "Investigative",
      "description": "Work involves studying and researching non-living objects, living organisms, disease or other forms of impairment, or human behavior. Investigative occupations are often associated with physical, life, medical, or social sciences, and can be found in the fields of humanities, mathematics/statistics, information technology, or health care service.",
      "see_more": "https://api-v2.onetcenter.org/online/onet_data/interests/I"
   },
   "occupation": [
      {
         "href": "https://api-v2.onetcenter.org/online/occupations/19-4031.00/",
         "code": "19-4031.00",
         "title": "Chemical Technicians",
         "tags": {
            "bright_outlook": true
         }
      },
      {
         "href": "https://api-v2.onetcenter.org/online/occupations/15-1211.00/",
         "code": "15-1211.00",
         "title": "Computer Systems Analysts",
         "tags": {
            "bright_outlook": true
         }
      },
      {
         "href": "https://api-v2.onetcenter.org/online/occupations/13-1041.06/",
         "code": "13-1041.06",
         "title": "Coroners",
         "tags": {}
      },
      {
         "href": "https://api-v2.onetcenter.org/online/occupations/33-3021.00/",
         "code": "33-3021.00",
         "title": "Detectives and Criminal Investigators",
         "tags": {}
      },
      {
         "href": "https://api-v2.onetcenter.org/online/occupations/19-4092.00/",
         "code": "19-4092.00",
         "title": "Forensic Science Technicians",
         "tags": {
            "bright_outlook": true
         }
      }
   ]
}