SpocIPData is a leading IP data provider for developers and businesses, handling more than a billion API requests every month. One simple REST call returns an IP's location, network, timezone and security signals.
curl "https://api.spocipdata.com/v1/lookup?ip=8.8.8.8" \
-H "Authorization: Bearer YOUR_API_KEY"
# 200 OK
{
"ip": "8.8.8.8",
"country": "United States",
"country_code": "US",
"region": "California",
"city": "Mountain View",
"latitude": 37.386,
"longitude": -122.084,
"timezone": "America/Los_Angeles",
"isp": "Google LLC",
"asn": "AS15169",
"is_proxy": false,
"is_vpn": false,
"threat_level": "low"
}
SpocIPData enriches every IP with location, network and security intelligence.
Country, region, city, postal code and precise latitude/longitude.
ISP, organisation, ASN and connection type for every address.
Flag proxies, VPNs, Tor exit nodes and known malicious IPs.
Local timezone, UTC offset and currency for smarter localization.
Sub-30ms responses from a globally distributed, cached edge network.
Official SDKs for JavaScript, Python, PHP and more, plus bulk lookups.
Spot risky logins and block proxies, VPNs and suspicious regions.
Auto-set language, currency and content by visitor location.
Enrich traffic and event data with accurate geo and network info.
Apply geo-rules and meet regional access and licensing requirements.
Authenticate with a bearer token and call a single endpoint. Responses are JSON, every time.
Get your API key| GET /v1/lookup | Look up a single IP address |
|---|---|
| GET /v1/lookup/me | Look up the caller's own IP |
| POST /v1/batch | Look up up to 1,000 IPs in one request |
| Auth | Bearer token in the Authorization header |
| Format | JSON request & response |
| Rate limit | By plan, from 1,000 lookups/month free |
Start free with no card required, then scale by monthly request volume. Create your account at spocipdata.com.
For testing & small projects.
For growing apps.
For production workloads.
High-volume & SLA.
Trusted by developers and businesses worldwide — handling more than 1 billion API requests every month.