maptiler / epsg.io

EPSG.io: Coordinate Systems Worldwide
https://epsg.io/
BSD 2-Clause "Simplified" License
342 stars 67 forks source link

Retrieving All CRS #192

Closed bethanywallace closed 1 year ago

bethanywallace commented 1 year ago

Is there a way to get all the CRS data as JSON without having to loop through the pages? E.g https://epsg.io/?q=&format=json only retrieved the first ten results that would show on the webpage, to get the second page I have to add &page=2 to the query. Is there any way to be able to get all of the results at once?