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/occupation_level_metadata
Status:
200 OK
Content-Type:
application/json
{
   "rows": "https://api-v2.onetcenter.org/database/rows/occupation_level_metadata",
   "table_id": "occupation_level_metadata",
   "title": "Occupation Level Metadata",
   "description": "Provide O*NET-SOC Occupational Level Metadata associated with the incumbent data collection.",
   "data_dictionary": "https://www.onetcenter.org/dictionary/29.0/excel/occupation_level_metadata.html",
   "download": {
      "excel": "https://www.onetcenter.org/dl_files/database/db_29_0_excel/Occupation%20Level%20Metadata.xlsx",
      "text": "https://www.onetcenter.org/dl_files/database/db_29_0_text/Occupation%20Level%20Metadata.txt",
      "mysql": "https://www.onetcenter.org/dl_files/database/db_29_0_mysql/7_occupation_level_metadata.sql",
      "sql_server": "https://www.onetcenter.org/dl_files/database/db_29_0_mssql/7_occupation_level_metadata.sql",
      "oracle": "https://www.onetcenter.org/dl_files/database/db_29_0_oracle/7_occupation_level_metadata.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": "item",
         "optional": false,
         "title": "Item",
         "description": "Occupation level statistics",
         "type": "Text",
         "format": "Character Varying(150)"
      },
      {
         "column_id": "response",
         "optional": true,
         "title": "Response",
         "description": "Type of response",
         "type": "Text",
         "format": "Character Varying(75)"
      },
      {
         "column_id": "n",
         "optional": true,
         "title": "N",
         "description": "Sample size for occupation",
         "type": "Number",
         "format": "Integer(4)"
      },
      {
         "column_id": "percent",
         "optional": true,
         "title": "Percent",
         "description": "Percentage of responses",
         "type": "Number",
         "format": "Float(4,1)"
      },
      {
         "column_id": "date_updated",
         "optional": false,
         "title": "Date",
         "description": "Date when data was updated",
         "type": "Date",
         "format": "Date"
      }
   ]
}