AddressLookupResult

Properties

Property Type Notes
success Boolean True if address lookup was successful. Lookup will fail for LAN addresses.
countryCode String The 2 character ISO country code of the IP address. Only included on success.
continentCode String The 2 character continent code of the IP address. One of AF, AN, AS, EU, NA, OC, or SA. Only included on success.
timezone String The IANA timezone of the IP address. Only included on success.
vpn Boolean True if the address is a known VPN address. Only included on success.

Example Instance

{
  "success": true,
  "countryCode": "AQ",
  "continentCode": "AN",
  "timezone": "Antarctica/Syowa",
  "vpn": false
}