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 Subdomains

GET
https://api.ricardoneud.com/v4/tools/subdomainfinder
Maintainer:Ricardoneud.com
This documentation helps you retrieve subdomain information by providing the domain. The response will include a list of associated subdomains.
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET 'https://api.ricardoneud.com/v4/tools/subdomainfinder' \
--header 'X-Domain;'
Response Response Example
200 - Success
{
    "status": "success",
    "data": [
        {
            "subdomain": "m.testexample.com",
            "ip": "13.248.169.48"
        },
        {
            "subdomain": "www.example.com",
            "ip": "2.18.121.77"
        }
    ],
    "count": 2,
    "most_common_ip": "13.248.169.48",
    "most_common_ip_count": 1,
    "total_unique_ips": 2
}

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:

subdomain: The subdomain associated with the provided domain.
status: The status of the request (e.g., success, failure).
Body

🟠401Unauthorized
🟠403Forbidden
🟠400Bad Request
🟠429To Many Requests
🔴500Server Error
Modified at 2025-08-19 13:45:27
Previous
Validate Email Host
Next
Geo IP
Built with