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/related_occupations
Status:
200 OK
Content-Type:
application/json
{
   "rows": "https://api-v2.onetcenter.org/database/rows/related_occupations",
   "table_id": "related_occupations",
   "title": "Related Occupations",
   "description": "Provide related occupation links between O*NET-SOC occupations.",
   "data_dictionary": "https://www.onetcenter.org/dictionary/29.0/excel/related_occupations.html",
   "download": {
      "excel": "https://www.onetcenter.org/dl_files/database/db_29_0_excel/Related%20Occupations.xlsx",
      "text": "https://www.onetcenter.org/dl_files/database/db_29_0_text/Related%20Occupations.txt",
      "mysql": "https://www.onetcenter.org/dl_files/database/db_29_0_mysql/27_related_occupations.sql",
      "sql_server": "https://www.onetcenter.org/dl_files/database/db_29_0_mssql/27_related_occupations.sql",
      "oracle": "https://www.onetcenter.org/dl_files/database/db_29_0_oracle/27_related_occupations.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": "related_onetsoc_code",
         "optional": false,
         "title": "Related O*NET-SOC Code",
         "description": "Related O*NET-SOC code mapping",
         "type": "Text",
         "format": "Character(10)"
      },
      {
         "column_id": "related_title",
         "optional": false,
         "title": "Related Title",
         "description": "Related O*NET-SOC title",
         "type": "Text",
         "format": "Character Varying(150)"
      },
      {
         "column_id": "relatedness_tier",
         "optional": false,
         "title": "Relatedness Tier",
         "description": "Categories indicating level of relatedness",
         "type": "Text",
         "format": "Character Varying(50)"
      },
      {
         "column_id": "related_index",
         "optional": false,
         "title": "Index",
         "description": "Order of related code mappings based on expert review",
         "type": "Number",
         "format": "Integer(3)"
      }
   ]
}