Free IP Geolocation API
IP Vigilante offers a free API for obtaining IP geolocation data, providing details like country, city, and coordinates.
import requests
url = "https://ipvigilante.com/json"
response = requests.get(url)
data = response.json()
print(data)Last 50 checks (10 min intervals)