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/39-2021.00/related/skills/2.B.1.f
Status:
200 OK
Content-Type:
application/json
{
   "summary": {
      "id": "2.B.1.f",
      "name": "Service Orientation",
      "description": "Actively looking for ways to help people.",
      "see_more": "https://api-v2.onetcenter.org/online/onet_data/skills_cf/2.B.1.f"
   },
   "occupation": [
      {
         "href": "https://api-v2.onetcenter.org/online/occupations/11-9161.00/",
         "code": "11-9161.00",
         "title": "Emergency Management Directors",
         "tags": {}
      },
      {
         "href": "https://api-v2.onetcenter.org/online/occupations/39-6012.00/",
         "code": "39-6012.00",
         "title": "Concierges",
         "tags": {}
      },
      {
         "href": "https://api-v2.onetcenter.org/online/occupations/21-1022.00/",
         "code": "21-1022.00",
         "title": "Healthcare Social Workers",
         "tags": {
            "bright_outlook": true
         }
      },
      {
         "href": "https://api-v2.onetcenter.org/online/occupations/29-1141.04/",
         "code": "29-1141.04",
         "title": "Clinical Nurse Specialists",
         "tags": {
            "bright_outlook": true
         }
      },
      {
         "href": "https://api-v2.onetcenter.org/online/occupations/29-1125.00/",
         "code": "29-1125.00",
         "title": "Recreational Therapists",
         "tags": {}
      }
   ]
}