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
  • v1
  • Clients
    • Licenses
      • Get Licenses
  • Tools
    • Get Subdomains
      GET
    • Mail DNS Checker
      GET
    • Get DNS Information
      GET
  1. Tools

Get Subdomains

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

Request

Authorization
Provide your bearer token in the
Authorization
header when making requests to protected resources.
Example:
Authorization: Bearer ********************
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/v1/tools/subdomainfinder' \
--header '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
Get Licenses
Next
Mail DNS Checker
Built with