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?
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?