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/22/some_people
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 11,
   "total": 11,
   "example": {
      "href": "https://api-v2.onetcenter.org/veterans/careers/49-9081.00/",
      "code": "49-9081.00",
      "title": "Wind Turbine Service Technicians",
      "tags": {
         "bright_outlook": true
      },
      "percent_employed": 31
   },
   "career": [
      {
         "href": "https://api-v2.onetcenter.org/veterans/careers/49-9012.00/",
         "code": "49-9012.00",
         "title": "Control & Valve Installers & Repairers",
         "tags": {}
      },
      {
         "href": "https://api-v2.onetcenter.org/veterans/careers/17-3012.00/",
         "code": "17-3012.00",
         "title": "Electrical & Electronics Drafters",
         "tags": {}
      },
      {
         "href": "https://api-v2.onetcenter.org/veterans/careers/17-2071.00/",
         "code": "17-2071.00",
         "title": "Electrical Engineers",
         "tags": {
            "bright_outlook": true
         }
      },
      {
         "href": "https://api-v2.onetcenter.org/veterans/careers/49-9051.00/",
         "code": "49-9051.00",
         "title": "Electrical Power-Line Installers & Repairers",
         "tags": {
            "bright_outlook": true
         }
      },
      {
         "href": "https://api-v2.onetcenter.org/veterans/careers/53-7071.00/",
         "code": "53-7071.00",
         "title": "Gas Compressor & Gas Pumping Station Operators",
         "tags": {}
      },
      {
         "href": "https://api-v2.onetcenter.org/veterans/careers/51-8092.00/",
         "code": "51-8092.00",
         "title": "Gas Plant Operators",
         "tags": {}
      },
      {
         "href": "https://api-v2.onetcenter.org/veterans/careers/43-5041.00/",
         "code": "43-5041.00",
         "title": "Meter Readers, Utilities",
         "tags": {}
      },
      {
         "href": "https://api-v2.onetcenter.org/veterans/careers/17-2161.00/",
         "code": "17-2161.00",
         "title": "Nuclear Engineers",
         "tags": {}
      },
      {
         "href": "https://api-v2.onetcenter.org/veterans/careers/47-2231.00/",
         "code": "47-2231.00",
         "title": "Solar Photovoltaic Installers",
         "tags": {
            "bright_outlook": true
         }
      },
      {
         "href": "https://api-v2.onetcenter.org/veterans/careers/51-8031.00/",
         "code": "51-8031.00",
         "title": "Water & Wastewater Treatment Plant & System Operators",
         "tags": {}
      },
      {
         "href": "https://api-v2.onetcenter.org/veterans/careers/49-9081.00/",
         "code": "49-9081.00",
         "title": "Wind Turbine Service Technicians",
         "tags": {
            "bright_outlook": true
         }
      }
   ]
}