Get IP geolocation data through DNS queries. Perfect for IoT devices, edge computing, and low-bandwidth applications. Fast, reliable, and free (for now!) Try it now: dig TXT $(curl -s icanhazip.com).rslvr.one
No reviews yetBe the first to leave a review for ResolverOne | IP Geo data over DNS
Maker
📌
ResolverOne transforms how you access data by leveraging the ubiquitous DNS protocol. Instead of complex API calls or HTTP requests, you can retrieve structured data using standard DNS tools available on every system.
Current Features: IP Geolocation Data
Our initial release focuses on IP Geolocation data that's freely available to all users. Simply query an IP address as a hostname, and receive comprehensive geolocation information:
# Query IP location data for any IP address
dig TXT 8.8.8.8.rslvr.one
# Returns structured data like:
# "US|United States|North America|NA|15169|Google LLC|google.com"
The response format provides:
Country code and full country name
Continent and continent code
ASN (Autonomous System Number)
AS name and domain
ResolverOne is engineered for speed and reliability:
- Async Python architecture using modern asyncio patterns
- Fast MMDB database lookups powered by our partner IPinfo.io's data for sub-millisecond responses
- High-performance network on Oracle Cloud Infrastructure (OCI)
- Highly-available architecture distributed across multiple Oracle Cloud availability domains for maximum uptime