v1
latestOpenAPI 3.0.02026-07-1314094.0 KBGet the full information of multiple IP Addresses
This API enables you to retrieve information for multiple IP addresses in a single request.
By using the /lookup/ip/bulk method, you can efficiently gather data such as location, ISP, and risk factors for a batch of IPs, saving time and streamlining your workflow for large-scale analysis.
Query parameters
The ips command is used to specify the IP address you want to lookup
The params command can be used to specify the required modules you want to get in the response.
Expected values: security, currency, timezone, location, and/or device.
Sample value: security,timezone,currency.
The lang command is used to get a response in a specific language.
The format command is used to get a response in a specific format.
The mode command is used to in the development stage to simulate the integration process before releasing it to the production environment.
Expected values: live, or test.
The callback command can help you make the response as a JSONP format.
Expected values: any name that can be used as a function name in Javascript, e.g: myFunctionName.
Response
OK