Developer Hub

Build with IP Dekho

Integrate powerful IP intelligence, geolocation, and threat analysis into your applications with our simple RESTful API.

Lightning Fast

Sub-50ms response times with global edge caching and optimized query paths.

Enterprise Security

TLS 1.3 encryption, rate limiting, and API key authentication on every request.

99.9% Uptime

Distributed across multiple regions with automatic failover and health monitoring.

Rich Documentation

Comprehensive guides, code examples in 6+ languages, and interactive API explorer.

Quick Start

Get up and running in under a minute.

curl -X GET "https://api.ipdekho.com/v1/lookup/8.8.8.8" \
  -H "Authorization: Bearer YOUR_API_KEY" \
  -H "Content-Type: application/json"

Sample Response

Clean, structured JSON with all the data you need.

200 OK — application/json
{
  "ip": "8.8.8.8",
  "city": "Mountain View",
  "region": "California",
  "country": "US",
  "country_name": "United States",
  "postal": "94035",
  "latitude": 37.386,
  "longitude": -122.0838,
  "timezone": "America/Los_Angeles",
  "isp": "Google LLC",
  "org": "Google Public DNS",
  "asn": "AS15169"
}

API Endpoints

Everything you need, one GET request away.

GET/v1/lookup/{ip}

Get geolocation, ISP, and network details for an IP address

GET/v1/blacklist/{ip}

Check if an IP address is listed on any major blacklists

GET/v1/whois/{domain}

Retrieve WHOIS registration data for a domain or IP

GET/v1/dns/{domain}

Perform DNS lookups and check for DNS leaks

GET/v1/ports/{ip}

Scan common ports on a target IP address

GET/v1/my-ip

Get the caller's own IP address and basic info

Plans & Rate Limits

Start free. Scale when you're ready.

Free

$0

1,000 requests/mo • 10 req/min

  • IP Geolocation
  • Basic WHOIS
  • Community Support

Pro

$29/mo

50,000 requests/mo • 100 req/min

  • All Free features
  • Blacklist Check
  • Port Scanner
  • Priority Support

Enterprise

Contact Us

Unlimited requests/mo • Custom

  • All Pro features
  • Dedicated endpoint
  • SLA guarantee
  • Custom integrations

Ready to Start Building?

Get your free API key in seconds and start integrating IP intelligence into your product today.

Get Started