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/51-8013.04/related/work_activities/4.A.4.b.6
Status:
200 OK
Content-Type:
application/json
{
   "summary": {
      "id": "4.A.4.b.6",
      "name": "Providing Consultation and Advice to Others",
      "description": "Providing guidance and expert advice to management or other groups on technical, systems-, or process-related topics.",
      "see_more": "https://api-v2.onetcenter.org/online/onet_data/work_activities/4.A.4.b.6"
   },
   "occupation": [
      {
         "href": "https://api-v2.onetcenter.org/online/occupations/19-3032.00/",
         "code": "19-3032.00",
         "title": "Industrial-Organizational Psychologists",
         "tags": {
            "bright_outlook": true
         }
      },
      {
         "href": "https://api-v2.onetcenter.org/online/occupations/29-1241.00/",
         "code": "29-1241.00",
         "title": "Ophthalmologists, Except Pediatric",
         "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/13-1111.00/",
         "code": "13-1111.00",
         "title": "Management Analysts",
         "tags": {
            "bright_outlook": true
         }
      },
      {
         "href": "https://api-v2.onetcenter.org/online/occupations/11-3121.00/",
         "code": "11-3121.00",
         "title": "Human Resources Managers",
         "tags": {
            "bright_outlook": true
         }
      }
   ]
}