Search ~54,000 charging locations across the European roaming network by coordinates. Filter by connector type, charging power, and operator — with per-site connector summaries and EUR pricing where published.
REQUEST
curl -X GET \ "https://api.carapi.dev/v1/charging-stations\ ?lat=50.1175&lon=14.4908\ &connectorType=ccs&minPowerKw=150\ &token=YOUR_API_KEY"
RESPONSE
{
"count": 10,
"stations": [
{
"name": "R378",
"owners": ["CEZ, a. s."],
"distanceKm": 1.62,
"maxPowerKw": 300,
"connectors": {
"ccs": {
"maxPowerKw": 300,
"plugs": 4
}
}
}
]
}Pass coordinates, get the closest charging locations sorted by distance — grouped by physical site, not raw charge points
Filter by Type 2 / CCS / CHAdeMO, minimum charging power in kW, and operator name (e.g. IONITY) in a single request
Coverage across the European roaming network — strongest in IT, DE, NL, AT, BE, FR, CZ, PL, HU, RO, SK — refreshed monthly
The API covers the European EV roaming network with around 54,000 physical charging locations, strongest in Italy, Germany, the Netherlands, Austria, Belgium, France, Czech Republic, Poland, Hungary, Romania, and Slovakia. The dataset refreshes monthly.
You pass a latitude and longitude, and the API returns the nearest charging locations sorted by distance — up to 10 within a radius of up to 50 km. Optional filters narrow results by connector type (Type 2, CCS, CHAdeMO), minimum charging power in kW, and operator name.
Each result is a physical location with its name, operator(s), coordinates, straight-line distance, full address, and a per-connector-type summary: maximum charging power, lowest known price per kWh in EUR, parking price, free parking duration, and the number of charge points. Multiple charge points at the same site are grouped into one result.
No — distances are great-circle (straight-line) distances from your search point, which is standard for radius searches. The actual driving route will be somewhat longer.
Yes. The free plan includes 100 API requests per month across all endpoints, with no credit card required. Paid plans start at €29/month for 5,000 requests.
Add nearest-charger search to your app in minutes. Get started with our free tier.
Get Started Free