v3

latestOpenAPI 3.1.0raw.githubusercontent.com2026-04-08543999.8 KB
Backorders

Browse the expireds/pending-delete domain marketplace

List domains that are approaching expiration or have recently dropped and are available for backorder registration. Supports filtering by status, TLD, label length, backorder count, and watchlist count.

post/mcp/v1/actions/ud_expireds_list

Request body

querystring

Search by domain name (exact match if contains dot) or label substring

status'COMING_SOON' | 'AVAILABLE_BACKORDER'

Filter by drop status: "COMING_SOON" (not yet dropped) or "AVAILABLE_BACKORDER" (already dropped)

tldsstring[]

Filter by TLD extensions (e.g., ["com", "net"])

sortBy'name' | 'deletionAt' | 'labelLength' | 'watchlistCount' | 'backorderCount'

Sort field (default: "deletionAt")

sortDirection'ASC' | 'DESC'

Sort direction (default: "ASC")

lengthRangenumber[]

Filter by label length range [min, max]. Use max=0 for no upper bound.

bidsRangenumber[]

Filter by backorder count range [min, max]. Use max=0 for no upper bound.

watchlistRangenumber[]

Filter by watchlist count range [min, max]. Use max=0 for no upper bound.

offsetnumber

Number of items to skip for pagination (default: 0)

limitnumber

Maximum number of items to return (1-500, default: 50)

Response

List of expiring/dropped domains

truncatedboolean

Whether the response was truncated to fit within size limits

truncationMessagestring

Message indicating how many results were truncated