IP geolocation web service to get more than 55 parameters
IP2Location is a REST API providing reverse geolocation lookup of an IP address to return location information.
import requests
params = {
'ip': '8.8.8.8',
'key': 'YOUR_API_KEY'
}
response = requests.get('https://api.ip2location.com/v1/', params=params)
print(response.json())Last 50 checks (10 min intervals)