WeatherAPI · Example Payload

Weatherapi Ip Lookup Response Example

WeatherForecastHistoryMarineAstronomyGeolocationSportsAlertsPublic APIs

Weatherapi Ip Lookup Response Example is an example object payload from WeatherAPI, with 15 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

iptypecontinent_codecontinent_namecountry_codecountry_nameis_eugeoname_idcityregionlatlontz_idlocaltime_epochlocaltime

Example Payload

Raw ↑
{
  "ip": "sample value",
  "type": "ipv4",
  "continent_code": "EGLL",
  "continent_name": "EU",
  "country_code": "United Kingdom",
  "country_name": "United Kingdom",
  "is_eu": false,
  "geoname_id": "sample value",
  "city": "sample value",
  "region": "City of London, Greater London",
  "lat": 51.5074,
  "lon": -0.1278,
  "tz_id": "Europe/London",
  "localtime_epoch": 1748441400,
  "localtime": "2026-05-28 15:30"
}