← Back to Dashboard

ipstack

GeocodingActiveFreemiumAuth: API KeyDoc: HTML
Visit Website ↗

Description

Locate and identify website visitors by IP address

✨ AI Summary

Locate IP addresses, detect threats, and get real-time location, ISP, and timezone data.

Code Example

import requests

api_key = 'YOUR_API_KEY'
ip_address = '134.201.250.116' # Example IP, use 'check' for current IP

response = requests.get(f'http://api.ipstack.com/{ip_address}?access_key={api_key}')
data = response.json()
print(data)

Live Health Metrics

Last 50 checks (10 min intervals)