List charging stations
Returns a paginated list of Charging Station objects, sorted by creation date with the most recently added stations first. You can filter the results by geographic location and radius, vehicle compatibility, availability, proximity, driver favorites, or route-based parameters.
Query Parameters
If true, only stations with at least one currently available connector are returned.
Destination coordinates lat,lng
for route-based station recommendations. Requires origin
.
Returns only stations marked as favorites by the specified driver.
Cursor for pagination; returns stations before this ID.
Latitude for geographic filtering. Requires longitude
and radius
.
Maximum number of stations to return (default 10).
1 <= x <= 100
Longitude for geographic filtering. Requires latitude
and radius
.
Maximum allowable detour from route in kilometers (default 10 km).
Origin coordinates lat,lng
for route-based station recommendations. Requires destination
.
Cursor for pagination; returns stations after this ID.
Search radius around the provided latitude and longitude.
100 <= x <= 10000
Filters stations compatible with the vehicle’s connector type and power requirements.
Response
A dictionary with a data property that contains an array of up to limit charging stations, starting after charging station starting_after. Each entry in the array is a separate Charging Station object. If no more charging stations are available, the resulting array will be empty.
The response is of type object
.