v1

latestOpenAPI 3.0.02026-07-1314094.0 KB

Get 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.

get/lookup/ip/bulk

Query parameters

ipsstring required
Example:1.1.1.1,2.2.2.2

The ips command is used to specify the IP address you want to lookup

paramsstring
Example:security,timezone,currency,device

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.

langstring
Example:AR

The lang command is used to get a response in a specific language.

formatstring
Example:JSON

The format command is used to get a response in a specific format.

modestring
Example:test

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.

callbackstring
Example:my_function_name

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