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/45-2011.00/related/detailed_work_activities/4.A.3.a.2.I38.D02
Status:
200 OK
Content-Type:
application/json
{
   "summary": {
      "id": "4.A.3.a.2.I38.D02",
      "title": "Collect biological specimens.",
      "see_more": "https://api-v2.onetcenter.org/online/related_activities/results/45-2011.00?activities=4.A.3.a.2.I38.D02"
   },
   "occupation": [
      {
         "href": "https://api-v2.onetcenter.org/online/occupations/19-4021.00/",
         "code": "19-4021.00",
         "title": "Biological Technicians",
         "tags": {
            "bright_outlook": true
         }
      },
      {
         "href": "https://api-v2.onetcenter.org/online/occupations/19-4071.00/",
         "code": "19-4071.00",
         "title": "Forest and Conservation Technicians",
         "tags": {}
      },
      {
         "href": "https://api-v2.onetcenter.org/online/occupations/19-1023.00/",
         "code": "19-1023.00",
         "title": "Zoologists and Wildlife Biologists",
         "tags": {}
      },
      {
         "href": "https://api-v2.onetcenter.org/online/occupations/19-4012.00/",
         "code": "19-4012.00",
         "title": "Agricultural Technicians",
         "tags": {
            "bright_outlook": true
         }
      },
      {
         "href": "https://api-v2.onetcenter.org/online/occupations/19-3091.00/",
         "code": "19-3091.00",
         "title": "Anthropologists and Archeologists",
         "tags": {
            "bright_outlook": true
         }
      }
   ]
}