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/33-9011.00/related/skills/2.A.2.b
Status:
200 OK
Content-Type:
application/json
{
   "summary": {
      "id": "2.A.2.b",
      "name": "Active Learning",
      "description": "Understanding the implications of new information for both current and future problem-solving and decision-making.",
      "see_more": "https://api-v2.onetcenter.org/online/onet_data/skills_basic/2.A.2.b"
   },
   "occupation": [
      {
         "href": "https://api-v2.onetcenter.org/online/occupations/19-1021.00/",
         "code": "19-1021.00",
         "title": "Biochemists and Biophysicists",
         "tags": {
            "bright_outlook": true
         }
      },
      {
         "href": "https://api-v2.onetcenter.org/online/occupations/19-1042.00/",
         "code": "19-1042.00",
         "title": "Medical Scientists, Except Epidemiologists",
         "tags": {
            "bright_outlook": true
         }
      },
      {
         "href": "https://api-v2.onetcenter.org/online/occupations/29-1229.02/",
         "code": "29-1229.02",
         "title": "Hospitalists",
         "tags": {}
      },
      {
         "href": "https://api-v2.onetcenter.org/online/occupations/29-1218.00/",
         "code": "29-1218.00",
         "title": "Obstetricians and Gynecologists",
         "tags": {}
      },
      {
         "href": "https://api-v2.onetcenter.org/online/occupations/19-3094.00/",
         "code": "19-3094.00",
         "title": "Political Scientists",
         "tags": {}
      }
   ]
}