Loading
Loading
https://api.apifreaks.com/v1.0/subdomains/lookup
$ pip install requests
Click Test it to start the request and see the response here!
| Field | Type | Requirement | Description |
|---|---|---|---|
| domain | String | Mandatory | The domain name for which subdomains are retrieved. |
| status | Boolean | Mandatory | Indicates whether the request was successfully processed or not. |
| query_time | String | Mandatory | Timestamp showing when the API request was executed. |
| current_page | Integer | Mandatory | The current page number of the paginated response. |
| total_pages | Integer | Mandatory | Total number of pages available for the given query. Each Page has 100 subdomain entries in it. |
| total_records | Integer | Mandatory | Total number of subdomains found for the domain. |
| subdomains | Array | Mandatory | Returns an array of subdomain objects. Each object contains detailed information about an individual subdomain. |
Each object in the subdomains array contains the following fields.
| Field | Type | Requirement | Description |
|---|---|---|---|
| subdomain | String | Mandatory | The discovered subdomain associated with the given domain. |
| first_seen | String | Mandatory | The date when the subdomain was first discovered. |
| last_seen | String | Optional | The most recent date when the subdomain was observed. This field is only returned if the subdomain has been re-detected after its initial discovery. |
| inactive_from | String | Optional | The date from which the subdomain is considered inactive. This field appears only if the subdomain is no longer active. |