Skip to main content
GET
/
watchlist
Récupérer la watchlist
curl --request GET \
  --url https://dejavu.plus/api/v1/watchlist \
  --header 'x-api-key: <api-key>'
{
  "success": true,
  "data": [
    {
      "id": 123,
      "title": "<string>",
      "posterPath": "<string>",
      "priority": 123,
      "notes": "<string>",
      "addedAt": "2023-11-07T05:31:56Z"
    }
  ]
}

Authorizations

x-api-key
string
header
required

Clé API transmise via le header HTTP. Supporte les clés publiques (pk_...) et secrètes (sk_...).

Query Parameters

type
enum<string>
default:all

Filtrer par type

Available options:
all,
movie,
tv
minimal
boolean
default:false

Retourner uniquement type et id

sort
string

Tri (ex: addedAt:desc, priority:desc)

Response

Watchlist de l'utilisateur

success
boolean
default:true
required
data
object[]
required