EV Charge Routes API
One REST API for charging station data, EV compatibility, and route optimization across the UK, EU, and Australia. Built for fleet operators, automotive OEMs, in-car software, and EV apps that need trustworthy data without stitching together five sources themselves.
What you'll be able to build
Station data API
Query 500,000+ charging stations by location, country, network, connector type, and minimum power. Includes operator metadata, photos, and last-verified timestamps.
Compatibility API
Pass an EV make/model + charger ID — get back a normalized compatibility verdict, max usable power, and expected session time.
Routing API
POST an origin, destination, and vehicle. Receive an optimized polyline with sequenced charging stops, energy used, ETA, and per-stop SoC.
Fleet endpoints
Bulk vehicle modelling, cost reporting, and CSV/JSON exports designed for fleet managers and mobility platforms.
Production SLA
99.9% uptime target, sub-200ms p95 for station queries, region-pinned endpoints, and signed webhook events for inventory changes.
Transparent licensing
Clear pass-through of OpenChargeMap (CC-BY-SA) and OpenStreetMap (ODbL) attribution. Commercial terms designed to keep open data sustainable.
Preview: example endpoint
Final shape may change before GA — included to give you a feel for the developer experience.
GET /v1/stations?country=UK&min_power=150&connector=CCS2
{
"data": [
{
"id": "ocm-12345",
"name": "Gridserve Braintree",
"country": "UK",
"lat": 51.878,
"lng": 0.547,
"operator": "Gridserve",
"connectors": [
{ "type": "CCS2", "power_kw": 350, "count": 6 },
{ "type": "Type2", "power_kw": 22, "count": 4 }
],
"last_verified": "2026-04-18T09:14:00Z"
}
],
"attribution": {
"openchargemap": "CC-BY-SA 4.0",
"openstreetmap": "ODbL"
}
}Interested in early access?
We're onboarding a small set of fleet operators, OEMs, and EV app builders for the private beta. Tell us what you'd build and we'll be in touch.
Request beta access