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/most_people
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 12,
   "total": 12,
   "example": {
      "href": "https://api-v2.onetcenter.org/mnm/careers/47-5012.00/",
      "code": "47-5012.00",
      "title": "Rotary Drill Operators, Oil & Gas",
      "tags": {},
      "percent_employed": 93
   },
   "career": [
      {
         "href": "https://api-v2.onetcenter.org/mnm/careers/47-5041.00/",
         "code": "47-5041.00",
         "title": "Continuous Mining Machine Operators",
         "tags": {}
      },
      {
         "href": "https://api-v2.onetcenter.org/mnm/careers/47-5011.00/",
         "code": "47-5011.00",
         "title": "Derrick Operators, Oil & Gas",
         "tags": {}
      },
      {
         "href": "https://api-v2.onetcenter.org/mnm/careers/47-5022.00/",
         "code": "47-5022.00",
         "title": "Excavating & Loading Machine & Dragline Operators, Surface Mining",
         "tags": {}
      },
      {
         "href": "https://api-v2.onetcenter.org/mnm/careers/47-5081.00/",
         "code": "47-5081.00",
         "title": "Helpers--Extraction Workers",
         "tags": {}
      },
      {
         "href": "https://api-v2.onetcenter.org/mnm/careers/47-5044.00/",
         "code": "47-5044.00",
         "title": "Loading & Moving Machine Operators, Underground Mining",
         "tags": {}
      },
      {
         "href": "https://api-v2.onetcenter.org/mnm/careers/17-2171.00/",
         "code": "17-2171.00",
         "title": "Petroleum Engineers",
         "tags": {}
      },
      {
         "href": "https://api-v2.onetcenter.org/mnm/careers/47-5051.00/",
         "code": "47-5051.00",
         "title": "Rock Splitters, Quarry",
         "tags": {}
      },
      {
         "href": "https://api-v2.onetcenter.org/mnm/careers/47-5043.00/",
         "code": "47-5043.00",
         "title": "Roof Bolters, Mining",
         "tags": {}
      },
      {
         "href": "https://api-v2.onetcenter.org/mnm/careers/47-5012.00/",
         "code": "47-5012.00",
         "title": "Rotary Drill Operators, Oil & Gas",
         "tags": {}
      },
      {
         "href": "https://api-v2.onetcenter.org/mnm/careers/47-5071.00/",
         "code": "47-5071.00",
         "title": "Roustabouts, Oil & Gas",
         "tags": {
            "bright_outlook": true
         }
      },
      {
         "href": "https://api-v2.onetcenter.org/mnm/careers/47-5013.00/",
         "code": "47-5013.00",
         "title": "Service Unit Operators, Oil & Gas",
         "tags": {}
      },
      {
         "href": "https://api-v2.onetcenter.org/mnm/careers/53-7073.00/",
         "code": "53-7073.00",
         "title": "Wellhead Pumpers",
         "tags": {}
      }
   ]
}