Know Every New Domain. Before Anyone Else.
Track new domains as they come online across 1000+ TLDs. Spot brand threats, find trending keywords, discover competitor moves, and catch dropping domains.
| Domain | TLD | Registrar | Detected |
|---|
# Get today's new registrations curl -H "X-API-Key: YOUR_KEY" \ "https://newreg.in/api/v1/nrd?date=2026-03-30&tld=in" # Download as CSV curl -H "X-API-Key: YOUR_KEY" \ "https://newreg.in/api/v1/nrd/download?date=2026-03-30" # Filter by TLD curl -H "X-API-Key: YOUR_KEY" \ "https://newreg.in/api/v1/nrd?tld=com&limit=1000"
# Stream new registrations in real-time
curl -H "X-API-Key: YOUR_KEY" \
"https://newreg.in/api/v1/stream?tld=in"
# Response (Server-Sent Events):
data: {"domain":"startup.in","tld":"in",
"registrar":"GoDaddy","detected_at":"..."}
data: {"domain":"newbrand.ai","tld":"ai",
"registrar":"Dynadot","detected_at":"..."}
All data sourced from public, freely accessible protocols. No proprietary or restricted data.