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/technology_skills
Status:
200 OK
Content-Type:
application/json
{
   "rows": "https://api-v2.onetcenter.org/database/rows/technology_skills",
   "table_id": "technology_skills",
   "title": "Technology Skills",
   "description": "Provide Technology Skills examples.",
   "data_dictionary": "https://www.onetcenter.org/dictionary/29.0/excel/technology_skills.html",
   "download": {
      "excel": "https://www.onetcenter.org/dl_files/database/db_29_0_excel/Technology%20Skills.xlsx",
      "text": "https://www.onetcenter.org/dl_files/database/db_29_0_text/Technology%20Skills.txt",
      "mysql": "https://www.onetcenter.org/dl_files/database/db_29_0_mysql/31_technology_skills.sql",
      "sql_server": "https://www.onetcenter.org/dl_files/database/db_29_0_mssql/31_technology_skills.sql",
      "oracle": "https://www.onetcenter.org/dl_files/database/db_29_0_oracle/31_technology_skills.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": "example",
         "optional": false,
         "title": "Example",
         "description": "Technology skill example",
         "type": "Text",
         "format": "Character Varying(150)"
      },
      {
         "column_id": "commodity_code",
         "optional": false,
         "title": "Commodity Code",
         "description": "UNSPSC commodity code",
         "type": "Number",
         "format": "Integer(8)"
      },
      {
         "column_id": "commodity_title",
         "optional": false,
         "title": "Commodity Title",
         "description": "UNSPSC commodity title",
         "type": "Text",
         "format": "Character Varying(150)"
      },
      {
         "column_id": "hot_technology",
         "optional": false,
         "title": "Hot Technology",
         "description": "Whether example is classified as a hot technology (Y=yes, N=no)",
         "type": "Text",
         "format": "Character(1)"
      },
      {
         "column_id": "in_demand",
         "optional": false,
         "title": "In Demand",
         "description": "Whether example is classified as in demand for the occupation (Y=yes, N=no)",
         "type": "Text",
         "format": "Character(1)"
      }
   ]
}