Look up the registration date and age of any domain name using live WHOIS data. Useful for SEO research, fraud detection, due diligence, and competitive analysis. No sign-up required.
Enter any domain name to look up its registration date and age
Every domain name has a registration date recorded in the global WHOIS database. We query that record in real time to tell you exactly how old a domain is.
When you check a domain, we query the global WHOIS database — the authoritative record of who registered a domain name and when. WHOIS data is maintained by registrars and updated within hours of any domain registration.
The WHOIS record contains the original registration date — the day the domain was first created. This date does not reset when a domain is transferred or renewed, making it a reliable indicator of true domain age.
We calculate the exact age from the registration date to today, returning both years and days so you have precise data. Results are cached to keep the tool fast for popular domains.
Search engines factor domain age into trust and authority scores. Older domains with a consistent history tend to rank more easily for competitive keywords. If you are buying a domain or evaluating a competitor, domain age is a key signal.
Fraudsters and phishing operators routinely register new domains to avoid blacklists. A domain registered within the past 30–90 days is a significant risk signal. Combining domain age with IP intelligence gives you a powerful fraud scoring model.
When evaluating a vendor, partner, or acquisition target, domain age reveals how long they have actually been operating online. A company claiming 10 years of experience with a 2-year-old domain is a red flag worth investigating.
Integrate domain age lookups directly into your application. Simple REST API returning JSON — no SDK required.
https://ip-api.io/api/v1/domain/age/{domain}
Returns the registration date and age for any domain name. Rate limited by IP address — no API key required for free-tier use.
{
"domain": "google.com",
"is_valid": true,
"registration_date": "1997-09-15",
"age_in_years": 28,
"age_in_days": 10437,
"error": null
}
domain
The domain name that was queried
is_valid
Whether the domain name has a valid format
registration_date
The original registration date in YYYY-MM-DD format (null if not found)
age_in_years
Domain age in full years (null if registration date unavailable)
age_in_days
Domain age in total days (null if registration date unavailable)
error
Error message if the lookup failed, null on success
curl "https://ip-api.io/api/v1/domain/age/google.com"
import requests
response = requests.get("https://ip-api.io/api/v1/domain/age/google.com")
data = response.json()
print(f"Domain: {data['domain']}")
print(f"Registered: {data['registration_date']}")
print(f"Age: {data['age_in_years']} years ({data['age_in_days']} days)")
const response = await fetch("https://ip-api.io/api/v1/domain/age/google.com");
const data = await response.json();
console.log(`Domain: ${data.domain}`);
console.log(`Registered: ${data.registration_date}`);
console.log(`Age: ${data.age_in_years} years (${data.age_in_days} days)`);
Start using IP-API.io to make your website safer and more user-friendly. Keep out unwanted bots, show visitors content that's relevant to where they are, and spot risky IP addresses quickly. It's perfect for making online shopping more personal and keeping your site secure. Get started today with one of the plans!
Everything you need to know about domain age and how to check it.
Domain age is how long a domain name has been registered, measured from its original registration date to today. It is retrieved from WHOIS records maintained by domain registrars and registries worldwide. A domain registered in 1997 is considered very old; one registered last month is considered new.
Domain age is one of many signals search engines use when evaluating trust and authority. Older domains have typically accumulated more backlinks, content, and user history — all positive ranking signals. A newly registered domain must build that trust from scratch, which is why new sites take longer to rank for competitive keywords.
You can check domain age using the free tool on this page — enter any domain name and
get the registration date and age instantly. For programmatic use, the ip-api.io Domain
Age API at GET https://ip-api.io/api/v1/domain/age/{domain} returns the
registration date, age in years, and age in days in JSON format.
Yes. Very new domains — registered within the past 30 to 90 days — are frequently associated with phishing campaigns, spam, and fraud operations. Fraudsters register fresh domains to avoid blacklists. Checking domain age as part of fraud detection lets you flag or block interactions from suspiciously new domains before they cause harm.
Yes, the interactive domain age checker tool on this page is completely free with no sign-up required. The Domain Age API is also available on a free tier for low-volume use. Higher-volume API access is available on paid plans with higher rate limits and SLA guarantees.
Explore how IP-API.io can enhance your security, provide robust bot protection, and improve IP geolocation accuracy for your applications.
Contact SupportCustomize your experience with tailored plans that fit your IP security and geolocation needs.
Email Us