Returns geographic location and proxy information for a given IP address.
URL Endpoints
GetLocationByIP_V2 Inputs
Name | Type | Description |
---|---|---|
IPAddress | String | IP address to look up, for example, “209.85.173.104” |
LicenseKey | String | Your license key to use the service. Sign up for a free trial key at https://www.serviceobjects.com/ip-address-validation/ |
GetLocationByIP_V2 Outputs
Name | Type | Values | Description |
---|---|---|---|
City | String | Varies | The city location of the IP address. |
Region | String | Varies | The state location of the IP address. |
Country | String | Varies | The country location of the IP address. |
CountryISO3 | String | Varies | The 3-letter country abbreviation. |
CountryISO2 | String | Varies | The 2-letter country abbreviation. |
Longitude | Double | Varies | The latitude coordinate for the IP address. |
Latitude | Double | Varies | The longitude coordinate for the IP address. |
Certainty | Int | 0 to 100 | Rating of how accurate the outputs are likely to be. |
IsProxy | String | “TRUE” or “FALSE” | Indicates whether the IP address is a known proxy. |
ProxyType | String | “NONE”, “PRIVATE”, “PUBLIC”, “ANONYMOUS”, “SATELLITE” | Indicates the type of proxy. |
ISP | String | Varies | The ISP which assigns the IP address. |
NetblockOwner | String | Varies | The network owner to which the IP address is allocated. |
Debug | String | Varies | |
Error | Error | Varies | See “Error Codes“. |