IP Geolocation API logo

IP Geolocation API

ENDPOINTS
GET/ip-geolocation/lookup

IP Lookup

Get precise location and network data for any IP address. Returns city, region, country, coordinates, postal code, timezone, ISP, continent, currency, and country flag.

QUERY PARAMS

IPv4 or IPv6 address to geolocate.

{
  "ip": "49.36.131.188",
  "city": "Delhi",
  "is_eu": false,
  "region": "Delhi",
  "currency": {
    "code": "INR",
    "symbol": "₹"
  },
  "latitude": 28.6519,
  "timezone": "Asia/Kolkata",
  "continent": {
    "code": "AS",
    "name": "Asia"
  },
  "longitude": 77.2315,
  "postal_code": "110001",
  "country_code": "IN",
  "country_flag": {
    "emoji": "🇮🇳",
    "unicode": "U+1F1EE U+1F1F3"
  },
  "country_name": "India",
  "organization": "AS55836 Reliance Jio Infocomm Limited"
}