Skip to content
scrapeatlas.Dashboard

Get a livestream

Try in Playground

Read one show by UUID or /live/ URL: status, viewers, times, poster, categories, tags and seller.

GET/v1/whatnot/livestreamx-api-key
x-api-keystringrequiredheader

Your ScrapeAtlas customer key. Create one on /account/ and set SCRAPEATLAS_API_KEY.

Query parameters
2
idstringquery

Livestream UUID. Exactly one of id or url.

Example00000000-0000-4000-8000-000000000123
urlstringquery

Public https://www.whatnot.com/live/{id} URL.

min 1 chars · max 2048 chars

Response fields
52
requestIdstring

Random operational correlation ID.

Upstream GraphQL requests, response bytes and elapsed milliseconds.

accounting.upstreamRequestsinteger

Always included.

≥ 0

accounting.responseBytesinteger

Always included.

≥ 0

accounting.durationMsnumber

Always included.

≥ 0

successboolean

True when usable public data was retrieved.

statusenum

success, partial, failed or challenged. Inspect coverage even for HTTP 200.

one of: success, partial

sourceUrlstring

Public www.whatnot.com URL the data belongs to.

absolute HTTPS URL

fetchedAtstring

UTC retrieval timestamp.

Complete means this bounded page had no known omissions; warnings name each omission.

coverage.sourcestring

Always public_api (Whatnot's public web GraphQL endpoint).

coverage.completeboolean

False when any warning is present.

coverage.warningsstring[]

Machine-readable omission codes such as sections_skipped or record_limit.

Livestream record.

livestream.idstring

Livestream UUID.

livestream.urlstring

Public https://www.whatnot.com/live/{id} URL.

absolute HTTPS URL

livestream.titlestringnullable

Show title.

livestream.statusstringnullable

CREATED (scheduled), PLAYING (live) or ENDED.

livestream.activeViewersintegernullable

Current viewers.

livestream.startTimestringnullable

Scheduled or actual start, ISO 8601 UTC.

livestream.endTimestringnullable

End time when ended.

Poster image renditions.

livestream.thumbnail.idstringnullable

Always included.

livestream.thumbnail.smallImagestringnullable

Always included.

livestream.thumbnail.biggerImagestringnullable

Always included.

livestream.thumbnail.fullSizeImagestringnullable

Always included.

livestream.trailerUrlstringnullable

Trailer video URL when set.

Category tags (id, label, deeplink).

up to 50 items

livestream.categories.idstring

Always included.

livestream.categories.labelstringnullable

Always included.

livestream.categories.deeplinkstringnullable

Always included.

Show-style tags.

up to 50 items

livestream.tags.idstring

Always included.

livestream.tags.labelstringnullable

Always included.

livestream.labelsstring[]nullable

Source labels.

livestream.isFreeShippingEnabledbooleannullable

Free-shipping flag.

livestream.isHiddenBySellerbooleannullable

Hidden by the seller.

livestream.totalWatchlistUsersintegernullable

Users who bookmarked the show.

Seller summary.

livestream.user.idstring

Always included.

livestream.user.userIdstringnullable

Always included.

livestream.user.usernamestring

Always included.

livestream.user.displayNamestringnullable

Always included.

Always included.

livestream.user.profileImage.idstringnullable

Always included.

livestream.user.profileImage.urlstringnullable

Always included.

livestream.user.isLivebooleannullable

Always included.

livestream.user.isVerifiedSellerbooleannullable

Always included.

livestream.user.followerCountintegernullable

Always included.

livestream.user.soldCountintegernullable

Always included.

livestream.user.ratingnumbernullable

Always included.

livestream.user.numReviewsintegernullable

Always included.

HTTP 200 returns the success variant. Check status: partial means usable data with warnings, and failed or challenged requests carry a failure object described in Errors & responses.

Error codes
9
HTTPfailure.codeMeaning
400invalid_requestMissing, duplicate, unsupported or invalid parameters, or more than one selector.
401unauthorizedMissing or invalid service key.
404not_foundUnknown user, livestream, listing or tag.
429upstream_rate_limitedWhatnot rate limited the request; no automatic retry.
502upstream_challengedCloudflare challenge or HTTP 403/503 from Whatnot.
502unsupported_page unsafe_redirect response_too_large payload_too_complex request_limit upstream_errorBounded retrieval failed or the GraphQL response no longer matches the expected schema.
503busyAll worker slots occupied.
504timeoutDeadline exceeded.
200partialCoverage warnings such as sections_skipped or record_limit.