How can i take all Charging station data on Country based?

Hi everyone, i work on a ev charging station map app on ios with MapBox map. I tried to take stations from API but it gives me just 100 station but i want to all in Turkey or Germany. how can i get approx. 500+ station data?

Example requests:
https://api.openchargemap.io/v3/poi/?output=json&countrycode=TR&maxresults=1000?key={}

https://api.openchargemap.io/v3/poi/?output=geojson&countrycode=TR&maxresults=200000?key={}

You have specified the query string component ‘?’ twice and so that’s not a valid url. Just use &key= instead of ?key=

I am absolutely speechless… Thank you so much!

1 Like