Data of electric vehicle charging points in Ireland

Hi Christopher,

I want to download the data of electric vehicle charging points in Ireland for my last semester thesis. Also, I want bulk data as it is for thesis, so it will be better if I can download live data or fetch data for a long time. In addition, how can I find the charging time required for a vehicle from that dataset? Request your help / guidance to download the same in CSV format.

Thanks and Regards
Helmi

Hi Helmi,

We don’t have charging time information in our data set.
If you need info a single country:

https://api.openchargemap.io/v3/poi/?output=csv&countrycode=IE&maxresults=50000&key=<your key>

however if you need Northern Ireland you’ll need to include GB as well, so then you can to use country ids (UK =1,IE= 105):

https://api.openchargemap.io/v3/poi/?output=csv&countryid=1,105&maxresults=50000&key=<your key>

CSV isn’t a great format because it lack detail compared to the default JSON output. It depends which tools you are consuming the data with as to whether you can use that.