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/emerging_tasks
Status:
200 OK
Content-Type:
application/json
{
   "rows": "https://api-v2.onetcenter.org/database/rows/emerging_tasks",
   "table_id": "emerging_tasks",
   "title": "Emerging Tasks",
   "description": "Provide emerging task data associated with some O*NET-SOC occupations.",
   "data_dictionary": "https://www.onetcenter.org/dictionary/29.0/excel/emerging_tasks.html",
   "download": {
      "excel": "https://www.onetcenter.org/dl_files/database/db_29_0_excel/Emerging%20Tasks.xlsx",
      "text": "https://www.onetcenter.org/dl_files/database/db_29_0_text/Emerging%20Tasks.txt",
      "mysql": "https://www.onetcenter.org/dl_files/database/db_29_0_mysql/26_emerging_tasks.sql",
      "sql_server": "https://www.onetcenter.org/dl_files/database/db_29_0_mssql/26_emerging_tasks.sql",
      "oracle": "https://www.onetcenter.org/dl_files/database/db_29_0_oracle/26_emerging_tasks.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": "task",
         "optional": false,
         "title": "Task",
         "description": "New or revised task associated with an occupation",
         "type": "Text",
         "format": "Character Varying(1000)"
      },
      {
         "column_id": "category",
         "optional": false,
         "title": "Category",
         "description": "“New” or “Revision”",
         "type": "Text",
         "format": "Character Varying(8)"
      },
      {
         "column_id": "original_task_id",
         "optional": true,
         "title": "Original Task ID",
         "description": "Task ID referencing original task",
         "type": "Number",
         "format": "Integer(8)"
      },
      {
         "column_id": "original_task",
         "optional": true,
         "title": "Original Task",
         "description": "Original task being revised",
         "type": "Text",
         "format": "Character Varying(1000)"
      },
      {
         "column_id": "date_updated",
         "optional": false,
         "title": "Date",
         "description": "Date when data was updated",
         "type": "Date",
         "format": "Date"
      },
      {
         "column_id": "domain_source",
         "optional": false,
         "title": "Domain Source",
         "description": "Source of the data",
         "type": "Text",
         "format": "Character Varying(30)"
      }
   ]
}