πŸ›‘οΈ TLDRegistryAPI BETA

Instant insights on 1900+ TLDs β€” rules, reputation, abuse risk & WHOIS β€” in one API. Free during beta..

πŸ”Ž Free TLD Risk & Rules Check

Check any domain’s TLD for restrictions, reputation, abuse history, WHOIS, and more.

πŸ’¬ You’re testing a beta version β€” we’d love your feedback!

πŸ“¦ What You Get
  • 🌍 Covers 1900+ TLDs (e.g. .com, .ai, .bank, .uk)
  • πŸ” Live TLD status β€” active or deprecated
  • ⚠️ Risk scores for spam, phishing, abuse
  • πŸ“œ Registry rules: open/restricted, requirements
  • πŸ“‡ WHOIS & RDAP server info
  • πŸ“Š Metadata: launch date, type (gTLD, ccTLD), operator
β€πŸ’» Code Examples

Use TLDRegistryAPI in your favorite language:


curl --location 'https://tldregistryapi.com/tld/check?tld=app'
    

import requests
url = "https://tldregistryapi.com/tld/check?tld=app"
resp = requests.request("GET", url)
print(resp.json())
    

fetch("https://tldregistryapi.com/tld/check?tld=app", {
method: "GET"
})
.then(res => res.json())
.then(data => console.log(data));
    

Raw Json Response: (click to expand)
View Summary: (click to expand)
❗ Why It Matters
  • 🚨 100+ new gTLDs are launched every year β€” some are risky, some are restricted.
  • πŸ“‰ Spam and phishing campaigns often use obscure or abused TLDs.
  • πŸ” Registrars and platforms need to verify domains before trust is granted.
  • πŸ“Š Without structured TLD data, you’re guessing β€” not filtering.
πŸ”§ Where You Can Use It

Practical ways to use the API to enhance trust, security, and compliance across domain systems.

  • Security Tools – Flag suspicious TLDs in threat intel feeds
  • SaaS Platforms – Block high-risk signups using shady TLDs
  • Registrars & Hosts – Warn users about restricted or dangerous TLDs
  • Email Validation Services – Add TLD trust signals to inbox filtering
πŸ”” Want Launch Updates?

Join 30+ developers and marketers using TLDRegistryAPI and get full TLD insights at scale.

Request/Bug? Email me