Skip to content

Latest commit

 

History

History
49 lines (38 loc) · 1.82 KB

README.md

File metadata and controls

49 lines (38 loc) · 1.82 KB

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