Ricardoneud.com
Website
Website
Discord Community
Community Forum
  1. Tools
  • Home
  • Frequently Asked Questions
  • Api
    • User Login
    • Changelog
      • v1
      • v2
      • v3
      • v4
    • v1
      • Clients
        • Licenses
          • Get Licenses
      • Tools
        • Get Subdomains
        • Mail DNS Checker
        • Get DNS Information
    • v2
      • Clients
        • Licenses
          • Get Licenses
      • Games
        • Minecraft
          • Get Minecraft Server
      • Reseller
        • Licenses
          • Check License
          • Generate License
          • Update License
          • Delete License
      • Tools
        • Get Subdomains
        • Mail DNS Checker
        • Get DNS Information
    • v3
      • Games
        • Minecraft
          • Get Minecraft Server
        • Fivem
          • Get Fivem Server
      • Reseller
        • Licenses
          • Check License
          • Generate License
          • Update License
          • Delete License
      • Tools
        • Get Subdomains
          GET
        • Mail DNS Checker
          GET
        • Get Domain Information
          GET
        • Get DNS Information
          GET
      • User Login
        POST
    • v4
      • Games
        • Minecraft
          • Get Minecraft Server
      • Tools
        • Get DNS Information
        • Get Domain Information
        • Mail DNS Checker
        • Validate Email Host
        • Get Subdomains
        • Geo IP
      • User Login
        • Create Secret
        • Revoke Secret
    • Oauth2
      • Access Token
        POST
      • Read Profile
        GET
  • Products
    • Next.js Docs Template
      • Installation
        • VPS Installation
        • Pterodactyl Installation
    • Game Panels
      • Pterodactyl
        • Eggs
          • Installation
            • Next.js Egg
        • Extensions
          • Installation
            • Pterodactyl Livechat
      • Pelican
        • Eggs
          • Installation
            • Next.js Egg
    • Donate Me
      • Installation
        • VPS Installation
        • Pterodactyl Installation
    • LicenseForge
      • Installation
        • VPS Installation
        • Webhost Installation
    • Billing Portals
      • Paymenter
        • Extensions
          • Discord Linked Roles
            • Installation
            • Setting Up
          • CyberPanel
            • Installation
            • Setting Up
          • NeudAuth
            • Installation
            • Setting Up
      • WHMCS
        • Extensions
          • Installation
            • Ticket Spam Checker
            • Chatwoot Livechat
  • ProbeCore
    • Introduction
    • Self Hosting
      • Installation
        • VPS Installation
        • Pterodactyl Installation
  1. Tools

Get DNS Information

Obsolete
GET
https://api.ricardoneud.com/v3/tools/dnscheck
Maintainer:Ricardoneud.com
This documentation helps you retrieve DNS information by providing the domain. The response contains the DNS type, IP address, and the status.
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET 'https://api.ricardoneud.com/v3/tools/dnscheck' \
--header 'X-Domain;' \
--header 'X-Record-Type;'
Response Response Example
[
    {
        "location": "Home",
        "ip": "54.86.50.139",
        "provider": "Local Network",
        "dns_results": [
            {
                "type": "A",
                "host": "example.com",
                "ip": "1.1.1.1"
            }
        ],
        "resolved": true
    },
    {
        "location": "San Francisco CA, United States",
        "ip": "208.67.222.220",
        "provider": "OpenDNS",
        "dns_results": [
            {
                "type": "A",
                "host": "example.com",
                "ip": "8.8.8.8"
            }
        ],
        "resolved": true
    }
]

Request

Authorization
Bearer Token
Provide your bearer token in the
Authorization
header when making requests to protected resources.
Example:
Authorization: Bearer ********************
or
API Key
Add parameter in header
Basic
Example:
Basic: ********************
or
Header Params

Responses

🟢200Success
application/json
The following DNS record types are supported by the API:
A: IPv4 address record
AAAA: IPv6 address record
MX: Mail exchange record
NS: Name server record
PTR: Pointer record
CNAME: Canonical name record
SOA: Start of authority record
TXT: Text record
SRV: Service record
CAA: Certification Authority Authorization record
DS: Delegation Signer record
DNSKEY: DNS Key record
Body

Modified at 2025-08-17 16:21:29
Previous
Get Domain Information
Next
User Login
Built with