added

GeoNames.Org ID for nearest city

🗺 GeoNames.org is a popular database for looking up metadata on city and country names. We have added an additional response member that provides the numeric (integer type) ID for the nearest city in the GeoNames.org database - use it as a lookup key for additional data from GeoNames.

{
  "ip": "1.179.184.61",
  "isEuropeanUnion": false,
  "locationData": {
    "countryName": "Thailand",
    "countryCode": "TH",
    "cityName": "Wichian Buri",
    "cityGeonamesId": 1605024,  // NEW: Lookup key into GeoNames.org
    "lat": 15.66,
    "lng": 101.11,
    "tz": "Asia/Bangkok",
    "continentCode": "AS"
  }
}