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

Send a request to see the response.
Loading...
The request could not be completed (). Please try again.
URL:
https://api-v2.onetcenter.org/mnm/industries/62/most_people
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 20,
   "total": 110,
   "next": "https://api-v2.onetcenter.org/mnm/industries/62/most_people?start=21&end=40",
   "example": {
      "href": "https://api-v2.onetcenter.org/mnm/careers/31-2022.00/",
      "code": "31-2022.00",
      "title": "Physical Therapist Aides",
      "tags": {},
      "percent_employed": 96
   },
   "career": [
      {
         "href": "https://api-v2.onetcenter.org/mnm/careers/29-1141.01/",
         "code": "29-1141.01",
         "title": "Acute Care Nurses",
         "tags": {
            "bright_outlook": true
         }
      },
      {
         "href": "https://api-v2.onetcenter.org/mnm/careers/29-1141.02/",
         "code": "29-1141.02",
         "title": "Advanced Practice Psychiatric Nurses",
         "tags": {
            "bright_outlook": true
         }
      },
      {
         "href": "https://api-v2.onetcenter.org/mnm/careers/29-1229.01/",
         "code": "29-1229.01",
         "title": "Allergists & Immunologists",
         "tags": {}
      },
      {
         "href": "https://api-v2.onetcenter.org/mnm/careers/53-3011.00/",
         "code": "53-3011.00",
         "title": "Ambulance Drivers & Attendants",
         "tags": {}
      },
      {
         "href": "https://api-v2.onetcenter.org/mnm/careers/29-1071.01/",
         "code": "29-1071.01",
         "title": "Anesthesiologist Assistants",
         "tags": {
            "bright_outlook": true
         }
      },
      {
         "href": "https://api-v2.onetcenter.org/mnm/careers/29-1211.00/",
         "code": "29-1211.00",
         "title": "Anesthesiologists",
         "tags": {}
      },
      {
         "href": "https://api-v2.onetcenter.org/mnm/careers/29-1181.00/",
         "code": "29-1181.00",
         "title": "Audiologists",
         "tags": {
            "bright_outlook": true
         }
      },
      {
         "href": "https://api-v2.onetcenter.org/mnm/careers/29-1212.00/",
         "code": "29-1212.00",
         "title": "Cardiologists",
         "tags": {}
      },
      {
         "href": "https://api-v2.onetcenter.org/mnm/careers/29-2031.00/",
         "code": "29-2031.00",
         "title": "Cardiovascular Technologists & Technicians",
         "tags": {}
      },
      {
         "href": "https://api-v2.onetcenter.org/mnm/careers/29-1011.00/",
         "code": "29-1011.00",
         "title": "Chiropractors",
         "tags": {
            "bright_outlook": true
         }
      },
      {
         "href": "https://api-v2.onetcenter.org/mnm/careers/19-3033.00/",
         "code": "19-3033.00",
         "title": "Clinical & Counseling Psychologists",
         "tags": {
            "bright_outlook": true
         }
      },
      {
         "href": "https://api-v2.onetcenter.org/mnm/careers/29-1141.04/",
         "code": "29-1141.04",
         "title": "Clinical Nurse Specialists",
         "tags": {
            "bright_outlook": true
         }
      },
      {
         "href": "https://api-v2.onetcenter.org/mnm/careers/21-1094.00/",
         "code": "21-1094.00",
         "title": "Community Health Workers",
         "tags": {
            "bright_outlook": true
         }
      },
      {
         "href": "https://api-v2.onetcenter.org/mnm/careers/29-1141.03/",
         "code": "29-1141.03",
         "title": "Critical Care Nurses",
         "tags": {
            "bright_outlook": true
         }
      },
      {
         "href": "https://api-v2.onetcenter.org/mnm/careers/29-2011.01/",
         "code": "29-2011.01",
         "title": "Cytogenetic Technologists",
         "tags": {}
      },
      {
         "href": "https://api-v2.onetcenter.org/mnm/careers/29-2011.02/",
         "code": "29-2011.02",
         "title": "Cytotechnologists",
         "tags": {}
      },
      {
         "href": "https://api-v2.onetcenter.org/mnm/careers/31-9091.00/",
         "code": "31-9091.00",
         "title": "Dental Assistants",
         "tags": {
            "bright_outlook": true
         }
      },
      {
         "href": "https://api-v2.onetcenter.org/mnm/careers/29-1292.00/",
         "code": "29-1292.00",
         "title": "Dental Hygienists",
         "tags": {
            "bright_outlook": true
         }
      },
      {
         "href": "https://api-v2.onetcenter.org/mnm/careers/29-1021.00/",
         "code": "29-1021.00",
         "title": "Dentists, General",
         "tags": {}
      },
      {
         "href": "https://api-v2.onetcenter.org/mnm/careers/29-1213.00/",
         "code": "29-1213.00",
         "title": "Dermatologists",
         "tags": {
            "bright_outlook": true
         }
      }
   ]
}