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/23/most_people
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 20,
   "total": 46,
   "next": "https://api-v2.onetcenter.org/mnm/industries/23/most_people?start=21&end=40",
   "example": {
      "href": "https://api-v2.onetcenter.org/mnm/careers/47-2111.00/",
      "code": "47-2111.00",
      "title": "Electricians",
      "tags": {
         "bright_outlook": true
      },
      "percent_employed": 73
   },
   "career": [
      {
         "href": "https://api-v2.onetcenter.org/mnm/careers/47-2011.00/",
         "code": "47-2011.00",
         "title": "Boilermakers",
         "tags": {}
      },
      {
         "href": "https://api-v2.onetcenter.org/mnm/careers/47-2021.00/",
         "code": "47-2021.00",
         "title": "Brickmasons & Blockmasons",
         "tags": {}
      },
      {
         "href": "https://api-v2.onetcenter.org/mnm/careers/47-2031.00/",
         "code": "47-2031.00",
         "title": "Carpenters",
         "tags": {}
      },
      {
         "href": "https://api-v2.onetcenter.org/mnm/careers/47-2051.00/",
         "code": "47-2051.00",
         "title": "Cement Masons & Concrete Finishers",
         "tags": {}
      },
      {
         "href": "https://api-v2.onetcenter.org/mnm/careers/47-2061.00/",
         "code": "47-2061.00",
         "title": "Construction Laborers",
         "tags": {
            "bright_outlook": true
         }
      },
      {
         "href": "https://api-v2.onetcenter.org/mnm/careers/11-9021.00/",
         "code": "11-9021.00",
         "title": "Construction Managers",
         "tags": {
            "bright_outlook": true
         }
      },
      {
         "href": "https://api-v2.onetcenter.org/mnm/careers/13-1051.00/",
         "code": "13-1051.00",
         "title": "Cost Estimators",
         "tags": {}
      },
      {
         "href": "https://api-v2.onetcenter.org/mnm/careers/47-2081.00/",
         "code": "47-2081.00",
         "title": "Drywall & Ceiling Tile Installers",
         "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-2111.00/",
         "code": "47-2111.00",
         "title": "Electricians",
         "tags": {
            "bright_outlook": true
         }
      },
      {
         "href": "https://api-v2.onetcenter.org/mnm/careers/47-4021.00/",
         "code": "47-4021.00",
         "title": "Elevator & Escalator Installers & Repairers",
         "tags": {
            "bright_outlook": true
         }
      },
      {
         "href": "https://api-v2.onetcenter.org/mnm/careers/47-4031.00/",
         "code": "47-4031.00",
         "title": "Fence Erectors",
         "tags": {}
      },
      {
         "href": "https://api-v2.onetcenter.org/mnm/careers/47-1011.00/",
         "code": "47-1011.00",
         "title": "First-Line Supervisors of Construction Trades & Extraction Workers",
         "tags": {
            "bright_outlook": true
         }
      },
      {
         "href": "https://api-v2.onetcenter.org/mnm/careers/47-2042.00/",
         "code": "47-2042.00",
         "title": "Floor Layers",
         "tags": {
            "bright_outlook": true
         }
      },
      {
         "href": "https://api-v2.onetcenter.org/mnm/careers/47-2043.00/",
         "code": "47-2043.00",
         "title": "Floor Sanders & Finishers",
         "tags": {}
      },
      {
         "href": "https://api-v2.onetcenter.org/mnm/careers/47-2121.00/",
         "code": "47-2121.00",
         "title": "Glaziers",
         "tags": {}
      },
      {
         "href": "https://api-v2.onetcenter.org/mnm/careers/49-9021.00/",
         "code": "49-9021.00",
         "title": "Heating, Air Conditioning, & Refrigeration Mechanics & Installers",
         "tags": {
            "bright_outlook": true
         }
      },
      {
         "href": "https://api-v2.onetcenter.org/mnm/careers/47-3011.00/",
         "code": "47-3011.00",
         "title": "Helpers--Brickmasons, Blockmasons, Stonemasons, & Tile & Marble Setters",
         "tags": {}
      },
      {
         "href": "https://api-v2.onetcenter.org/mnm/careers/47-3012.00/",
         "code": "47-3012.00",
         "title": "Helpers--Carpenters",
         "tags": {}
      },
      {
         "href": "https://api-v2.onetcenter.org/mnm/careers/47-3013.00/",
         "code": "47-3013.00",
         "title": "Helpers--Electricians",
         "tags": {}
      }
   ]
}