discovers subdomains observed for a domain, each with first_seen and last_seen dates so you can tell live infrastructure from historical …
{
"success": true,
"message": "",
"data": {
"order_id": "W2A1739512345abcdef01",
"result": {
"domain_name": "way2api.com",
"total_records": 3,
"current_page": 1,
"total_pages": 1,
"subdomains": [
{
"name": "app.way2api.com",
"first_seen": "2026-04-30",
"last_seen": "2026-05-03"
},
{
"name": "www.way2api.com",
"first_seen": "2020-09-21",
"last_seen": "2026-04-09"
},
{
"name": "stage-y4du5xz.way2api.com",
"first_seen": "2026-04-30",
"last_seen": "2026-06-30"
}
],
"queried_at": "2026-08-04T13:32:44.526753615"
}
}
}
{
"success": false,
"message": "please pass correct parameters",
"data": {
"order_id": "W2A1739512345abcdef01",
"error_code": "Invalid Param Exception"
}
}
| Code | Meaning |
|---|---|
| 200 | OK — Request successful |
| 400 | Bad Request — Missing or invalid parameters |
| 401 | Unauthorized — Invalid or missing API key |
| 429 | Too Many Requests — Rate limit exceeded |
| 500 | Server Error — Try again later |
Start with free trial API calls. No credit card required.
Get API Key — Free Browse All APIs