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/some_people
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 20,
   "total": 39,
   "next": "https://api-v2.onetcenter.org/mnm/industries/23/some_people?start=21&end=39",
   "example": {
      "href": "https://api-v2.onetcenter.org/mnm/careers/49-2098.00/",
      "code": "49-2098.00",
      "title": "Security & Fire Alarm Systems Installers",
      "tags": {
         "bright_outlook": true
      },
      "percent_employed": 24
   },
   "career": [
      {
         "href": "https://api-v2.onetcenter.org/mnm/careers/17-3011.00/",
         "code": "17-3011.00",
         "title": "Architectural & Civil Drafters",
         "tags": {}
      },
      {
         "href": "https://api-v2.onetcenter.org/mnm/careers/49-2097.00/",
         "code": "49-2097.00",
         "title": "Audiovisual Equipment Installers & Repairers",
         "tags": {}
      },
      {
         "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/47-2041.00/",
         "code": "47-2041.00",
         "title": "Carpet Installers",
         "tags": {}
      },
      {
         "href": "https://api-v2.onetcenter.org/mnm/careers/17-2051.00/",
         "code": "17-2051.00",
         "title": "Civil Engineers",
         "tags": {
            "bright_outlook": true
         }
      },
      {
         "href": "https://api-v2.onetcenter.org/mnm/careers/49-9092.00/",
         "code": "49-9092.00",
         "title": "Commercial Divers",
         "tags": {
            "bright_outlook": true
         }
      },
      {
         "href": "https://api-v2.onetcenter.org/mnm/careers/47-4011.00/",
         "code": "47-4011.00",
         "title": "Construction & Building Inspectors",
         "tags": {}
      },
      {
         "href": "https://api-v2.onetcenter.org/mnm/careers/53-7021.00/",
         "code": "53-7021.00",
         "title": "Crane & Tower Operators",
         "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/17-3012.00/",
         "code": "17-3012.00",
         "title": "Electrical & Electronics Drafters",
         "tags": {}
      },
      {
         "href": "https://api-v2.onetcenter.org/mnm/careers/49-9051.00/",
         "code": "49-9051.00",
         "title": "Electrical Power-Line Installers & Repairers",
         "tags": {
            "bright_outlook": true
         }
      },
      {
         "href": "https://api-v2.onetcenter.org/mnm/careers/47-4011.01/",
         "code": "47-4011.01",
         "title": "Energy Auditors",
         "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-5032.00/",
         "code": "47-5032.00",
         "title": "Explosives Workers, Ordnance Handling Experts, & Blasters",
         "tags": {}
      },
      {
         "href": "https://api-v2.onetcenter.org/mnm/careers/17-2111.02/",
         "code": "17-2111.02",
         "title": "Fire-Prevention & Protection Engineers",
         "tags": {}
      },
      {
         "href": "https://api-v2.onetcenter.org/mnm/careers/49-1011.00/",
         "code": "49-1011.00",
         "title": "First-Line Supervisors of Mechanics, Installers, & Repairers",
         "tags": {}
      },
      {
         "href": "https://api-v2.onetcenter.org/mnm/careers/49-9099.01/",
         "code": "49-9099.01",
         "title": "Geothermal Technicians",
         "tags": {}
      },
      {
         "href": "https://api-v2.onetcenter.org/mnm/careers/17-2111.00/",
         "code": "17-2111.00",
         "title": "Health & Safety Engineers",
         "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/49-9098.00/",
         "code": "49-9098.00",
         "title": "Helpers--Installation, Maintenance, & Repair Workers",
         "tags": {}
      }
   ]
}