# IP Geolocation API **Provider:** IP Geolocation **Category:** maps **Base URL:** `https://api.bigdatacloud.net` **Auth:** none — `# No auth required` **Rate Limit:** See documentation **Free Tier:** Yes — available **Pricing:** Enterprise / contact sales (subscription) **Docs:** https://api.bigdatacloud.net ## Description BigDataCloud's IP Geolocation API returns detailed information about the geographical location, ownership and connectivity of the provided IPv4 IP address. This API is powered by patent-pending ‘Next Generation IP Geolocation Technology'. As a result, the API has sub-millisecond response time. You ## Endpoints | Method | Endpoint | Description | |--------|----------|-------------| | GET | `https://api.bigdatacloud.net/data/ip-geolocation-full` | IP Geolocation with Confidence Area and Hazard Report API | | GET | `https://api.bigdatacloud.net/data/ip-geolocation-with-confidence` | IP Geolocation with Confidence Area API | ## Authentication No authentication required ``` # No auth required ``` ## Sample Request ```bash curl -X GET 'https://api.bigdatacloud.net/data/ip-geolocation-full' \ -H '# No auth required' ``` ## Sample Response ```json {} ``` ## Pricing Details Free — open public API, no authentication required. --- *Source: [API Map](https://apimap.dev/apis/ip-geolocation/) — CC BY 4.0*