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/55/some_people
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 20,
   "total": 20,
   "example": {
      "href": "https://api-v2.onetcenter.org/veterans/careers/11-2021.00/",
      "code": "11-2021.00",
      "title": "Marketing Managers",
      "tags": {
         "bright_outlook": true
      },
      "percent_employed": 12
   },
   "career": [
      {
         "href": "https://api-v2.onetcenter.org/veterans/careers/11-3111.00/",
         "code": "11-3111.00",
         "title": "Compensation & Benefits Managers",
         "tags": {}
      },
      {
         "href": "https://api-v2.onetcenter.org/veterans/careers/13-1141.00/",
         "code": "13-1141.00",
         "title": "Compensation, Benefits, & Job Analysis Specialists",
         "tags": {
            "bright_outlook": true
         }
      },
      {
         "href": "https://api-v2.onetcenter.org/veterans/careers/15-1211.00/",
         "code": "15-1211.00",
         "title": "Computer Systems Analysts",
         "tags": {
            "bright_outlook": true
         }
      },
      {
         "href": "https://api-v2.onetcenter.org/veterans/careers/13-2041.00/",
         "code": "13-2041.00",
         "title": "Credit Analysts",
         "tags": {}
      },
      {
         "href": "https://api-v2.onetcenter.org/veterans/careers/51-6092.00/",
         "code": "51-6092.00",
         "title": "Fabric & Apparel Patternmakers",
         "tags": {}
      },
      {
         "href": "https://api-v2.onetcenter.org/veterans/careers/27-1022.00/",
         "code": "27-1022.00",
         "title": "Fashion Designers",
         "tags": {}
      },
      {
         "href": "https://api-v2.onetcenter.org/veterans/careers/13-2051.00/",
         "code": "13-2051.00",
         "title": "Financial & Investment Analysts",
         "tags": {
            "bright_outlook": true
         }
      },
      {
         "href": "https://api-v2.onetcenter.org/veterans/careers/11-3031.00/",
         "code": "11-3031.00",
         "title": "Financial Managers",
         "tags": {
            "bright_outlook": true
         }
      },
      {
         "href": "https://api-v2.onetcenter.org/veterans/careers/13-2054.00/",
         "code": "13-2054.00",
         "title": "Financial Risk Specialists",
         "tags": {
            "bright_outlook": true
         }
      },
      {
         "href": "https://api-v2.onetcenter.org/veterans/careers/19-1012.00/",
         "code": "19-1012.00",
         "title": "Food Scientists & Technologists",
         "tags": {
            "bright_outlook": true
         }
      },
      {
         "href": "https://api-v2.onetcenter.org/veterans/careers/15-1211.01/",
         "code": "15-1211.01",
         "title": "Health Informatics Specialists",
         "tags": {
            "bright_outlook": true
         }
      },
      {
         "href": "https://api-v2.onetcenter.org/veterans/careers/11-3121.00/",
         "code": "11-3121.00",
         "title": "Human Resources Managers",
         "tags": {
            "bright_outlook": true
         }
      },
      {
         "href": "https://api-v2.onetcenter.org/veterans/careers/11-3031.03/",
         "code": "11-3031.03",
         "title": "Investment Fund Managers",
         "tags": {
            "bright_outlook": true
         }
      },
      {
         "href": "https://api-v2.onetcenter.org/veterans/careers/11-2021.00/",
         "code": "11-2021.00",
         "title": "Marketing Managers",
         "tags": {
            "bright_outlook": true
         }
      },
      {
         "href": "https://api-v2.onetcenter.org/veterans/careers/15-2031.00/",
         "code": "15-2031.00",
         "title": "Operations Research Analysts",
         "tags": {
            "bright_outlook": true
         }
      },
      {
         "href": "https://api-v2.onetcenter.org/veterans/careers/17-2171.00/",
         "code": "17-2171.00",
         "title": "Petroleum Engineers",
         "tags": {}
      },
      {
         "href": "https://api-v2.onetcenter.org/veterans/careers/51-8012.00/",
         "code": "51-8012.00",
         "title": "Power Distributors & Dispatchers",
         "tags": {}
      },
      {
         "href": "https://api-v2.onetcenter.org/veterans/careers/11-3061.00/",
         "code": "11-3061.00",
         "title": "Purchasing Managers",
         "tags": {}
      },
      {
         "href": "https://api-v2.onetcenter.org/veterans/careers/11-3131.00/",
         "code": "11-3131.00",
         "title": "Training & Development Managers",
         "tags": {
            "bright_outlook": true
         }
      },
      {
         "href": "https://api-v2.onetcenter.org/veterans/careers/11-3031.01/",
         "code": "11-3031.01",
         "title": "Treasurers & Controllers",
         "tags": {
            "bright_outlook": true
         }
      }
   ]
}