# ipapi.com API **Provider:** ipapi.com **Category:** maps **Base URL:** `https://ipapi.com` **Auth:** api-key — `Authorization: Bearer YOUR_TOKEN` **Rate Limit:** 1,000 req/day (free, unauthenticated) **Free Tier:** Yes — available **Pricing:** Enterprise / contact sales (subscription) **Docs:** https://ipapi.com/?utm_source=Github&utm_medium=Referral&utm_campaign=Public-apis-repo-Best-sellers ## Description Real-time Geolocation & Reverse IP Lookup REST API ## Endpoints | Method | Endpoint | Description | |--------|----------|-------------| | GET | `https://ipapi.com/` | See documentation for endpoint reference | ## Authentication See documentation for auth details ``` Authorization: Bearer YOUR_TOKEN ``` ## Sample Request ```bash curl 'https://ipapi.com' ``` ## Sample Response ```json {} ``` ## Pricing Details IP geolocation. Free: 1,000 lookups/day (no key needed; HTTP only). Paid from $10/mo: HTTPS, bulk lookup, higher limits. Business $149/mo (750K/day). --- *Source: [API Map](https://apimap.dev/apis/ipapi-com/) — CC BY 4.0*