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/riasec_keywords
Status:
200 OK
Content-Type:
application/json
{
   "rows": "https://api-v2.onetcenter.org/database/rows/riasec_keywords",
   "table_id": "riasec_keywords",
   "title": "RIASEC Keywords",
   "description": "Provide action and object keywords for each general occupational interest.",
   "data_dictionary": "https://www.onetcenter.org/dictionary/29.0/excel/riasec_keywords.html",
   "download": {
      "excel": "https://www.onetcenter.org/dl_files/database/db_29_0_excel/RIASEC%20Keywords.xlsx",
      "text": "https://www.onetcenter.org/dl_files/database/db_29_0_text/RIASEC%20Keywords.txt",
      "mysql": "https://www.onetcenter.org/dl_files/database/db_29_0_mysql/37_riasec_keywords.sql",
      "sql_server": "https://www.onetcenter.org/dl_files/database/db_29_0_mssql/37_riasec_keywords.sql",
      "oracle": "https://www.onetcenter.org/dl_files/database/db_29_0_oracle/37_riasec_keywords.sql"
   },
   "column": [
      {
         "column_id": "element_id",
         "optional": false,
         "title": "Element ID",
         "description": "Content Model Outline Position",
         "type": "Text",
         "format": "Character Varying(20)"
      },
      {
         "column_id": "element_name",
         "optional": false,
         "title": "Element Name",
         "description": "Content Model Element Name",
         "type": "Text",
         "format": "Character Varying(150)"
      },
      {
         "column_id": "keyword",
         "optional": false,
         "title": "Keyword",
         "description": "Relevant interest keyword",
         "type": "Text",
         "format": "Character Varying(150)"
      },
      {
         "column_id": "keyword_type",
         "optional": false,
         "title": "Keyword Type",
         "description": "“Action” or “Object”",
         "type": "Text",
         "format": "Character Varying(20)"
      }
   ]
}