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/veterans/industries/71/most_people
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 7,
   "total": 7,
   "example": {
      "href": "https://api-v2.onetcenter.org/veterans/careers/39-9031.00/",
      "code": "39-9031.00",
      "title": "Exercise Trainers & Group Fitness Instructors",
      "tags": {
         "bright_outlook": true
      },
      "percent_employed": 57
   },
   "career": [
      {
         "href": "https://api-v2.onetcenter.org/veterans/careers/13-1011.00/",
         "code": "13-1011.00",
         "title": "Agents & Business Managers of Artists, Performers, & Athletes",
         "tags": {
            "bright_outlook": true
         }
      },
      {
         "href": "https://api-v2.onetcenter.org/veterans/careers/39-3091.00/",
         "code": "39-3091.00",
         "title": "Amusement & Recreation Attendants",
         "tags": {
            "bright_outlook": true
         }
      },
      {
         "href": "https://api-v2.onetcenter.org/veterans/careers/27-2021.00/",
         "code": "27-2021.00",
         "title": "Athletes & Sports Competitors",
         "tags": {
            "bright_outlook": true
         }
      },
      {
         "href": "https://api-v2.onetcenter.org/veterans/careers/25-4012.00/",
         "code": "25-4012.00",
         "title": "Curators",
         "tags": {
            "bright_outlook": true
         }
      },
      {
         "href": "https://api-v2.onetcenter.org/veterans/careers/39-9031.00/",
         "code": "39-9031.00",
         "title": "Exercise Trainers & Group Fitness Instructors",
         "tags": {
            "bright_outlook": true
         }
      },
      {
         "href": "https://api-v2.onetcenter.org/veterans/careers/39-3012.00/",
         "code": "39-3012.00",
         "title": "Gambling & Sports Book Writers & Runners",
         "tags": {}
      },
      {
         "href": "https://api-v2.onetcenter.org/veterans/careers/25-4013.00/",
         "code": "25-4013.00",
         "title": "Museum Technicians & Conservators",
         "tags": {
            "bright_outlook": true
         }
      }
   ]
}