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/info/sample_of_reported_titles
Status:
200 OK
Content-Type:
application/json
{
   "rows": "https://api-v2.onetcenter.org/database/rows/sample_of_reported_titles",
   "table_id": "sample_of_reported_titles",
   "title": "Sample of Reported Titles",
   "description": "Provide job titles reported during O*NET data collection.",
   "data_dictionary": "https://www.onetcenter.org/dictionary/29.0/excel/sample_of_reported_titles.html",
   "download": {
      "excel": "https://www.onetcenter.org/dl_files/database/db_29_0_excel/Sample%20of%20Reported%20Titles.xlsx",
      "text": "https://www.onetcenter.org/dl_files/database/db_29_0_text/Sample%20of%20Reported%20Titles.txt",
      "mysql": "https://www.onetcenter.org/dl_files/database/db_29_0_mysql/30_sample_of_reported_titles.sql",
      "sql_server": "https://www.onetcenter.org/dl_files/database/db_29_0_mssql/30_sample_of_reported_titles.sql",
      "oracle": "https://www.onetcenter.org/dl_files/database/db_29_0_oracle/30_sample_of_reported_titles.sql"
   },
   "column": [
      {
         "column_id": "onetsoc_code",
         "optional": false,
         "title": "O*NET-SOC Code",
         "description": "O*NET-SOC Code",
         "type": "Text",
         "format": "Character(10)"
      },
      {
         "column_id": "title",
         "optional": false,
         "title": "Title",
         "description": "O*NET-SOC Title",
         "type": "Text",
         "format": "Character Varying(150)"
      },
      {
         "column_id": "reported_job_title",
         "optional": false,
         "title": "Reported Job Title",
         "description": "Title from incumbents or occupational experts",
         "type": "Text",
         "format": "Character Varying(150)"
      },
      {
         "column_id": "shown_in_my_next_move",
         "optional": false,
         "title": "Shown in My Next Move",
         "description": "Whether title is shown on My Next Move career page (Y=yes, N=no)",
         "type": "Text",
         "format": "Character(1)"
      }
   ]
}