GET · Domains
List the domains open for a Snapback booking
List the domains open for a Snapback booking
/api/v1/snapback/domains
Description
Returns data[] of dropping domains — domain, expiresAt, length, price (ex VAT), priceGross (inc VAT) and canBeBooked — plus hasMore / nextCursor. Book one with book_snapback_domain; check what it would cost this account with get_snapback_eligibility.
Query parameters
| Name | Type | Description |
|---|---|---|
query
|
string |
Optional: only domains whose name contains this text, e.g. bygg.
|
tld
|
enum |
One of .se, .nu, null.
|
expires_within_days
|
integer | Optional: only domains dropping within this many days from today (0–365). Range 0–365. |
expires_from
|
string · date | |
expires_to
|
string · date | |
min_length
|
integer | Optional: shortest name length to include, counting the whole domain including the TLD. Range 1–63. |
max_length
|
integer | Optional: longest name length to include, counting the whole domain including the TLD. Use it for "short domains". Range 1–63. |
max_price_ore
|
integer |
Optional: price ceiling in öre, ex VAT (20000 = 200 kr). Compare against data[].price, not priceGross. Minimum 0.
|
featured
|
boolean | Optional: only domains Inleed has highlighted, which are also the ones carrying backlink and traffic statistics. |
include_booked
|
boolean | |
sort
|
enum |
Optional: order the results. Defaults to soonest expiry first; an explicit sort returns a single page with no cursor. One of expires_at, length, price, domain.
|
direction
|
enum |
Optional: sort direction, used only together with sort. One of asc, desc.
|
limit
|
integer | Page size for a collection. Range 1–100. |
cursor
|
integer |
Opaque pagination cursor. Pass back the previous response’s nextCursor; stop when it is null. Minimum 0.
|
Responses
The specification does not describe this response body; the note in the rail says what to expect.
Every non-2xx response is an RFC 7807 problem with a stable
code.
Commonly returned errors
The codes this operation reaches on its own path: the auth stack, its own validation and
ownership checks, and the transport. Not a closed set — a shared code from the
full registry can still surface. Each links to the code’s own page,
the same URL its type dereferences to.