# GeographQL API **Provider:** GeographQL **Category:** maps **Base URL:** `https://geographql.netlify.app` **Auth:** bearer — `Authorization: Bearer YOUR_ACCESS_TOKEN` **Rate Limit:** 500 requests/min per API token **Free Tier:** Yes — [object Object] **Pricing:** Free tier available (freemium) **Docs:** https://geographql.netlify.app ## Description A Country, State, and City GraphQL API ## Endpoints | Method | Endpoint | Description | |--------|----------|-------------| | GET | `https://geographql.netlify.app/` | See documentation for endpoint reference | ## Authentication Personal Access Token as a Bearer token in the Authorization header ``` Authorization: Bearer YOUR_ACCESS_TOKEN ``` ## Sample Request ```bash curl 'https://geographql.netlify.app' ``` ## Sample Response ```json {} ``` ## Pricing Details Hobby: free. Pro: $19/mo (400GB bandwidth). Business: $99/mo. Enterprise: custom pricing. --- *Source: [API Map](https://apimap.dev/apis/geographql/) — CC BY 4.0*