# Open Street Map API **Provider:** Open Street Map **Category:** maps **Base URL:** `http://wiki.openstreetmap.org` **Auth:** api-key — `Authorization: Bearer YOUR_TOKEN` **Rate Limit:** 1 req/s (Nominatim public policy) **Free Tier:** Yes — available **Pricing:** Enterprise / contact sales (subscription) **Docs:** http://wiki.openstreetmap.org/wiki/API ## Description Open Street Map API. See documentation for full details. ## Endpoints | Method | Endpoint | Description | |--------|----------|-------------| | GET | `http://wiki.openstreetmap.org/` | See documentation for endpoint reference | ## Authentication See documentation for authentication details ``` Authorization: Bearer YOUR_TOKEN ``` ## Sample Request ```bash curl 'http://wiki.openstreetmap.org' ``` ## Sample Response ```json {} ``` ## Pricing Details Free — OpenStreetMap data is free (ODbL license). The Nominatim geocoding API is free but has a 1 req/s usage policy. Run your own instance for higher volume. --- *Source: [API Map](https://apimap.dev/apis/open-street-map/) — CC BY 4.0*