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/25-4011.00/related/detailed_work_activities/4.A.3.a.2.I08.D03
Status:
200 OK
Content-Type:
application/json
{
   "summary": {
      "id": "4.A.3.a.2.I08.D03",
      "title": "Prepare materials for preservation, storage, or display.",
      "see_more": "https://api-v2.onetcenter.org/online/related_activities/results/25-4011.00?activities=4.A.3.a.2.I08.D03"
   },
   "occupation": [
      {
         "href": "https://api-v2.onetcenter.org/online/occupations/27-1013.00/",
         "code": "27-1013.00",
         "title": "Fine Artists, Including Painters, Sculptors, and Illustrators",
         "tags": {}
      },
      {
         "href": "https://api-v2.onetcenter.org/online/occupations/29-2012.01/",
         "code": "29-2012.01",
         "title": "Histology Technicians",
         "tags": {}
      },
      {
         "href": "https://api-v2.onetcenter.org/online/occupations/19-3093.00/",
         "code": "19-3093.00",
         "title": "Historians",
         "tags": {
            "bright_outlook": true
         }
      },
      {
         "href": "https://api-v2.onetcenter.org/online/occupations/25-4013.00/",
         "code": "25-4013.00",
         "title": "Museum Technicians and Conservators",
         "tags": {
            "bright_outlook": true
         }
      }
   ]
}