IP Address Validation / Geolocation
Performs geolocation and validation of an IP address. Returns the country, region, and city associated with the IP.
URL
Method: GET
- Production:
https://registry.wallet.kvell.group/reg2/validation/ip
Request parameters
| Name |
Data type |
Required |
Description |
ip |
string |
Yes |
IP address to check (IPv4 supported) |
Request example
GET https://registry.wallet.kvell.group/reg2/validation/ip?ip=8.8.8.8
| Name |
Data type |
Required |
Description |
X-Api-Key |
string |
Yes |
Unique identifier (UUID) |
Response
Response example
Response parameters
| Name |
Data type |
Description |
ip |
string |
IP address |
city |
string |
City |
region |
string |
Region |
country |
string |
Country |