Exporting the data

Open Weight Database does not have "Open" in its name for nothing! We strive for open and easy-to-use data.

You can straightforwardly fetch a copy of all the data stored in OWD's database, by going to https://openweightdatabase.org/export. You'll see all the content of the database in a CSV format, which is easy to process.

You can also get a copy of the data programatically with common Linux tools, such as:

  • curl:

$ curl https://openweightdatabase.org/export -o data.csv
  • wget:

$ wget --output-document data.csv https://openweightdatabase.org

Data is cached server-side and is refreshed every 30 to 60 seconds. If you just added new data and you do not see it yet, no worries and wait for a little!

Last updated