I’m wondering what the easiest way is to get an EV charger ID to use with the availability API.
Right now I’m returning a limited set of ChargePoint chargers, but it would be easier if get a more direct match.
I’m wondering what the easiest way is to get an EV charger ID to use with the availability API.
Right now I’m returning a limited set of ChargePoint chargers, but it would be easier if get a more direct match.
This query doesn’t look that bad. Were you expecting more results?
Actually the opposite. I’m trying to figure out if I can get closer to a direct match, since using lat/long returns all the nearby stations. I am typically looking for one specific station
I’d try with:
https://api.tomtom.com/search/2/nearbySearch/.json?lat=30.26486&lon=-97.70741&limit=1&categorySet=7309&view=Unified&relatedPois=all&key=*****
or query without limit and just pick the first result from the list.