Skip to content

Latest commit

 

History

History
11 lines (9 loc) · 501 Bytes

futres_download.md

File metadata and controls

11 lines (9 loc) · 501 Bytes

FuTRES download API instructions

The download_proxy bundles thre files in response:

  • citation file includes information on how to cite date
  • README file which contains information on the query that was ran and number of results
  • data.csv file which contains the data in comma separated value format with the first line being column headers.
curl 'https://biscicol.org/futres/api/v3/download/_search?q=+mapped_traits:%22body+height%22&limit=100000' > download.zip
unzip download.zip