IP Geo Finder API
IP Geo Finder API is a RESTful API service that provides geolocation data for IP addresses, supporting IPv4 and IPv6. ## Functionality - Converts IP addresses to geographical location data - Supports both IPv4 and IPv6 queries - Returns data in JSON format ## Response Data Each successful API call returns: - IP address (string) - IP version (integer: 4 or 6) - Country code (ISO 3166-1 alpha-2) -…
IP Geo Finder API endpoints
| Method | Endpoint | Description |
|---|---|---|
| GET |
IP Geolocation / |
Get detailed geolocation information for an IP address. |