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/53/some_people
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 10,
   "total": 10,
   "example": {
      "href": "https://api-v2.onetcenter.org/mnm/careers/49-9071.00/",
      "code": "49-9071.00",
      "title": "Maintenance & Repair Workers, General",
      "tags": {
         "bright_outlook": true
      },
      "percent_employed": 20
   },
   "career": [
      {
         "href": "https://api-v2.onetcenter.org/mnm/careers/13-2023.00/",
         "code": "13-2023.00",
         "title": "Appraisers & Assessors of Real Estate",
         "tags": {}
      },
      {
         "href": "https://api-v2.onetcenter.org/mnm/careers/13-2022.00/",
         "code": "13-2022.00",
         "title": "Appraisers of Personal & Business Property",
         "tags": {}
      },
      {
         "href": "https://api-v2.onetcenter.org/mnm/careers/27-4011.00/",
         "code": "27-4011.00",
         "title": "Audio & Video Technicians",
         "tags": {}
      },
      {
         "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/41-2021.00/",
         "code": "41-2021.00",
         "title": "Counter & Rental Clerks",
         "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-9071.00/",
         "code": "49-9071.00",
         "title": "Maintenance & Repair Workers, General",
         "tags": {
            "bright_outlook": true
         }
      },
      {
         "href": "https://api-v2.onetcenter.org/mnm/careers/49-3042.00/",
         "code": "49-3042.00",
         "title": "Mobile Heavy Equipment Mechanics",
         "tags": {
            "bright_outlook": true
         }
      },
      {
         "href": "https://api-v2.onetcenter.org/mnm/careers/41-9021.00/",
         "code": "41-9021.00",
         "title": "Real Estate Brokers",
         "tags": {}
      },
      {
         "href": "https://api-v2.onetcenter.org/mnm/careers/41-9022.00/",
         "code": "41-9022.00",
         "title": "Real Estate Sales Agents",
         "tags": {}
      }
   ]
}