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/56/some_people
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 20,
   "total": 47,
   "next": "https://api-v2.onetcenter.org/mnm/industries/56/some_people?start=21&end=40",
   "example": {
      "href": "https://api-v2.onetcenter.org/mnm/careers/43-3011.00/",
      "code": "43-3011.00",
      "title": "Bill & Account Collectors",
      "tags": {},
      "percent_employed": 28
   },
   "career": [
      {
         "href": "https://api-v2.onetcenter.org/mnm/careers/43-3011.00/",
         "code": "43-3011.00",
         "title": "Bill & Account Collectors",
         "tags": {}
      },
      {
         "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/39-6012.00/",
         "code": "39-6012.00",
         "title": "Concierges",
         "tags": {}
      },
      {
         "href": "https://api-v2.onetcenter.org/mnm/careers/27-3092.00/",
         "code": "27-3092.00",
         "title": "Court Reporters & Simultaneous Captioners",
         "tags": {}
      },
      {
         "href": "https://api-v2.onetcenter.org/mnm/careers/43-4041.00/",
         "code": "43-4041.00",
         "title": "Credit Authorizers, Checkers, & Clerks",
         "tags": {}
      },
      {
         "href": "https://api-v2.onetcenter.org/mnm/careers/33-9091.00/",
         "code": "33-9091.00",
         "title": "Crossing Guards & Flaggers",
         "tags": {}
      },
      {
         "href": "https://api-v2.onetcenter.org/mnm/careers/43-4051.00/",
         "code": "43-4051.00",
         "title": "Customer Service Representatives",
         "tags": {
            "bright_outlook": true
         }
      },
      {
         "href": "https://api-v2.onetcenter.org/mnm/careers/43-9021.00/",
         "code": "43-9021.00",
         "title": "Data Entry Keyers",
         "tags": {}
      },
      {
         "href": "https://api-v2.onetcenter.org/mnm/careers/41-9011.00/",
         "code": "41-9011.00",
         "title": "Demonstrators & Product Promoters",
         "tags": {}
      },
      {
         "href": "https://api-v2.onetcenter.org/mnm/careers/43-5032.00/",
         "code": "43-5032.00",
         "title": "Dispatchers",
         "tags": {}
      },
      {
         "href": "https://api-v2.onetcenter.org/mnm/careers/45-4021.00/",
         "code": "45-4021.00",
         "title": "Fallers",
         "tags": {}
      },
      {
         "href": "https://api-v2.onetcenter.org/mnm/careers/37-1011.00/",
         "code": "37-1011.00",
         "title": "First-Line Supervisors of Housekeeping & Janitorial Workers",
         "tags": {}
      },
      {
         "href": "https://api-v2.onetcenter.org/mnm/careers/37-1012.00/",
         "code": "37-1012.00",
         "title": "First-Line Supervisors of Landscaping, Lawn Service, & Groundskeeping Workers",
         "tags": {}
      },
      {
         "href": "https://api-v2.onetcenter.org/mnm/careers/33-1091.00/",
         "code": "33-1091.00",
         "title": "First-Line Supervisors of Security Workers",
         "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/51-9198.00/",
         "code": "51-9198.00",
         "title": "Helpers--Production Workers",
         "tags": {}
      },
      {
         "href": "https://api-v2.onetcenter.org/mnm/careers/43-4161.00/",
         "code": "43-4161.00",
         "title": "Human Resources Assistants",
         "tags": {}
      },
      {
         "href": "https://api-v2.onetcenter.org/mnm/careers/13-1071.00/",
         "code": "13-1071.00",
         "title": "Human Resources Specialists",
         "tags": {
            "bright_outlook": true
         }
      },
      {
         "href": "https://api-v2.onetcenter.org/mnm/careers/53-7051.00/",
         "code": "53-7051.00",
         "title": "Industrial Truck & Tractor Operators",
         "tags": {}
      },
      {
         "href": "https://api-v2.onetcenter.org/mnm/careers/37-2011.00/",
         "code": "37-2011.00",
         "title": "Janitors & Cleaners",
         "tags": {
            "bright_outlook": true
         }
      }
   ]
}