Station count

The Station Count endpoint returns the total number of charging stations, either globally or filtered by specific criteria. This service returns a static count and does not adjust based on map zoom levels.

Base URL

To retrieve the count, send a GET request to the following endpoint. Ensure that any filters used in your map are also applied here to maintain data consistency.

Optional Query Parameters

  • ?{filter} - Filters the stations to be counted based on specific criteria. See filters documentation.

Response

The API returns a JSON object containing the count of stations matching the criteria.

Example