Question about API requests

Is there a way we can request more than 100 charger locations, would we need to make our own API for this? Any help on what the best approach to this will be appreciated, thanks.

I would suggest running your own read-only API mirror:

There’s also dockerized version:

which makes things even easier and faster.

Did you try the maxresults parameter?

Yes, I can get more than 100 chargers using max results, but looking for a way to get all chargers in GB

You just set maxresults to a large number, e.g. 1000000