Skip to main content
GET
Get an app

Authorizations

Authorization
string
header
required

Authorization: Bearer <key>. Used when both headers are present.

Path Parameters

hostname
string
required

The app's hostname, exactly as returned by search.

Response

The app record.

hostname
string
required

The app's hostname, its stable identifier.

hasVerifiedCreds
boolean
required

True when at least one credential finding was verified.

emailCount
integer
required

Number of addresses in emails.

title
string

Page title at the last snapshot. Omitted when the page had none.

status
integer

HTTP status at the last snapshot. Omitted when unknown.

provider
string

Provider slug, as listed on the providers page.

lastSeen
string<date-time>

Time of the last visit that found the host alive, RFC 3339 in UTC. Usually the last snapshot; a fallback probe refreshes it without replacing the snapshot's artifacts. Omitted when the app has never been visited.

faviconHash
integer<int32>

Shodan-compatible favicon hash. Omitted when no favicon was fetched.

faviconUrl
string<uri>

URL of the stored favicon. Omitted when none was fetched.

screenshotUrl
string<uri>

URL of the stored screenshot. Omitted when the render failed.

htmlUrl
string<uri>

URL of the stored page source. Omitted when the render failed.

text
string

Visible text extracted at the last snapshot, truncated for long pages. Omitted when empty.

verifiedDetectors
string[]

Names of the detectors with a verified finding. Omitted when none.

emails
string[]

Email addresses found on the page. Omitted when none.

credentials
object[]

Every credential finding, verified or not. Omitted when there are no findings.