Bulk IP Lookup
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.
You can lookup upto 10 IP addresses using this method. Otherwise, you will get an error response (Code: 118).
Query Parameters
The ips command is used to specify the IP address you want to lookup.
Expected values: comma serarated IP addresses (IPv4 or IPv6)
Sample value: 1.1.1.1,2.2.2.2
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
For more information please refer to Customize response modules.
The format command is used to get a response in a specific format.
Expected values: JSON
, XML
, CSV
, or Newline
For more information please refer to Response Format.
The lang command is used to get a response in a specific language.
Expected values: EN
, AR
, DE
, FR
, ES
, JA
, ZH
, or RU
For more information please refer to Localization.
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
.
For more information please refer to Development Environment.
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
.
For more information please refer to JSONP Callback.
Was this page helpful?