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/54/most_people
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 20,
   "total": 24,
   "next": "https://api-v2.onetcenter.org/mnm/industries/54/most_people?start=21&end=24",
   "example": {
      "href": "https://api-v2.onetcenter.org/mnm/careers/17-1011.00/",
      "code": "17-1011.00",
      "title": "Architects",
      "tags": {
         "bright_outlook": true
      },
      "percent_employed": 78
   },
   "career": [
      {
         "href": "https://api-v2.onetcenter.org/mnm/careers/19-3091.00/",
         "code": "19-3091.00",
         "title": "Anthropologists & Archeologists",
         "tags": {
            "bright_outlook": true
         }
      },
      {
         "href": "https://api-v2.onetcenter.org/mnm/careers/17-1011.00/",
         "code": "17-1011.00",
         "title": "Architects",
         "tags": {
            "bright_outlook": true
         }
      },
      {
         "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/19-1021.00/",
         "code": "19-1021.00",
         "title": "Biochemists & Biophysicists",
         "tags": {
            "bright_outlook": true
         }
      },
      {
         "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/11-9121.01/",
         "code": "11-9121.01",
         "title": "Clinical Research Coordinators",
         "tags": {
            "bright_outlook": true
         }
      },
      {
         "href": "https://api-v2.onetcenter.org/mnm/careers/17-3025.00/",
         "code": "17-3025.00",
         "title": "Environmental Engineering Technologists & Technicians",
         "tags": {}
      },
      {
         "href": "https://api-v2.onetcenter.org/mnm/careers/17-1022.01/",
         "code": "17-1022.01",
         "title": "Geodetic Surveyors",
         "tags": {
            "bright_outlook": true
         }
      },
      {
         "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/23-1011.00/",
         "code": "23-1011.00",
         "title": "Lawyers",
         "tags": {}
      },
      {
         "href": "https://api-v2.onetcenter.org/mnm/careers/43-6012.00/",
         "code": "43-6012.00",
         "title": "Legal Secretaries & Administrative Assistants",
         "tags": {}
      },
      {
         "href": "https://api-v2.onetcenter.org/mnm/careers/11-9121.00/",
         "code": "11-9121.00",
         "title": "Natural Sciences Managers",
         "tags": {
            "bright_outlook": true
         }
      },
      {
         "href": "https://api-v2.onetcenter.org/mnm/careers/23-2011.00/",
         "code": "23-2011.00",
         "title": "Paralegals & Legal Assistants",
         "tags": {}
      },
      {
         "href": "https://api-v2.onetcenter.org/mnm/careers/19-3022.00/",
         "code": "19-3022.00",
         "title": "Survey Researchers",
         "tags": {}
      },
      {
         "href": "https://api-v2.onetcenter.org/mnm/careers/17-3031.00/",
         "code": "17-3031.00",
         "title": "Surveying & Mapping Technicians",
         "tags": {
            "bright_outlook": true
         }
      },
      {
         "href": "https://api-v2.onetcenter.org/mnm/careers/17-1022.00/",
         "code": "17-1022.00",
         "title": "Surveyors",
         "tags": {
            "bright_outlook": true
         }
      },
      {
         "href": "https://api-v2.onetcenter.org/mnm/careers/13-2082.00/",
         "code": "13-2082.00",
         "title": "Tax Preparers",
         "tags": {}
      },
      {
         "href": "https://api-v2.onetcenter.org/mnm/careers/17-2051.01/",
         "code": "17-2051.01",
         "title": "Transportation Engineers",
         "tags": {
            "bright_outlook": true
         }
      },
      {
         "href": "https://api-v2.onetcenter.org/mnm/careers/29-1131.00/",
         "code": "29-1131.00",
         "title": "Veterinarians",
         "tags": {
            "bright_outlook": true
         }
      }
   ]
}