Subdomain Finder – Endpoint
Base URL
https://api.rsch.ioPath
/api/v1/recon/subdomainsMethod
GETQuery Parameters
domain– Required. Root domain to scan, for examplevulnweb.com.
Example Request
GET https://api.rsch.io/api/v1/recon/subdomains?domain=vulnweb.comResponses follow the standard API envelope:
{
"status": "success",
"request_id": "uuid-v4",
"date": "2025-11-19 07:00:00",
"duration": 0.12345,
"data": { "...": "module-specific payload" }
}On error, the envelope contains an error field with a human-readable message.
Last updated on