# IPinfo API **Provider:** IPinfo **Category:** developer **Base URL:** `https://ipinfo.io` **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://ipinfo.io/developers ## Description Another simple IP Address API ## Endpoints | Method | Endpoint | Description | |--------|----------|-------------| | GET | `https://ipinfo.io/` | 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://ipinfo.io' ``` ## 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/ipinfo/) — CC BY 4.0*