- TypeScript
- Ruby
Parameters
An array of IPv4 or IPv6 addresses to convert. Maximum 5000 IPs per request.
If set to true, doesn’t store conversion data and charges $0.001 per conversion instead of $0.0005. Defaults to false (full data storage).
Response
Whether the request was successful.
Response message describing the result.
HTTP status code.
An array of conversion results. Each item contains:
ip: The IP address that was converted.conversion: The geolocation data for the IP (see Ip Interface). Returnsnullif the conversion failed for that IP Response Interface.
Request metadata containing:
reqId: Unique request identifier.resTime: Response time in milliseconds.