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/database/rows/sample_of_reported_titles
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 20,
   "total": 7796,
   "next": "https://api-v2.onetcenter.org/database/rows/sample_of_reported_titles?start=21&end=40",
   "row": [
      {
         "onetsoc_code": "11-1011.00",
         "title": "Chief Executives",
         "reported_job_title": "CEO (Chief Executive Officer)",
         "shown_in_my_next_move": "Y"
      },
      {
         "onetsoc_code": "11-1011.00",
         "title": "Chief Executives",
         "reported_job_title": "Chief Diversity Officer (CDO)",
         "shown_in_my_next_move": "N"
      },
      {
         "onetsoc_code": "11-1011.00",
         "title": "Chief Executives",
         "reported_job_title": "Chief Financial Officer (CFO)",
         "shown_in_my_next_move": "Y"
      },
      {
         "onetsoc_code": "11-1011.00",
         "title": "Chief Executives",
         "reported_job_title": "Chief Information Officer (CIO)",
         "shown_in_my_next_move": "N"
      },
      {
         "onetsoc_code": "11-1011.00",
         "title": "Chief Executives",
         "reported_job_title": "Chief Operating Officer (COO)",
         "shown_in_my_next_move": "Y"
      },
      {
         "onetsoc_code": "11-1011.00",
         "title": "Chief Executives",
         "reported_job_title": "Chief Technical Officer (CTO)",
         "shown_in_my_next_move": "N"
      },
      {
         "onetsoc_code": "11-1011.00",
         "title": "Chief Executives",
         "reported_job_title": "Executive Director",
         "shown_in_my_next_move": "N"
      },
      {
         "onetsoc_code": "11-1011.00",
         "title": "Chief Executives",
         "reported_job_title": "Executive Vice President (EVP)",
         "shown_in_my_next_move": "N"
      },
      {
         "onetsoc_code": "11-1011.00",
         "title": "Chief Executives",
         "reported_job_title": "Operations Vice President (Operations VP)",
         "shown_in_my_next_move": "N"
      },
      {
         "onetsoc_code": "11-1011.00",
         "title": "Chief Executives",
         "reported_job_title": "President",
         "shown_in_my_next_move": "Y"
      },
      {
         "onetsoc_code": "11-1011.03",
         "title": "Chief Sustainability Officers",
         "reported_job_title": "Chief Sustainability Officer (CSO)",
         "shown_in_my_next_move": "Y"
      },
      {
         "onetsoc_code": "11-1011.03",
         "title": "Chief Sustainability Officers",
         "reported_job_title": "Corporate Sustainability Process Manager",
         "shown_in_my_next_move": "N"
      },
      {
         "onetsoc_code": "11-1011.03",
         "title": "Chief Sustainability Officers",
         "reported_job_title": "CSR and Sustainability VP (Corporate Social Responsibility and Sustainability Vice President)",
         "shown_in_my_next_move": "N"
      },
      {
         "onetsoc_code": "11-1011.03",
         "title": "Chief Sustainability Officers",
         "reported_job_title": "Sustainability Chancellor",
         "shown_in_my_next_move": "N"
      },
      {
         "onetsoc_code": "11-1011.03",
         "title": "Chief Sustainability Officers",
         "reported_job_title": "Sustainability Chief",
         "shown_in_my_next_move": "N"
      },
      {
         "onetsoc_code": "11-1011.03",
         "title": "Chief Sustainability Officers",
         "reported_job_title": "Sustainability Director",
         "shown_in_my_next_move": "Y"
      },
      {
         "onetsoc_code": "11-1011.03",
         "title": "Chief Sustainability Officers",
         "reported_job_title": "Sustainability Initiatives Vice President (Sustainability Initiatives VP)",
         "shown_in_my_next_move": "N"
      },
      {
         "onetsoc_code": "11-1011.03",
         "title": "Chief Sustainability Officers",
         "reported_job_title": "Sustainability Manager",
         "shown_in_my_next_move": "Y"
      },
      {
         "onetsoc_code": "11-1011.03",
         "title": "Chief Sustainability Officers",
         "reported_job_title": "Sustainability Programs Director",
         "shown_in_my_next_move": "N"
      },
      {
         "onetsoc_code": "11-1011.03",
         "title": "Chief Sustainability Officers",
         "reported_job_title": "Sustainable Design Director",
         "shown_in_my_next_move": "Y"
      }
   ]
}