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/careers/39-3092.00/explore_more
Status:
200 OK
Content-Type:
application/json
{
   "careers": [
      {
         "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/39-5091.00/",
         "code": "39-5091.00",
         "title": "Makeup Artists, Theatrical & Performance",
         "tags": {
            "bright_outlook": true
         }
      },
      {
         "href": "https://api-v2.onetcenter.org/veterans/careers/27-1027.00/",
         "code": "27-1027.00",
         "title": "Set & Exhibit Designers",
         "tags": {}
      },
      {
         "href": "https://api-v2.onetcenter.org/veterans/careers/51-6052.00/",
         "code": "51-6052.00",
         "title": "Tailors, Dressmakers, & Custom Sewers",
         "tags": {}
      }
   ],
   "industries": [
      {
         "some_people": "https://api-v2.onetcenter.org/veterans/industries/71/some_people",
         "code": 71,
         "title": "Arts & Entertainment"
      },
      {
         "some_people": "https://api-v2.onetcenter.org/veterans/industries/51/some_people",
         "code": 51,
         "title": "Media & Communication"
      },
      {
         "some_people": "https://api-v2.onetcenter.org/veterans/industries/61/some_people",
         "code": 61,
         "title": "Education"
      }
   ]
}