v1

latestOpenAPI 3.0.02026-07-1314094.0 KB

Retrieve detailed geolocation information for a visitor’s or user’s IP address

This API allows you to retrieve detailed geolocation information for a visitor’s or user’s IP address.

By using the IP Geolocation method, you can access data such as the user’s country, city, ISP, and more, enabling you to personalize user experiences, enhance security, and make data-driven decisions based on geographic insights.

get/geoip

Query parameters

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

All 14 operations