CompleteDNS website screenshot

CompleteDNS

CompleteDNS is a DNS research platform that tracks nameserver modifications and domain drops, with over twenty years of history and billions of recorded changes. The CompleteDNS API exposes domain-scoped lookups that return the chronological history of nameserver changes, drop events, and parking status for a given domain. Both a current v2 API and a legacy v1 API are available, authenticated by API key.

2 APIs 0 Features
DNSDNS HistoryDomain IntelligenceDomainsNameserversThreat Intelligence

APIs

CompleteDNS API v2

The CompleteDNS API v2 returns the historical nameserver record for a domain, including counts of changes and drops, years of history, and a chronologically ordered list of even...

CompleteDNS API v1

The CompleteDNS API v1 (legacy) returns the historical nameserver record for a domain. Includes drop and change counts, TLD support indicator, and chronologically ordered events...

Collections

Pricing Plans

Rate Limits

Completedns Rate Limits

5 limits

RATE LIMITS

FinOps

Semantic Vocabularies

Completedns Context

0 classes · 3 properties

JSON-LD

API Governance Rules

CompleteDNS API Rules

10 rules · 4 errors 5 warnings 1 info

SPECTRAL

Resources

🌐
Portal
Portal
🔗
Documentation
Documentation
📝
Signup
Signup
🔗
Login
Login
💰
Pricing
Pricing
🔗
Contact
Contact
📜
TermsOfService
TermsOfService
📜
PrivacyPolicy
PrivacyPolicy
🔗
JSONLD
JSONLD
🔗
JSONSchema
JSONSchema

Sources

Raw ↑
opencollection: 1.0.0
info:
  name: CompleteDNS API v2
  version: v2
request:
  auth:
    type: apikey
    key: key
    value: '{{key}}'
    placement: query
items:
- info:
    name: DNS History
    type: folder
  items:
  - info:
      name: Get DNS history for a domain
      type: http
    http:
      method: GET
      url: https://api.completedns.com/v2/dns-history/:domain
      params:
      - name: domain
        value: ''
        type: path
        description: The fully qualified domain to look up.
      - name: key
        value: ''
        type: query
        description: API key issued in the CompleteDNS account API section.
    docs: Returns the full history of nameserver changes and drop events for the requested domain, including the count of
      changes, count of drops, years tracked, and a chronologically ordered list of events.
bundled: true