Using data for Q/ArcGIS

Hi,

I am a student looking to download a specific portion of the map (one country) for use in either Q or ArcGIS software. I would need the charger locations and if possible the types/capacity of each charger. Is it possible to download this data in the form of any .shp/.csv/.geojson file?

Thanks!

1 Like

Hi, our API documentation is here:
https://openchargemap.org/site/develop/api

I would suggest something like:
https://api.openchargemap.io/v3/poi/?output=geojson&countrycode=US&maxresults=10&key=examplekey where countrycode is the 2 character ISO code and maxresults is the max number of POIs you want to return. You should cache/save results to avoid dynamically querying the same API results too frequently.

1 Like