← Tools Reference

IPGeolocation.io

IPGeolocation.io integration (Location, Data, Developer Tools). Imported from open-connector.

API key3 toolshttps://api.ipgeolocation.io
GET
ipgeolocation_io_lookup_ip
Look up IP geolocation data with optional field controls.

/v3/ipgeo

9 parameters
ParamTypeRequiredDescription
ipstringoptionalThe IPv4 or IPv6 address to look up.
fieldsarrayoptionalSpecific response fields to request from IPGeolocation.io.
excludesarrayoptionalSpecific response fields to exclude from the IPGeolocation.io response.
includeHostnamebooleanoptionalWhether to include hostname data in the geolocation response.
includeGeoAccuracybooleanoptionalWhether to include geo accuracy fields in the geolocation response.
includeDmaCodebooleanoptionalWhether to include DMA code fields in the geolocation response.
includeSecuritybooleanoptionalWhether to include security threat intelligence fields.
includeAbusebooleanoptionalWhether to include abuse contact fields.
includeUserAgentbooleanoptionalWhether to include user-agent derived fields when supported.
GET
ipgeolocation_io_get_timezone
Get time zone information by IP address, coordinates, location, or time zone name.

/v3/timezone

5 parameters
ParamTypeRequiredDescription
ipstringoptionalThe IPv4 or IPv6 address to look up.
latnumberoptionalThe latitude coordinate.
longnumberoptionalThe longitude coordinate.
locationstringoptionalThe location string accepted by IPGeolocation.io.
timeZonestringoptionalThe IANA time zone name.
GET
ipgeolocation_io_get_astronomy
Get sunrise, sunset, moonrise, moonset, and moon phase data for a location.

/v3/astronomy

5 parameters
ParamTypeRequiredDescription
ipstringoptionalThe IPv4 or IPv6 address to look up.
latnumberoptionalThe latitude coordinate.
longnumberoptionalThe longitude coordinate.
locationstringoptionalThe location string accepted by IPGeolocation.io.
datestringoptionalThe date to use for astronomy data in YYYY-MM-DD format.