# Geoapify API **Provider:** Geoapify **Category:** maps **Base URL:** `https://www.geoapify.com` **Auth:** api-key — `Authorization: Bearer YOUR_TOKEN` **Rate Limit:** 3K req/day (free) **Free Tier:** Yes — available **Pricing:** Enterprise / contact sales (subscription) **Docs:** https://www.geoapify.com/api/geocoding-api/ ## Description Forward and reverse geocoding, address autocomplete ## Endpoints | Method | Endpoint | Description | |--------|----------|-------------| | GET | `https://www.geoapify.com/` | See documentation for endpoint reference | ## Authentication See documentation for auth details ``` Authorization: Bearer YOUR_TOKEN ``` ## Sample Request ```bash curl 'https://www.geoapify.com' ``` ## Sample Response ```json {} ``` ## Pricing Details Free: 3,000 requests/day (geocoding, routing, maps). Moderate $49/mo (100K req/day). Advanced $149/mo (500K req/day). Premium $499/mo. Enterprise custom. --- *Source: [API Map](https://apimap.dev/apis/geoapify/) — CC BY 4.0*