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/mnm/careers/21-2011.00/explore_more
Status:
200 OK
Content-Type:
application/json
{
   "careers": [
      {
         "href": "https://api-v2.onetcenter.org/mnm/careers/21-1021.00/",
         "code": "21-1021.00",
         "title": "Child, Family, & School Social Workers",
         "tags": {}
      },
      {
         "href": "https://api-v2.onetcenter.org/mnm/careers/21-2021.00/",
         "code": "21-2021.00",
         "title": "Directors, Religious Activities & Education",
         "tags": {}
      },
      {
         "href": "https://api-v2.onetcenter.org/mnm/careers/11-9032.00/",
         "code": "11-9032.00",
         "title": "Education Administrators, Kindergarten through Secondary",
         "tags": {}
      },
      {
         "href": "https://api-v2.onetcenter.org/mnm/careers/21-1012.00/",
         "code": "21-1012.00",
         "title": "Educational, Guidance, & Career Counselors & Advisors",
         "tags": {}
      },
      {
         "href": "https://api-v2.onetcenter.org/mnm/careers/21-1093.00/",
         "code": "21-1093.00",
         "title": "Social & Human Service Assistants",
         "tags": {
            "bright_outlook": true
         }
      }
   ],
   "industries": [
      {
         "most_people": "https://api-v2.onetcenter.org/mnm/industries/81/most_people",
         "code": 81,
         "title": "Service"
      }
   ]
}