Developer API
Build with ChargeMapUSA Data
Access real-time EV charging station data through our RESTful API. Power your apps, dashboards, and analytics with the most comprehensive dataset available.
GET /v1/stations?network=tesla&limit=1
{
"data": [
{
"id": "sta_8x7k2m",
"title": "Tesla Supercharger - Austin Downtown",
"network": "tesla",
"power_level": "dcfc",
"connectors": ["nacs", "ccs"],
"coordinates": {
"lat": 30.2672,
"lng": -97.7431
},
"status": "available",
"last_updated": "2026-02-18T22:00:00Z"
}
],
"meta": {
"total": 4238,
"page": 1,
"per_page": 25
}
}API Pricing
Starter
$99/mo
- ✓10,000 API calls/month
- ✓RESTful JSON endpoints
- ✓Station search, filter, geo-query
- ✓Webhook notifications
Enterprise
$299/mo
- ✓Unlimited API calls
- ✓Bulk CSV/JSON downloads
- ✓Real-time WebSocket feed
- ✓Custom endpoints
- ✓SLA guarantee
Endpoint Preview
GET
/v1/stationsList all stations with filtering, pagination, and geo-bounding box support.
GET
/v1/stations/:idGet detailed information for a single station including real-time availability.
GET
/v1/stations/nearbyFind stations within a radius of given coordinates. Supports distance sorting.
GET
/v1/networks/statsAggregate statistics by network — station counts, coverage area, growth rate.