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/some_people
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 20,
   "total": 63,
   "next": "https://api-v2.onetcenter.org/mnm/industries/62/some_people?start=21&end=40",
   "example": {
      "href": "https://api-v2.onetcenter.org/mnm/careers/29-2052.00/",
      "code": "29-2052.00",
      "title": "Pharmacy Technicians",
      "tags": {
         "bright_outlook": true
      },
      "percent_employed": 21
   },
   "career": [
      {
         "href": "https://api-v2.onetcenter.org/mnm/careers/29-1291.00/",
         "code": "29-1291.00",
         "title": "Acupuncturists",
         "tags": {
            "bright_outlook": true
         }
      },
      {
         "href": "https://api-v2.onetcenter.org/mnm/careers/25-2059.01/",
         "code": "25-2059.01",
         "title": "Adapted Physical Education Specialists",
         "tags": {}
      },
      {
         "href": "https://api-v2.onetcenter.org/mnm/careers/11-3012.00/",
         "code": "11-3012.00",
         "title": "Administrative Services Managers",
         "tags": {
            "bright_outlook": true
         }
      },
      {
         "href": "https://api-v2.onetcenter.org/mnm/careers/29-1129.01/",
         "code": "29-1129.01",
         "title": "Art Therapists",
         "tags": {
            "bright_outlook": true
         }
      },
      {
         "href": "https://api-v2.onetcenter.org/mnm/careers/29-9091.00/",
         "code": "29-9091.00",
         "title": "Athletic Trainers",
         "tags": {
            "bright_outlook": true
         }
      },
      {
         "href": "https://api-v2.onetcenter.org/mnm/careers/43-3011.00/",
         "code": "43-3011.00",
         "title": "Bill & Account Collectors",
         "tags": {}
      },
      {
         "href": "https://api-v2.onetcenter.org/mnm/careers/43-3021.00/",
         "code": "43-3021.00",
         "title": "Billing & Posting Clerks",
         "tags": {}
      },
      {
         "href": "https://api-v2.onetcenter.org/mnm/careers/17-2031.00/",
         "code": "17-2031.00",
         "title": "Bioengineers & Biomedical Engineers",
         "tags": {
            "bright_outlook": true
         }
      },
      {
         "href": "https://api-v2.onetcenter.org/mnm/careers/19-4021.00/",
         "code": "19-4021.00",
         "title": "Biological Technicians",
         "tags": {
            "bright_outlook": true
         }
      },
      {
         "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/39-9011.00/",
         "code": "39-9011.00",
         "title": "Childcare Workers",
         "tags": {
            "bright_outlook": true
         }
      },
      {
         "href": "https://api-v2.onetcenter.org/mnm/careers/39-6012.00/",
         "code": "39-6012.00",
         "title": "Concierges",
         "tags": {}
      },
      {
         "href": "https://api-v2.onetcenter.org/mnm/careers/35-2012.00/",
         "code": "35-2012.00",
         "title": "Cooks, Institution & Cafeteria",
         "tags": {}
      },
      {
         "href": "https://api-v2.onetcenter.org/mnm/careers/43-4021.00/",
         "code": "43-4021.00",
         "title": "Correspondence Clerks",
         "tags": {}
      },
      {
         "href": "https://api-v2.onetcenter.org/mnm/careers/43-5021.00/",
         "code": "43-5021.00",
         "title": "Couriers & Messengers",
         "tags": {
            "bright_outlook": true
         }
      },
      {
         "href": "https://api-v2.onetcenter.org/mnm/careers/13-2071.00/",
         "code": "13-2071.00",
         "title": "Credit Counselors",
         "tags": {}
      },
      {
         "href": "https://api-v2.onetcenter.org/mnm/careers/51-9081.00/",
         "code": "51-9081.00",
         "title": "Dental Laboratory Technicians",
         "tags": {}
      },
      {
         "href": "https://api-v2.onetcenter.org/mnm/careers/11-9161.00/",
         "code": "11-9161.00",
         "title": "Emergency Management Directors",
         "tags": {}
      },
      {
         "href": "https://api-v2.onetcenter.org/mnm/careers/19-1041.00/",
         "code": "19-1041.00",
         "title": "Epidemiologists",
         "tags": {
            "bright_outlook": true
         }
      },
      {
         "href": "https://api-v2.onetcenter.org/mnm/careers/43-6011.00/",
         "code": "43-6011.00",
         "title": "Executive Secretaries & Executive Administrative Assistants",
         "tags": {}
      }
   ]
}