Ricardoneud.com
DocumentationHelp Center
API Reference
  • Production
  • Sandbox (Coming Soon)
DocumentationHelp Center
API Reference
  • Production
  • Sandbox (Coming Soon)
Discord Community
Github
  1. Tools
  • Back to home
  • 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
  1. Tools

Get Subdomains

Obsolete
GET
https://api.ricardoneud.com/v3/tools/subdomainfinder
This documentation helps you retrieve subdomain information by providing the domain. The response will include a list of associated subdomains.

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

Fields in the Response:

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

Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET 'https://api.ricardoneud.com/v3/tools/subdomainfinder' \
--header 'X-Domain;' \
--header 'Authorization: Bearer <token>'
Response Response Example
{
    "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
}
Modified at 2025-10-23 17:49:25
Previous
Delete License
Next
Mail DNS Checker
Built with