csvbase is a simple website for sharing table data. Join the discord.
And what can you do with it?
Every table on csvbase has a url like the following:
https://csvbase.com/<username>/<table_name>
For example:
https://csvbase.com/meripaterson/stock-exchanges
To get the file in another format, you just add the relevant file extension to the table url. For Excel:
https://csvbase.com/<username>/<table_name>.xlsx
For example:
https://csvbase.com/meripaterson/stock-exchanges.xlsx
Several different formats are supported.
Table names are only allowed to contain the character, A-Z, a-z and - and they must start with a letter.
In short they must match the regex:
[A-Za-z][-A-Za-z0-9]+
Each table url supports various different verbs that allow you to use it as an API.