# IPInfoDB API **Provider:** IPInfoDB **Category:** maps **Base URL:** `https://www.ipinfodb.com` **Auth:** api-key — `Authorization: Bearer YOUR_IPINFO_TOKEN` **Rate Limit:** 50,000 requests/month free; burst up to 65,000/mo **Free Tier:** Yes — [object Object] **Pricing:** Free tier available (freemium) **Docs:** https://www.ipinfodb.com/api ## Description Free Geolocation tools and APIs for country, region, city and time zone lookup by IP address ## Endpoints | Method | Endpoint | Description | |--------|----------|-------------| | GET | `https://www.ipinfodb.com/` | See documentation for endpoint reference | ## Authentication API token as a query parameter or in the Authorization header ``` Authorization: Bearer YOUR_IPINFO_TOKEN ``` ## Sample Request ```bash curl 'https://www.ipinfodb.com' ``` ## Sample Response ```json {} ``` ## Pricing Details Free: 50k req/mo. Basic: $99/mo (150k req/mo). Standard: $249/mo (500k req/mo). Business: $499/mo (1.5M req/mo). --- *Source: [API Map](https://apimap.dev/apis/ipinfodb/) — CC BY 4.0*