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/19-4099.03/related/work_activities/4.A.1.a.1
Status:
200 OK
Content-Type:
application/json
{
   "summary": {
      "id": "4.A.1.a.1",
      "name": "Getting Information",
      "description": "Observing, receiving, and otherwise obtaining information from all relevant sources.",
      "see_more": "https://api-v2.onetcenter.org/online/onet_data/work_activities/4.A.1.a.1"
   },
   "occupation": [
      {
         "href": "https://api-v2.onetcenter.org/online/occupations/29-1217.00/",
         "code": "29-1217.00",
         "title": "Neurologists",
         "tags": {
            "bright_outlook": true
         }
      },
      {
         "href": "https://api-v2.onetcenter.org/online/occupations/29-1071.00/",
         "code": "29-1071.00",
         "title": "Physician Assistants",
         "tags": {
            "bright_outlook": true
         }
      },
      {
         "href": "https://api-v2.onetcenter.org/online/occupations/13-1161.00/",
         "code": "13-1161.00",
         "title": "Market Research Analysts and Marketing Specialists",
         "tags": {
            "bright_outlook": true
         }
      },
      {
         "href": "https://api-v2.onetcenter.org/online/occupations/31-9092.00/",
         "code": "31-9092.00",
         "title": "Medical Assistants",
         "tags": {
            "bright_outlook": true
         }
      },
      {
         "href": "https://api-v2.onetcenter.org/online/occupations/17-1021.00/",
         "code": "17-1021.00",
         "title": "Cartographers and Photogrammetrists",
         "tags": {
            "bright_outlook": true
         }
      }
   ]
}