Skip to content

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

License

Notifications You must be signed in to change notification settings

rareseu/DNSChecker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

Topics

Resources

License

Stars

Watchers

Forks