← Tools Reference

IPLocate

IPLocate integration (Location, Security, Data). Imported from open-connector.

API key3 toolshttps://iplocate.io/api
GET
iplocate_lookup_ip
Look up IPLocate geolocation, ASN, privacy, hosting, company, and abuse data for one IP address.

/lookup/{ip}

2 parameters
ParamTypeRequiredDescription
ipstringrequiredThe IPv4 or IPv6 address to look up.
includearrayoptionalThe IPLocate response fields to include, such as country_code, asn, or privacy.…
GET
iplocate_lookup_self
Look up IPLocate geolocation and threat intelligence data for the connector server's outgoing IP address.

/lookup

1 parameter
ParamTypeRequiredDescription
includearrayoptionalThe IPLocate response fields to include, such as country_code, asn, or privacy.…
POST
iplocate_batch_lookup
Look up IPLocate data for multiple IP addresses in one JSON request and preserve per-IP inline errors.

/batch

1 parameter
ParamTypeRequiredDescription
ipAddressesarrayrequiredThe IPv4 or IPv6 addresses to look up. IPLocate allows up to 1,000 IPs per batc…