Skip to main content
GET
/
service
/
extract-subdomain
Subdomain Extraction
curl --request GET \
  --url https://oathnet.org/api/service/extract-subdomain \
  --header 'x-api-key: <api-key>'
{
  "success": true,
  "message": "Request completed successfully",
  "data": {
    "subdomains": [
      "abstaging.limabean.co.za",
      "acumatica.limabean.co.za",
      "ag-mobile.limabean.co.za",
      "aglink.limabean.co.za"
    ],
    "count": 100,
    "_meta": {
      "user": {
        "plan": "Pro"
      },
      "lookups": {
        "used_today": 11,
        "left_today": 99988
      }
    }
  }
}
Extract subdomains for a given domain using passive reconnaissance techniques.

Authorizations

x-api-key
string
header
required

API key for authentication (lowercase header name)

Query Parameters

domain
string
required
is_alive
boolean
default:false

Only return alive (HTTP responsive) subdomains

search_id
string

Response

200 - application/json

Subdomains

success
boolean
message
string
data
object