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/43-9031.00/related/work_activities/4.A.2.b.2
Status:
200 OK
Content-Type:
application/json
{
   "summary": {
      "id": "4.A.2.b.2",
      "name": "Thinking Creatively",
      "description": "Developing, designing, or creating new applications, ideas, relationships, systems, or products, including artistic contributions.",
      "see_more": "https://api-v2.onetcenter.org/online/onet_data/work_activities/4.A.2.b.2"
   },
   "occupation": [
      {
         "href": "https://api-v2.onetcenter.org/online/occupations/27-1011.00/",
         "code": "27-1011.00",
         "title": "Art Directors",
         "tags": {}
      },
      {
         "href": "https://api-v2.onetcenter.org/online/occupations/29-1129.02/",
         "code": "29-1129.02",
         "title": "Music Therapists",
         "tags": {
            "bright_outlook": true
         }
      },
      {
         "href": "https://api-v2.onetcenter.org/online/occupations/15-1255.01/",
         "code": "15-1255.01",
         "title": "Video Game Designers",
         "tags": {
            "bright_outlook": true
         }
      },
      {
         "href": "https://api-v2.onetcenter.org/online/occupations/27-1024.00/",
         "code": "27-1024.00",
         "title": "Graphic Designers",
         "tags": {}
      },
      {
         "href": "https://api-v2.onetcenter.org/online/occupations/27-2032.00/",
         "code": "27-2032.00",
         "title": "Choreographers",
         "tags": {}
      }
   ]
}