1⃣
Custom Modules Response
Our API provides the ability to specify which modules you need to retrieve data from, giving you more control over the information you receive. With this feature, you can streamline your workflow and optimize the performance of your platform.
To retrieve data from specific modules, simply add the
params
parameter to your API request and specify the desired modules. Please note that the basic modules will always be included, so you don't need to specify them in the params
parameter.For example, if you only need to retrieve user device information without the timezone data, you can use the following request URL:
https://gregeoip.com/GeoIP?key=1234567890¶ms=device
And, if your need to retrieve multiple modules, you can add the parameter by separate the needed modules with a comma:
https://gregeoip.com/GeoIP?key=1234567890¶ms=timezone,currency,security
Last modified 3mo ago