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/15-1254.00/related/detailed_work_activities/4.A.2.b.2.I06.D04
Status:
200 OK
Content-Type:
application/json
{
   "summary": {
      "id": "4.A.2.b.2.I06.D04",
      "title": "Create databases to store electronic data.",
      "see_more": "https://api-v2.onetcenter.org/online/related_activities/results/15-1254.00?activities=4.A.2.b.2.I06.D04"
   },
   "occupation": [
      {
         "href": "https://api-v2.onetcenter.org/online/occupations/15-1242.00/",
         "code": "15-1242.00",
         "title": "Database Administrators",
         "tags": {
            "bright_outlook": true
         }
      },
      {
         "href": "https://api-v2.onetcenter.org/online/occupations/15-1243.00/",
         "code": "15-1243.00",
         "title": "Database Architects",
         "tags": {
            "bright_outlook": true
         }
      },
      {
         "href": "https://api-v2.onetcenter.org/online/occupations/15-2051.01/",
         "code": "15-2051.01",
         "title": "Business Intelligence Analysts",
         "tags": {
            "bright_outlook": true
         }
      },
      {
         "href": "https://api-v2.onetcenter.org/online/occupations/15-1299.07/",
         "code": "15-1299.07",
         "title": "Blockchain Engineers",
         "tags": {
            "bright_outlook": true
         }
      },
      {
         "href": "https://api-v2.onetcenter.org/online/occupations/13-2022.00/",
         "code": "13-2022.00",
         "title": "Appraisers of Personal and Business Property",
         "tags": {}
      }
   ]
}