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/35-1011.00/related/interests/1.B.1.c
Status:
200 OK
Content-Type:
application/json
{
   "summary": {
      "id": "1.B.1.c",
      "interest_code": "A",
      "name": "Artistic",
      "description": "Work involves creating original visual artwork, performances, written works, food, or music for a variety of media, or applying artistic principles to the design of various objects and materials. Artistic occupations are often associated with visual arts, applied arts and design, performing arts, music, creative writing, media, or culinary art.",
      "see_more": "https://api-v2.onetcenter.org/online/onet_data/interests/A"
   },
   "occupation": [
      {
         "href": "https://api-v2.onetcenter.org/online/occupations/27-2011.00/",
         "code": "27-2011.00",
         "title": "Actors",
         "tags": {}
      },
      {
         "href": "https://api-v2.onetcenter.org/online/occupations/39-3092.00/",
         "code": "39-3092.00",
         "title": "Costume Attendants",
         "tags": {
            "bright_outlook": true
         }
      },
      {
         "href": "https://api-v2.onetcenter.org/online/occupations/27-2091.00/",
         "code": "27-2091.00",
         "title": "Disc Jockeys, Except Radio",
         "tags": {}
      },
      {
         "href": "https://api-v2.onetcenter.org/online/occupations/41-9012.00/",
         "code": "41-9012.00",
         "title": "Models",
         "tags": {}
      },
      {
         "href": "https://api-v2.onetcenter.org/online/occupations/27-4031.00/",
         "code": "27-4031.00",
         "title": "Camera Operators, Television, Video, and Film",
         "tags": {}
      }
   ]
}