Download data for Ireland

Hi Christopher,

I want to download the data of charging points in Ireland for my academic project. Request your help / guidance to download the same in CSV / Excel format.

Thank you!

Regards,
Priyanka H.

Hi @Priyanka_H - try not to bump old threads and instead just post a new question. This is the convention for all online forums when threads are old.

To download OCM data the normal way is to use the API, in the case of Ireland it depends if you need want to include Northern Ireland (which is part of the UK). You would then need to remove data you didn’t need from the other parts of the UK.

https://openchargemap.org/site/develop/api

Example API call to download a CSV file:
https://api.openchargemap.io/v3/poi?key=example&countrycode=IE,GB

Note that CSV is the simplest to work with in things like excel but JSON is the best overall format for fidelity of information (CSV is just a subset of the data fields we have).

Hi,

@Christopher Thanks Christopher!

I’m trying following link to download the data but I’m getting only 100 results (results of data created in last 7 days i.e. 19th May to 26th May only).

I’m not very well versed with programming hence any help in this regard will be highly appreciated.

https://api.openchargemap.io/v3/poi/?output=json&countrycode=IE&maxresults=200000

Thank you.

Kind regards,
Priyanka H.

Hi,

When I try the following I get 789 results (the total for ireland):

https://api.openchargemap.io/v3/poi/?output=json&countrycode=IE&maxresults=200000&key=example