Ricardoneud.com
Website
Website
Discord Community
Community Forum
  1. Changelog
  • 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 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. Changelog

v3

Changelog v3#

API version 3 introduces significant enhancements, new features, and improved security measures designed to provide better flexibility and access to domain-related data. This version builds on the performance improvements introduced in v1 and v2, while paving the way for future expansions.

πŸ†• New Endpoints#

🌐 Domain Check#

A new Domain Check endpoint has been introduced to provide detailed information about domains:
Domain Check
Retrieve comprehensive information about a domain, including SSL certificate status, WHOIS data, and DNSSEC status.

Available Data Includes:#

{
    "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
}
Use case: Domain monitoring, security checks, and registration details verification.

πŸ”§ Improvements#

πŸ›‘οΈ Enhanced Security#

Encrypted Data Handling
All API endpoints now handle encrypted data, ensuring that sensitive information is securely transmitted and stored. This significantly reduces the risk of data theft or unauthorized access.
API Key Protection
API keys are now more secure with enhanced encryption, ensuring that they cannot be easily stolen or misused.

🐞 Bug Fixes#

Bug-Free Endpoints
All API endpoints have been thoroughly tested and optimized to ensure they are bug-free, providing a more reliable and stable experience.

πŸš€ Future Expansions#

We are committed to continuously improving our API and introducing new features to meet the evolving needs of our users. Stay tuned for more updates and enhancements in future versions.
We’re here to help! If you ever run into any issues or have questions about using the API, don’t hesitate to reach out. Our support team is always ready to assist.
Modified atΒ 2025-07-27 12:28:15
Previous
v2
Next
v4
Built with