Documentation
TheIP API Documentation
Fast, accurate IP intelligence for developers. Get comprehensive geolocation data, ISP information, and VPN/proxy detection.
Quick Start
Get up and running in minutes
curl -H "Authorization: Bearer YOUR_API_KEY" \
"https://api.theip.com/v1/lookup/8.8.8.8"{
"ip": "8.8.8.8",
"country": "United States",
"country_code": "US",
"city": "Mountain View",
"region": "California",
"timezone": "America/Los_Angeles",
"latitude": 37.4056,
"longitude": -122.0775,
"isp": "Google LLC",
"asn": "AS15169"
}Base URL
https://api.theip.com/v1