v1

latestOpenAPI 3.0.02026-07-1314094.0 KB

Get the full information of a given IP address

Use this API to retrieve comprehensive information about a given IP address. It provides details such as location, ISP, and potential risk factors, enabling you to analyze and verify IP data for enhanced security, fraud prevention, and user profiling.

get/lookup/ip

Query parameters

ipstring required
Example:1.1.1.1

The ip 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.

userIDstring
Example:UID-12345

The userID command can be used to identify requests sent by specific users to monitor in the Events Page.

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