codedededi / DNSChecker

DNS Checker API with unlimited use, no restrictions applied. Open Source.

Home Page:https://dnschecker.rares.eu.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

DNS Checker API - Unlimited use

Open source DNS Checker API with unlimited use, no restrictions applied.

API Reference (Usage)

  1. https://dnschecker.rares.eu
  2. https://dnschecker.rares.eu.org

Using any of the above link, make GET requests following:

  GET https://dnschecker.rares.eu.org/type/url/dns?
Parameter Type Description
type string Required. Type (A, AAAA, ...); List below.
url string Required. Please note: the domain value should be sent without http:// or https://
dns string Optional. default: Google DNS.
Available: Google, Cloudflare, OpenDNS, Verisign, DNSWatch, Freenom, AliDNS & Dyn. List from publicdns.xyz

Please note: All parameters are case-insensitive.

Supported types:

  • A (including ttl)
  • AAAA (including ttl)
  • MX
  • NS
  • SOA
  • TXT
  • CAA
  • CNAME
  • NAPTR
  • PTR
  • SRV
  • ALL (when using /all/, the API will return A, AAAA, CAA, CNAME, MX, NS, SOA, SRV and SRV values)

Examples:

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

Please make sure to update tests as appropriate.

License

MIT

About

DNS Checker API with unlimited use, no restrictions applied. Open Source.

https://dnschecker.rares.eu.org

License:ISC License


Languages

Language:JavaScript 100.0%