Rectangle search

Find charging locations within a specified rectangle defined by two diagonal points. Returns up to 300 locations. Prices are not included. To get prices for a given location, use Get location by id

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Query Params
double
required
-90 to 90

Latitude of the top edge of the rectangle in decimal degrees (e.g. N58°30' is represented as 58.5). Must be greater than bottomLatitude.

double
required
-90 to 90

Latitude of the bottom edge of the rectangle in decimal degrees (e.g. S58°30' is represented as -58.5)

double
required
-180 to 180

Longitude of the left edge of the rectangle in decimal degrees (e.g. E014°45' is represented as 14.75). Must be less than rightLongitude.

double
required
-180 to 180

Longitude of the right edge of the rectangle in decimal degrees (e.g. E014°45' is represented as 14.75)

integer
≤ 300
Defaults to 300

Maximum number of individual locations to return. Not applicable when aggregation is enabled. Use a lower limit for faster response times.

boolean
Defaults to false

Enable result aggregation. Recommended for large search radii to improve response time.

integer
2 to 9

Controls the size of aggregation grid cells. Values range from 2 (largest cells) to 9 (smallest cells). Higher precision means smaller clusters but more data. If not specified, an appropriate value based on the search radius is used.

string
length between 2 and 2

Supported languages: en, bg, cy, de, es, fi, fr, hu, is, it, lt, nb, nl, pl, pt, ro, sv.

Body Params
filters
object

Filtering criteria for location selection.

options
object

Additional options controlling search behavior.

Responses

Language
Credentials
Header
URL
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json