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
        • Mail DNS Checker
        • Get Domain Information
        • Get DNS Information
      • User Login
    • v4
      • Games
        • Minecraft
          • Get Minecraft Server
      • Tools
        • Get DNS Information
          GET
        • Get Domain Information
          GET
        • Mail DNS Checker
          GET
        • Validate Email Host
          POST
        • Get Subdomains
          GET
        • Geo IP
          GET
      • User Login
        • Create Secret
          POST
        • Revoke Secret
          DELETE
    • 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 Domain Information

GET
https://api.ricardoneud.com/v4/tools/domaincheck
Maintainer:Ricardoneud.com
This documentation helps you retrieve domain-related information for a given domain. The response contains domain status, SSL info, WHOIS, and safety data.
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET 'https://api.ricardoneud.com/v4/tools/domaincheck' \
--header 'X-Domain;'
Response Response Example
200 - Success
{
    "domain": "ricardoneud.com",
    "ssl": {
        "status": "Valid",
        "validity": "4/15/2025, 10:19:22 PM to 7/14/2025, 10:19:21 PM",
        "expiry": "62 days left"
    },
    "safety": {
        "isSafe": true,
        "message": "Domain is safe"
    },
    "whois": {
        "isRegistered": true,
        "registrar": "Hosting Concepts B.V. d/b/a Registrar.eu",
        "creationDate": "11/22/2024, 8:17:10 AM",
        "expirationDate": "11/22/2026, 8:17:10 AM"
    },
    "dnssec": true
}

Request

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

Responses

🟢200Success
application/json

Fields in the Response:

domain: The domain you queried.
ssl.status: Whether the SSL certificate is valid.
ssl.validity: The date range during which the SSL certificate is valid.
ssl.expiry: Time remaining until the certificate expires.
safety.isSafe: Indicates if the domain is considered safe.
safety.message: Additional info about domain safety.
whois.isRegistered: Whether the domain is currently registered.
whois.registrar: Name of the domain registrar.
whois.creationDate: When the domain was originally registered.
whois.expirationDate: When the domain registration will expire.
dnssec: Indicates if DNSSEC is enabled for the domain.
Body

🟠401Unauthorized
🟠403Forbidden
🟠400Bad Request
🟠429To Many Requests
🔴500Server Error
Modified at 2025-08-20 18:08:46
Previous
Get DNS Information
Next
Mail DNS Checker
Built with