EyedejaVu
Cinema background

Never Forget What You've Watched

The ultimate companion for movie and series lovers. Track your watch history, manage your collection, and discover your next favorite movie.

Nouveau: API disponible

Everything you need to track your passion

History & Stats
Keep track of everything you watch and discover your habits through detailed statistics.
Smart Watchlist
Organize your next viewings with priority levels and never run out of ideas.
Custom Lists
Create and share lists of your favorite movies or themes with the community.
AI Recommendations
Get personalized recommendations based on your tastes and history.
Easy Import
Import your data from Letterboxd, Trakt or IMDb in a few clicks.
Your Library
Catalog your physical collection (Blu-ray, DVD, 4K) and digital copies.
Advanced Charts
Visualize your cinematic year with interactive heatmaps and distribution charts.
Developer API
Access your data through our REST API to build your own tools.

Advanced Charts

Visualize your cinematic year with interactive heatmaps and distribution charts.

Watch Time Tracking

Automatically calculate how much time you've spent watching movies and series.

Rating Distribution

Analyze how you rate movies and series compared to the community.

Movies Watched

1,248

+12 this month

Total Time

152j

3,648 hours

Average Rating

7.8

Based on 840 ratings

Series Finished

42

854 episodes watched

api.js
1fetch('https://dejavu.io/api/v1/movies/550', {
2 headers: {
3 'Authorization': 'Bearer YOUR_SECRET_KEY'
4 }
5})
6.then(response => response.json())
7.then(data => console.log(data));
API v1 (REST)

Developer API

Access your data through our REST API to build your own tools.

  • Endpoints RESTful complets
  • Authentification sécurisée par Bearer token
  • Données en temps réel (Watchlist, Ratings)
  • Support CORS pour vos applications web