# Geocode.xyz API **Provider:** Geocode.xyz **Category:** maps **Base URL:** `https://geocode.xyz` **Auth:** none — `# No auth required` **Rate Limit:** See documentation **Free Tier:** Yes — [object Object] **Pricing:** Free tier available (freemium) **Docs:** https://geocode.xyz/api ## Description Provides worldwide forward/reverse geocoding, batch geocoding and geoparsing ## Endpoints | Method | Endpoint | Description | |--------|----------|-------------| | GET | `https://geocode.xyz/` | See documentation for endpoint reference | ## Authentication No authentication required ``` # No auth required ``` ## Sample Request ```bash curl 'https://geocode.xyz' ``` ## Sample Response ```json {} ``` ## Pricing Details Free — open public API, no authentication required. --- *Source: [API Map](https://apimap.dev/apis/geocode-xyz/) — CC BY 4.0*