# Open Charge Map API **Provider:** Open Charge Map **Category:** maps **Base URL:** `https://openchargemap.org` **Auth:** api-key — `Authorization: Bearer YOUR_TOKEN` **Rate Limit:** Not officially published **Free Tier:** Yes — available **Pricing:** Enterprise / contact sales (subscription) **Docs:** https://openchargemap.org/site/develop/api ## Description Global public registry of electric vehicle charging locations ## Endpoints | Method | Endpoint | Description | |--------|----------|-------------| | GET | `https://openchargemap.org/` | See documentation for endpoint reference | ## Authentication See documentation for auth details ``` Authorization: Bearer YOUR_TOKEN ``` ## Sample Request ```bash curl 'https://openchargemap.org' ``` ## Sample Response ```json {} ``` ## Pricing Details Free and open. Electric vehicle charging network data; no paid tiers. --- *Source: [API Map](https://apimap.dev/apis/open-charge-map/) — CC BY 4.0*