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/71/some_people
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 20,
   "total": 39,
   "next": "https://api-v2.onetcenter.org/mnm/industries/71/some_people?start=21&end=39",
   "example": {
      "href": "https://api-v2.onetcenter.org/mnm/careers/27-4015.00/",
      "code": "27-4015.00",
      "title": "Lighting Technicians",
      "tags": {},
      "percent_employed": 29
   },
   "career": [
      {
         "href": "https://api-v2.onetcenter.org/mnm/careers/27-2011.00/",
         "code": "27-2011.00",
         "title": "Actors",
         "tags": {}
      },
      {
         "href": "https://api-v2.onetcenter.org/mnm/careers/25-4011.00/",
         "code": "25-4011.00",
         "title": "Archivists",
         "tags": {
            "bright_outlook": true
         }
      },
      {
         "href": "https://api-v2.onetcenter.org/mnm/careers/27-4011.00/",
         "code": "27-4011.00",
         "title": "Audio & Video Technicians",
         "tags": {}
      },
      {
         "href": "https://api-v2.onetcenter.org/mnm/careers/27-2032.00/",
         "code": "27-2032.00",
         "title": "Choreographers",
         "tags": {}
      },
      {
         "href": "https://api-v2.onetcenter.org/mnm/careers/27-2022.00/",
         "code": "27-2022.00",
         "title": "Coaches & Scouts",
         "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-3092.00/",
         "code": "39-3092.00",
         "title": "Costume Attendants",
         "tags": {
            "bright_outlook": true
         }
      },
      {
         "href": "https://api-v2.onetcenter.org/mnm/careers/27-1012.00/",
         "code": "27-1012.00",
         "title": "Craft Artists",
         "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/11-9072.00/",
         "code": "11-9072.00",
         "title": "Entertainment & Recreation Managers",
         "tags": {
            "bright_outlook": true
         }
      },
      {
         "href": "https://api-v2.onetcenter.org/mnm/careers/27-1013.00/",
         "code": "27-1013.00",
         "title": "Fine Artists, Including Painters, Sculptors, & Illustrators",
         "tags": {}
      },
      {
         "href": "https://api-v2.onetcenter.org/mnm/careers/39-1014.00/",
         "code": "39-1014.00",
         "title": "First-Line Supervisors of Entertainment & Recreation 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/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/33-9092.00/",
         "code": "33-9092.00",
         "title": "Lifeguards, Ski Patrol, & Other Recreational Protective Service Workers",
         "tags": {
            "bright_outlook": true
         }
      }
   ]
}