Connect to the IP Address API to look up geographical location by IP address. Test an API call in the browser and export the code snippet into your app.
The IP Address API has free and paid tiers as of 03/22/2017: https://ipapi.co/
Look up IP addresses by geographical location.
This endpoint retrieves location for the IP address specified
Field | Type | Description |
---|---|---|
ipAddress | String | IP address |
This endpoint retrieves location for your IP address.
No arguments.
This endpoint retrieves a specific location field for the IP address provided in the URL.
Field | Type | Description |
---|---|---|
ipAddress | String | IP address |
fieldName | String | Possible values: ip, city, region, country, postal, latitude, longitude, timezone, latlong |
This endpoint retrieves a specific location field for your IP address.
Field | Type | Description |
---|---|---|
fieldName | String | Possible values: ip, city, region, country, postal, latitude, longitude, timezone, latlong |