GET
/
v1
/
asset
/
domain
/
{domain_name}
/
stats
Get domain stats
curl --request GET \
  --url https://api.projectdiscovery.io/v1/asset/domain/{domain_name}/stats \
  --header 'X-API-Key: <api-key>'
{
  "asset_stats": {
    "host": 123,
    "new_assets": 123,
    "total_assets": 123,
    "technologies": 123,
    "domains": 123,
    "port": 123,
    "screenshots": 123,
    "vulnerabilities": 123
  },
  "enumeration_stats": {
    "total_enumeration": 123,
    "total_unique_enumeration": 123,
    "total_uploaded_enumeration": 123,
    "total_discovery_enumeration": 123,
    "total_cloud_enumeration": 123
  }
}

Authorizations

X-API-Key
string
header
required

Headers

X-Team-Id
string

Path Parameters

domain_name
string
required

Query Parameters

time
enum<string>

time filter to select

Available options:
last_day,
last_week,
last_month,
last_3_months,
last_6_months,
last_12_months,
all_time
start_date
string<date>

time filter start date

end_date
string<date>

time filter end date

Response

200
application/json

Example response

The response is of type object.