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/72/some_people
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 20,
   "total": 25,
   "next": "https://api-v2.onetcenter.org/mnm/industries/72/some_people?start=21&end=25",
   "example": {
      "href": "https://api-v2.onetcenter.org/mnm/careers/53-3031.00/",
      "code": "53-3031.00",
      "title": "Driver/Sales Workers",
      "tags": {
         "bright_outlook": true
      },
      "percent_employed": 45
   },
   "career": [
      {
         "href": "https://api-v2.onetcenter.org/mnm/careers/51-3011.00/",
         "code": "51-3011.00",
         "title": "Bakers",
         "tags": {}
      },
      {
         "href": "https://api-v2.onetcenter.org/mnm/careers/41-2011.00/",
         "code": "41-2011.00",
         "title": "Cashiers",
         "tags": {
            "bright_outlook": true
         }
      },
      {
         "href": "https://api-v2.onetcenter.org/mnm/careers/49-9091.00/",
         "code": "49-9091.00",
         "title": "Coin, Vending, & Amusement Machine Servicers & Repairers",
         "tags": {}
      },
      {
         "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/27-2031.00/",
         "code": "27-2031.00",
         "title": "Dancers",
         "tags": {
            "bright_outlook": true
         }
      },
      {
         "href": "https://api-v2.onetcenter.org/mnm/careers/27-2091.00/",
         "code": "27-2091.00",
         "title": "Disc Jockeys",
         "tags": {}
      },
      {
         "href": "https://api-v2.onetcenter.org/mnm/careers/53-3031.00/",
         "code": "53-3031.00",
         "title": "Driver/Sales Workers",
         "tags": {
            "bright_outlook": true
         }
      },
      {
         "href": "https://api-v2.onetcenter.org/mnm/careers/39-1013.00/",
         "code": "39-1013.00",
         "title": "First-Line Supervisors of Gambling Services Workers",
         "tags": {}
      },
      {
         "href": "https://api-v2.onetcenter.org/mnm/careers/37-1011.00/",
         "code": "37-1011.00",
         "title": "First-Line Supervisors of Housekeeping & Janitorial Workers",
         "tags": {}
      },
      {
         "href": "https://api-v2.onetcenter.org/mnm/careers/35-3041.00/",
         "code": "35-3041.00",
         "title": "Food Servers, Nonrestaurant",
         "tags": {}
      },
      {
         "href": "https://api-v2.onetcenter.org/mnm/careers/39-3012.00/",
         "code": "39-3012.00",
         "title": "Gambling & Sports Book Writers & Runners",
         "tags": {}
      },
      {
         "href": "https://api-v2.onetcenter.org/mnm/careers/43-3041.00/",
         "code": "43-3041.00",
         "title": "Gambling Cage Workers",
         "tags": {}
      },
      {
         "href": "https://api-v2.onetcenter.org/mnm/careers/41-2012.00/",
         "code": "41-2012.00",
         "title": "Gambling Change Persons & Booth Cashiers",
         "tags": {}
      },
      {
         "href": "https://api-v2.onetcenter.org/mnm/careers/39-3011.00/",
         "code": "39-3011.00",
         "title": "Gambling Dealers",
         "tags": {}
      },
      {
         "href": "https://api-v2.onetcenter.org/mnm/careers/11-9071.00/",
         "code": "11-9071.00",
         "title": "Gambling Managers",
         "tags": {}
      },
      {
         "href": "https://api-v2.onetcenter.org/mnm/careers/33-9031.00/",
         "code": "33-9031.00",
         "title": "Gambling Surveillance Officers & Gambling Investigators",
         "tags": {}
      },
      {
         "href": "https://api-v2.onetcenter.org/mnm/careers/51-6011.00/",
         "code": "51-6011.00",
         "title": "Laundry & Dry-Cleaning Workers",
         "tags": {
            "bright_outlook": true
         }
      },
      {
         "href": "https://api-v2.onetcenter.org/mnm/careers/27-4015.00/",
         "code": "27-4015.00",
         "title": "Lighting Technicians",
         "tags": {}
      },
      {
         "href": "https://api-v2.onetcenter.org/mnm/careers/39-3093.00/",
         "code": "39-3093.00",
         "title": "Locker Room, Coatroom, & Dressing Room Attendants",
         "tags": {
            "bright_outlook": true
         }
      }
   ]
}