EcoEngine Bulk CSV Download

This utility downloads multiple pages of an EcoEngine query and concatenates the results into CSV-formatted text on this page.


Examples

Download all observations, 200 at a time

https://ecoengine.berkeley.edu/api/observations/?page_size=200

Search for "lynx"

https://ecoengine.berkeley.edu/api/observations/?q=lynx

Line breaks can be used to structure long queries, but not spaces

https://ecoengine.berkeley.edu/api/observations/
?selected_facets=state_province_exact:California
&q=
&min_date=1922-03-15
&max_date=1922-04-15