Checks if the media item exists in any of the profile’s lists.
Returns boolean flags for each list type (watchlist, liked, disliked, super_liked, history) and playback information if the media is in the playback list.
Note: The “completed” and “watched” fields have been removed. Use “history” to check if media has been watched.
When providers=true, also returns streaming provider information for the media, showing which of the user’s
selected providers have the media available and in which regions.
Documentation Index
Fetch the complete documentation index at: https://docs.discovr.media/llms.txt
Use this file to discover all available pages before exploring further.
Bearer token authentication.
/profiles, /auth/session-token,
/auth/session) accept a long-lived refresh token
(rt_<hex>)./pages/*, /profile/*) accept a
short-lived session JWT.SDK clients use two typed API accessors (identityApi() with the
refresh token vs sessionApi() with the session JWT) — see the SDK
DiscovrAuth helper.
Format: Authorization: Bearer {token}
The unique identifier of the media item
If true, include streaming provider information in the response
Profile metadata retrieved successfully
Indicates presence of media in profile lists
Array of streaming providers that have this media available.
Only included when providers=true query parameter is set.
Only includes providers that the user has selected AND are available for this media.