The Database Files Status endpoint returns a single JSON document describing the current state of every downloadable WhoisFreaks database file. For each file group, you get the last update date (when the most recent snapshot was generated) and the available from date (the earliest snapshot still hosted on our servers).
Use this endpoint to:
YYYY-MM-DD format. When a particular cadence is not produced for a given dataset, the value is the literal string "Not Available".A successful request returns 200 OK with a JSON object. The top-level keys correspond to product groups; nested objects describe individual file types and (where applicable) their daily, weekly, and monthly variants.
Every leaf object in the response shares the same shape, alast_updateand anavailable_fromdate. The table below describes the top-level groups.
| Field | Type | Description |
|---|---|---|
| newly | object | Newly registered domain feeds, segmented by TLD type and cleanup state.
|
| expired | object | Expired domains feed (with WHOIS). |
| cleaned_expired | object | Cleaned expired domains feed, with duplicates and parking artefacts removed. |
| dropped | object | Dropped (deleted, available for registration) domains feed. |
| dropped_with_backlinks | object | Dropped domains enriched with backlink and authority signals. |
| database_updates | object | Full-database snapshots offered in three cadences. Each child hasdaily,weekly, andmonthly sub-keys.
|
| Field | Type | Description |
|---|---|---|
| last_update | string | ISO date (YYYY-MM-DD) of the most recent snapshot. Returns"Not Available"if no snapshot has ever been produced. |
| available_from | string | ISO date (YYYY-MM-DD) of the earliest snapshot still hosted. Use this as the lower bound of your back-fill range. |