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/13-1023.00/related/detailed_work_activities/4.A.1.a.2.I02.D20
Status:
200 OK
Content-Type:
application/json
{
   "summary": {
      "id": "4.A.1.a.2.I02.D20",
      "title": "Monitor organizational processes.",
      "see_more": "https://api-v2.onetcenter.org/online/related_activities/results/13-1023.00?activities=4.A.1.a.2.I02.D20"
   },
   "occupation": [
      {
         "href": "https://api-v2.onetcenter.org/online/occupations/45-1011.00/",
         "code": "45-1011.00",
         "title": "First-Line Supervisors of Farming, Fishing, and Forestry Workers",
         "tags": {}
      },
      {
         "href": "https://api-v2.onetcenter.org/online/occupations/13-1041.03/",
         "code": "13-1041.03",
         "title": "Equal Opportunity Representatives and Officers",
         "tags": {}
      },
      {
         "href": "https://api-v2.onetcenter.org/online/occupations/13-2061.00/",
         "code": "13-2061.00",
         "title": "Financial Examiners",
         "tags": {
            "bright_outlook": true
         }
      },
      {
         "href": "https://api-v2.onetcenter.org/online/occupations/13-1081.02/",
         "code": "13-1081.02",
         "title": "Logistics Analysts",
         "tags": {
            "bright_outlook": true
         }
      }
   ]
}