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

URL:
https://api-v2.onetcenter.org/online/occupations/43-6011.00/related/work_activities/4.A.4.a.8
Status:
200 OK
Content-Type:
application/json
{
   "summary": {
      "id": "4.A.4.a.8",
      "name": "Performing for or Working Directly with the Public",
      "description": "Performing for people or dealing directly with the public. This includes serving customers in restaurants and stores, and receiving clients or guests.",
      "see_more": "https://api-v2.onetcenter.org/online/onet_data/work_activities/4.A.4.a.8"
   },
   "occupation": [
      {
         "href": "https://api-v2.onetcenter.org/online/occupations/19-1031.03/",
         "code": "19-1031.03",
         "title": "Park Naturalists",
         "tags": {
            "bright_outlook": true
         }
      },
      {
         "href": "https://api-v2.onetcenter.org/online/occupations/29-2081.00/",
         "code": "29-2081.00",
         "title": "Opticians, Dispensing",
         "tags": {}
      },
      {
         "href": "https://api-v2.onetcenter.org/online/occupations/11-9171.00/",
         "code": "11-9171.00",
         "title": "Funeral Home Managers",
         "tags": {}
      },
      {
         "href": "https://api-v2.onetcenter.org/online/occupations/53-2031.00/",
         "code": "53-2031.00",
         "title": "Flight Attendants",
         "tags": {
            "bright_outlook": true
         }
      },
      {
         "href": "https://api-v2.onetcenter.org/online/occupations/33-3051.00/",
         "code": "33-3051.00",
         "title": "Police and Sheriff's Patrol Officers",
         "tags": {}
      }
   ]
}