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/mnm/industries/21/some_people
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 12,
   "total": 12,
   "example": {
      "href": "https://api-v2.onetcenter.org/mnm/careers/47-5023.00/",
      "code": "47-5023.00",
      "title": "Earth Drillers",
      "tags": {},
      "percent_employed": 17
   },
   "career": [
      {
         "href": "https://api-v2.onetcenter.org/mnm/careers/51-8099.01/",
         "code": "51-8099.01",
         "title": "Biofuels Processing Technicians",
         "tags": {}
      },
      {
         "href": "https://api-v2.onetcenter.org/mnm/careers/51-9021.00/",
         "code": "51-9021.00",
         "title": "Crushing, Grinding, & Polishing Machine Setters, Operators, & Tenders",
         "tags": {}
      },
      {
         "href": "https://api-v2.onetcenter.org/mnm/careers/53-7031.00/",
         "code": "53-7031.00",
         "title": "Dredge Operators",
         "tags": {}
      },
      {
         "href": "https://api-v2.onetcenter.org/mnm/careers/47-5023.00/",
         "code": "47-5023.00",
         "title": "Earth Drillers",
         "tags": {}
      },
      {
         "href": "https://api-v2.onetcenter.org/mnm/careers/47-5032.00/",
         "code": "47-5032.00",
         "title": "Explosives Workers, Ordnance Handling Experts, & Blasters",
         "tags": {}
      },
      {
         "href": "https://api-v2.onetcenter.org/mnm/careers/53-7071.00/",
         "code": "53-7071.00",
         "title": "Gas Compressor & Gas Pumping Station Operators",
         "tags": {}
      },
      {
         "href": "https://api-v2.onetcenter.org/mnm/careers/51-8092.00/",
         "code": "51-8092.00",
         "title": "Gas Plant Operators",
         "tags": {}
      },
      {
         "href": "https://api-v2.onetcenter.org/mnm/careers/19-4043.00/",
         "code": "19-4043.00",
         "title": "Geological Technicians",
         "tags": {}
      },
      {
         "href": "https://api-v2.onetcenter.org/mnm/careers/19-2042.00/",
         "code": "19-2042.00",
         "title": "Geoscientists",
         "tags": {
            "bright_outlook": true
         }
      },
      {
         "href": "https://api-v2.onetcenter.org/mnm/careers/17-2151.00/",
         "code": "17-2151.00",
         "title": "Mining & Geological Engineers, Including Mining Safety Engineers",
         "tags": {}
      },
      {
         "href": "https://api-v2.onetcenter.org/mnm/careers/51-8093.00/",
         "code": "51-8093.00",
         "title": "Petroleum Pump System Operators, Refinery Operators, & Gaugers",
         "tags": {}
      },
      {
         "href": "https://api-v2.onetcenter.org/mnm/careers/53-7072.00/",
         "code": "53-7072.00",
         "title": "Pump Operators",
         "tags": {}
      }
   ]
}