DNS Propagation Checker API

GET

Confirm your DNS updates have taken effect around the world.

DNS Propagation Checker verifies if DNS changes have propagated across multiple global DNS servers. It queries DNS servers worldwide to show the current state of your DNS records.

Try it — live request, no key required

Request
GETapi.apiverve.com/v1/dnspropagation?domain=google.com
Query parameters
Verification
Format

No key required to try it. Get a key to use it in your app.

Example
{
  "status": "ok",
  "error": null,
  "data": {
    "domain": "google.com",
    "recordType": "A",
    "propagationComplete": false,
    "serversChecked": 10,
    "serversResponded": 10,
    "uniqueResponses": 35,
    "results": [
      {
        "server": "Google",
        "location": "United States",
        "ip": "8.8.8.8",
        "success": true,
        "records": [
          "192.179.16.100",
          "192.179.16.101",
          "192.179.16.102",
          "192.179.16.113",
          "192.179.16.138",
          "192.179.16.139"
        ],
        "error": null,
        "responseTime": 6
      },
      {
        "server": "Cloudflare",
        "location": "Global",
        "ip": "1.1.1.1",
        "success": true,
        "records": [
          "142.250.177.238"
        ],
        "error": null,
        "responseTime": 38
      },
      {
        "server": "OpenDNS",
        "location": "United States",
        "ip": "208.67.222.222",
        "success": true,
        "records": [
          "173.194.193.100",
          "173.194.193.101",
          "173.194.193.102",
          "173.194.193.113",
          "173.194.193.138",
          "173.194.193.139"
        ],
        "error": null,
        "responseTime": 24
      },
      {
        "server": "Quad9",
        "location": "Global",
        "ip": "9.9.9.9",
        "success": true,
        "records": [
          "142.250.125.100",
          "142.250.125.101",
          "142.250.125.102",
          "142.250.125.113",
          "142.250.125.138",
          "142.250.125.139"
        ],
        "error": null,
        "responseTime": 13
      },
      {
        "server": "Control D",
        "location": "Global",
        "ip": "76.76.2.0",
        "success": true,
        "records": [
          "74.125.202.100",
          "74.125.202.101",
          "74.125.202.102",
          "74.125.202.113",
          "74.125.202.138",
          "74.125.202.139"
        ],
        "error": null,
        "responseTime": 15
      },
      {
        "server": "Level3",
        "location": "United States",
        "ip": "4.2.2.1",
        "success": true,
        "records": [
          "142.251.186.100",
          "142.251.186.101",
          "142.251.186.102",
          "142.251.186.113",
          "142.251.186.138",
          "142.251.186.139"
        ],
        "error": null,
        "responseTime": 22
      },
      {
        "server": "Verisign",
        "location": "United States",
        "ip": "64.6.64.6",
        "success": true,
        "records": [
          "142.251.211.14"
        ],
        "error": null,
        "responseTime": 24
      },
      {
        "server": "DNS4EU",
        "location": "Europe",
        "ip": "86.54.11.100",
        "success": true,
        "records": [
          "142.251.34.238"
        ],
        "error": null,
        "responseTime": 116
      },
      {
        "server": "Yandex",
        "location": "Russia",
        "ip": "77.88.8.8",
        "success": true,
        "records": [
          "142.251.38.110"
        ],
        "error": null,
        "responseTime": 149
      },
      {
        "server": "Hurricane Electric",
        "location": "United States",
        "ip": "74.82.42.42",
        "success": true,
        "records": [
          "142.251.214.206"
        ],
        "error": null,
        "responseTime": 18
      }
    ]
  }
}

About the DNS Propagation Checker API

DNS Propagation Checker works by querying the same DNS record from multiple geographically distributed DNS servers. This helps identify if recent DNS changes have propagated globally or if some regions still have cached old records.

What people use it for

DNS Change Verification
Verify that DNS changes have propagated globally after updating nameservers, A records, or other DNS settings
Troubleshooting
Diagnose DNS issues by checking if different regions see different DNS values
Migration Monitoring
Monitor DNS propagation during domain or hosting migrations to know when it's safe to proceed
TTL Verification
Verify that TTL settings are working correctly by checking propagation timing

Ways to call it

One endpoint, many ways in — REST with JSON, XML, YAML and CSV, plus GraphQL and an MCP interface for AI agents.

JSON
Default REST response
XML
Markup format
YAML
Human-readable
CSV
Tabular export
Beta
GraphQL
Query language
New
MCP
For AI agents

Other ways to use DNS Propagation Checker

Same data, same APIVerve account, same credit balance — one key works on all of them.

Questions.

Common questions about the DNS Propagation Checker API.

Read the docs →
Which DNS record types can I check?
You can query common record types including A, AAAA, MX, and other standard records. The API queries geographically distributed resolvers from providers like Google, Cloudflare, and OpenDNS to show you the current records held across different regions.
Do I get server response times on the Free plan?
No, resolver response times are premium fields. The Free plan returns the resolved records, server locations, and propagation status, but milliseconds per server require any paid plan, starting with Starter.
Is it cheap enough to run propagation checks after every domain migration?
Yes. Each check costs 30 credits, allowing up to 6,666 checks each month on the Starter plan. That works out to roughly $0.0045 per check (or $4.50 per 1,000 checks). The Free plan includes 6 checks per month for testing.
How fresh are the DNS propagation results?
All checks are conducted in real time. DNS Propagation Checker queries live global resolvers such as Google, Cloudflare, and OpenDNS upon request, giving you the immediate state of DNS caches worldwide rather than cached historical data.
What happens if an individual DNS server fails to respond?
The overall API call still succeeds. If an individual resolver times out or encounters an error, its specific result marks success as false and includes an error message, while the remaining servers return their resolved records normally.
Can I use propagation data in a commercial customer dashboard?
Yes, as long as you are on a paid plan. You can display propagation status and resolution results inside your commercial software or migration workflows, provided you do not resell or redistribute the raw API data as a standalone service.

Ready to build with DNS Propagation Checker? Start with 200 free credits — one key unlocks all 300+ APIs.

Explore the catalog

300+ APIs on the same key and the same response shape.

Browse all APIs