API call throttling limits

There is API call throttling limits for the api connection, but i need more records than the limits, how could i get all the records of uk at one time through api connection

Hi,

We have documentation here: https://openchargemap.org/site/develop/api#/

You can supply a country code like:
https://api.openchargemap.io/v3/poi?countrycode=GB&maxresults=1000000 but keep in mind that’s still quite a lot of data so it depends how you’re using it, it would be unsuitable for instance to download a whole country of data for an app user when you could just download the area they are looking at.

When calling our API please be considerate and don’t calling it many times per second or repeatedly download the same result set. It’s very uncommon for users to hit our API throttle limit.

1 Like