csvbase is a simple website for sharing table data. Join the discord.

What is csvbase?

What is it?

csvbase is a website for sharing table data.

"Table data" means (labelled) columns and (indexed) rows.

Each table has it's own url, following the format:

https://csvbase.com/<username>/<table_name>

That url serves both as the web page for the table, and also for it's API.

csvbase is called csvbase because one of the easiest ways to interact with it is via csv files. To get the csv file for any table, just add .csv to the url, so

https://csvbase.com/meripaterson/stock-exchanges

becomes

https://csvbase.com/meripaterson/stock-exchanges.csv

Many other formats are available, including:

  • JSON
  • Parquet
  • Microsoft Excel