Open Charge Map

API

Global API for electric vehicle charging station data

Visit Website

Overview

The Open Charge Map API grants access to a global registry of electric vehicle (EV) charging locations. Key endpoints include geographic search (coordinates, postal code, country), detailed station metadata (connector types, power levels, accessibility), and country/region support info. Responses are JSON-formatted. Use cases: Integrate into EV navigation apps, fleet management tools, ride-sharing platforms, or consumer apps to help drivers locate nearby charging stations. It supports filtering by connector type, network, and availability, enabling tailored solutions for mobility and transportation developers.

Example Integration (JavaScript)

script.js JS

fetch('https://openchargemap.org/site/develop/api')
  .then(res => res.json())
  .then(data => console.log(data))
  .catch(err => console.error(err));

Key Features

  • RESTful
  • JSON Support
  • Global EV Charging Data
  • Filterable Search
  • Detailed Connector Info

Frequently Asked Questions

? Is Open Charge Map API free to use?

Yes, it offers a free tier with rate limits (e.g., 100 requests/minute). Paid plans exist for higher usage volumes and advanced features.

? Does it require an API Key?

Yes, an API key is mandatory for most endpoints. You can get one by registering on the Open Charge Map developer portal.

? What is the response format?

Responses are primarily in JSON, including data like station location, connector types, power levels, and operator details.

Top Alternatives

ChargePoint API Search Google
PlugShare API Search Google
EVgo Developer API Search Google

People Also Ask about Open Charge Map

Open Charge Map vs ChargePoint APIOpen Charge Map vs PlugShare APIOpen Charge Map vs EVgo Developer API Open Charge Map 2025 review

Tool Info

Pricing Freemium
Category Transportation
Platform Public API

Pros

  • Global Coverage
  • Free Tier Available
  • Rich Metadata
  • Regularly Updated Registry

Cons

  • Rate Limits on Free Tier
  • Requires API Key
  • Some Regional Data Gaps
  • Limited Real-Time Availability

More Transportation Tools