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/51/some_people
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 20,
   "total": 46,
   "next": "https://api-v2.onetcenter.org/veterans/industries/51/some_people?start=21&end=40",
   "example": {
      "href": "https://api-v2.onetcenter.org/veterans/careers/27-4014.00/",
      "code": "27-4014.00",
      "title": "Sound Engineering Technicians",
      "tags": {},
      "percent_employed": 44
   },
   "career": [
      {
         "href": "https://api-v2.onetcenter.org/veterans/careers/27-2011.00/",
         "code": "27-2011.00",
         "title": "Actors",
         "tags": {}
      },
      {
         "href": "https://api-v2.onetcenter.org/veterans/careers/11-2011.00/",
         "code": "11-2011.00",
         "title": "Advertising & Promotions Managers",
         "tags": {}
      },
      {
         "href": "https://api-v2.onetcenter.org/veterans/careers/41-3011.00/",
         "code": "41-3011.00",
         "title": "Advertising Sales Agents",
         "tags": {}
      },
      {
         "href": "https://api-v2.onetcenter.org/veterans/careers/25-4011.00/",
         "code": "25-4011.00",
         "title": "Archivists",
         "tags": {
            "bright_outlook": true
         }
      },
      {
         "href": "https://api-v2.onetcenter.org/veterans/careers/19-2021.00/",
         "code": "19-2021.00",
         "title": "Atmospheric & Space Scientists",
         "tags": {
            "bright_outlook": true
         }
      },
      {
         "href": "https://api-v2.onetcenter.org/veterans/careers/27-4011.00/",
         "code": "27-4011.00",
         "title": "Audio & Video Technicians",
         "tags": {}
      },
      {
         "href": "https://api-v2.onetcenter.org/veterans/careers/15-2051.01/",
         "code": "15-2051.01",
         "title": "Business Intelligence Analysts",
         "tags": {
            "bright_outlook": true
         }
      },
      {
         "href": "https://api-v2.onetcenter.org/veterans/careers/49-9061.00/",
         "code": "49-9061.00",
         "title": "Camera & Photographic Equipment Repairers",
         "tags": {}
      },
      {
         "href": "https://api-v2.onetcenter.org/veterans/careers/27-4031.00/",
         "code": "27-4031.00",
         "title": "Camera Operators, Television, Video, & Film",
         "tags": {}
      },
      {
         "href": "https://api-v2.onetcenter.org/veterans/careers/15-2051.02/",
         "code": "15-2051.02",
         "title": "Clinical Data Managers",
         "tags": {
            "bright_outlook": true
         }
      },
      {
         "href": "https://api-v2.onetcenter.org/veterans/careers/15-1221.00/",
         "code": "15-1221.00",
         "title": "Computer & Information Research Scientists",
         "tags": {
            "bright_outlook": true
         }
      },
      {
         "href": "https://api-v2.onetcenter.org/veterans/careers/11-3021.00/",
         "code": "11-3021.00",
         "title": "Computer & Information Systems Managers",
         "tags": {
            "bright_outlook": true
         }
      },
      {
         "href": "https://api-v2.onetcenter.org/veterans/careers/15-1241.00/",
         "code": "15-1241.00",
         "title": "Computer Network Architects",
         "tags": {
            "bright_outlook": true
         }
      },
      {
         "href": "https://api-v2.onetcenter.org/veterans/careers/15-1231.00/",
         "code": "15-1231.00",
         "title": "Computer Network Support Specialists",
         "tags": {
            "bright_outlook": true
         }
      },
      {
         "href": "https://api-v2.onetcenter.org/veterans/careers/15-1251.00/",
         "code": "15-1251.00",
         "title": "Computer Programmers",
         "tags": {}
      },
      {
         "href": "https://api-v2.onetcenter.org/veterans/careers/15-1232.00/",
         "code": "15-1232.00",
         "title": "Computer User Support Specialists",
         "tags": {}
      },
      {
         "href": "https://api-v2.onetcenter.org/veterans/careers/39-3092.00/",
         "code": "39-3092.00",
         "title": "Costume Attendants",
         "tags": {
            "bright_outlook": true
         }
      },
      {
         "href": "https://api-v2.onetcenter.org/veterans/careers/15-2051.00/",
         "code": "15-2051.00",
         "title": "Data Scientists",
         "tags": {
            "bright_outlook": true
         }
      },
      {
         "href": "https://api-v2.onetcenter.org/veterans/careers/15-1243.01/",
         "code": "15-1243.01",
         "title": "Data Warehousing Specialists",
         "tags": {
            "bright_outlook": true
         }
      },
      {
         "href": "https://api-v2.onetcenter.org/veterans/careers/15-1242.00/",
         "code": "15-1242.00",
         "title": "Database Administrators",
         "tags": {
            "bright_outlook": true
         }
      }
   ]
}