Everything you need to know about our tools and APIs
Select from our suite of DNS and network diagnostic tools based on your needs.
Browse Tools →Integrate our DNS and network diagnostic tools into your applications using our RESTful API. All API endpoints return JSON responses.
Base URL:
https://dnslookup.pro/api/v1
Most public endpoints require no authentication. For higher rate limits, register for an API key.
/dns-lookup-api
Perform DNS lookups for any domain with support for multiple record types.
| Parameter | Type | Required | Description |
|---|---|---|---|
| domain | string | Yes | Domain name to lookup |
| type | string | No | Record type (A, AAAA, MX, etc.) |
| server | string | No | DNS server to use |
curl -X GET "https://dnslookup.pro/dns-lookup-api?domain=example.com&type=A"
{
"status": "success",
"domain": "example.com",
"type": "A",
"records": [
{
"ip": "93.184.216.34",
"ttl": 3600
}
],
"server": "8.8.8.8",
"query_time": "45ms"
}
/whois-api
Retrieve WHOIS information for domains including registration, expiration, and nameservers.
curl -X GET "https://dnslookup.pro/whois-api?domain=example.com"
/ip-whois-lookup-api
Get detailed information about an IP address including geolocation, ISP, and ASN.
{
"status": "success",
"ip": "8.8.8.8",
"organization": "Google LLC",
"country": "United States",
"city": "Mountain View",
"asn": "AS15169",
"isp": "Google LLC"
}
/ssl-checker-api
Analyze SSL/TLS certificates for validity, expiration, and configuration issues.
We're continuously expanding our API. Contact us at [email protected] for feature requests or enterprise API access.
Yes! All our core tools are completely free. We believe everyone deserves access to reliable network diagnostic tools.
No account is required for basic usage. However, creating an account gives you access to saved queries, higher API rate limits, and additional features.
Our tools query authoritative sources and use multiple DNS servers for accuracy. Results are as accurate as the underlying DNS infrastructure.
We keep minimal anonymized logs for diagnostics and abuse prevention (7 days). See our Privacy Policy for details.
Yes, subject to our Terms of Service. For high-volume commercial use, please contact us about enterprise plans.
Free tier: 60 requests/minute. Authenticated users: 120 requests/minute. Enterprise: Custom limits. Contact us for higher limits.
Please email [email protected] with details. We respond to abuse reports within 4-8 hours.
We're working on embeddable widgets. Contact us at [email protected] to discuss integration options.
Queries (domain names, IP addresses) are processed in real-time and cached briefly for performance. We may log anonymized request data for diagnostics for up to 7 days.
Your IP address is logged for rate limiting and abuse prevention. IP logs are retained for 30 days.
We use essential cookies for functionality and Google Analytics for usage statistics (with IP anonymization). See our Cookie Policy.
We use Cloudflare (CDN), Google Analytics (analytics), and MonoVM (hosting). Each has their own privacy policies.
Under GDPR and privacy laws, you have rights to access, rectify, delete, and port your data. Contact [email protected].
Privacy Summary: We may log anonymized request data for diagnostics. Read our Privacy Policy for complete details.
We may log anonymized request data for diagnostics. Read our Privacy Policy.
© 2025 DNS Lookup. All rights reserved. Proudly Hosted on MonoVM VPS Hosting
We use HTTPS, HSTS, and regular security reviews. Report issues at [email protected]
If you believe a tool is being misused, report it at [email protected]