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/49-3052.00/related/work_activities/4.A.2.b.4
Status:
200 OK
Content-Type:
application/json
{
   "summary": {
      "id": "4.A.2.b.4",
      "name": "Developing Objectives and Strategies",
      "description": "Establishing long-range objectives and specifying the strategies and actions to achieve them.",
      "see_more": "https://api-v2.onetcenter.org/online/onet_data/work_activities/4.A.2.b.4"
   },
   "occupation": [
      {
         "href": "https://api-v2.onetcenter.org/online/occupations/11-1011.00/",
         "code": "11-1011.00",
         "title": "Chief Executives",
         "tags": {
            "bright_outlook": true
         }
      },
      {
         "href": "https://api-v2.onetcenter.org/online/occupations/19-3051.00/",
         "code": "19-3051.00",
         "title": "Urban and Regional Planners",
         "tags": {}
      },
      {
         "href": "https://api-v2.onetcenter.org/online/occupations/11-1011.03/",
         "code": "11-1011.03",
         "title": "Chief Sustainability Officers",
         "tags": {
            "bright_outlook": true
         }
      },
      {
         "href": "https://api-v2.onetcenter.org/online/occupations/27-3031.00/",
         "code": "27-3031.00",
         "title": "Public Relations Specialists",
         "tags": {
            "bright_outlook": true
         }
      },
      {
         "href": "https://api-v2.onetcenter.org/online/occupations/29-1127.00/",
         "code": "29-1127.00",
         "title": "Speech-Language Pathologists",
         "tags": {
            "bright_outlook": true
         }
      }
   ]
}