GET
/
v1
/
asset
/
enumerate
/
contents
curl --request GET \
  --url https://api.projectdiscovery.io/v1/asset/enumerate/contents \
  --header 'X-API-Key: <api-key>'
{
  "current_page": 123,
  "result_count": 123,
  "total_results": 123,
  "total_pages": 123,
  "message": "<string>",
  "data": [
    {
      "enumeration_id": "<string>",
      "name": "<string>",
      "created_at": "<string>",
      "updated_at": "<string>",
      "id": 123,
      "labels": [
        "<string>"
      ],
      "cname": [
        "<string>"
      ],
      "host": "<string>",
      "port": 123,
      "ip": [
        "<string>"
      ],
      "status_code": 123,
      "content_length": 123,
      "title": "<string>",
      "technologies": [
        "<string>"
      ],
      "webserver": "<string>",
      "method": "<string>",
      "source": "<string>",
      "is_new": true,
      "type": "<string>",
      "asset_hash": "<string>",
      "technology_details": {},
      "screenshot_path": "<string>",
      "favicon": "<string>",
      "favicon_body": "<string>",
      "cdn_name": "<string>",
      "chain_status_codes": [
        "<string>"
      ],
      "domain_name": "<string>",
      "redirect_location": "<string>"
    }
  ]
}

Authorizations

X-API-Key
string
header
required

Headers

X-Team-Id
string

Retrieve the Team ID from: https://cloud.projectdiscovery.io/settings/team

Query Parameters

offset
integer
default:
0

The number of items to skip before starting to collect the result set

limit
integer
default:
100

The numbers of items to return

is_tech
boolean

Return records that have technologies

is_favicon
boolean

Return the records that have favicon

Search on the content name

labels
string

Filter by comma separated labels, e.g-> labels=p1,p2

is_new
boolean

Filter by new content

host
string

Filter by comma separated labels, e.g-> host=p1,p2

port
string

Filter by port separated labels, e.g-> port=p1,p2

status_code
string

Filter by status code separated labels, e.g-> status_code=p1,p2

title
string

Filter by title separated labels, e.g-> title=p1,p2

content_length
string

Filter by content length separated labels, e.g-> content_length=p1,p2

domain
string

Filter by domain names separated labels, e.g-> domain=domain1.com,domain2.com

cname
string

cname to filter

technologies
string

technologies to filter

ip
string

ips to filter

sort_asc
string

comma separated ascending sorting e.g sort_asc=created_at,name

sort_desc
string

comma separated descending sorting e.g sort_desc=created_at,name

Response

200
application/json
Example response
current_page
integer
required
result_count
integer
required
total_results
integer
required
total_pages
integer
required
message
string
required
data
object[]
required