Lookup IP Address
GET
https://botblocker.pro/api/v1/ip
This endpoint retrieves geolocation information based on the visitor's IP address. It provides details such as the ISP, city, region, country, and more. This is useful for tracking user locations or customizing content based on geolocation data.
Note:
This API request is free
and does not count against your available request quota.
Query Parameters
Name
Type
Description
apikey*
string
Your API Key generated from BotBlocker.Pro Developer page.
ip*
string
IP address to lookup (e.g., 8.8.8.8)
cURL Example
Response
Last updated