TMDB API

Build a movie diary with ratings and recommendations

Pull movie and TV metadata, ratings, cast info, and watch providers. Build a personal viewing log that tracks what you watch and suggests what's next.

Free with attribution. ~40 requests/10 seconds.

TMDBdocs →

How it works with Loony

Describe it.
Deploy it.
Query it.

Managed database.

Your TMDB data lives in its own Postgres instance. Zero config. Data accumulates over time.

Scheduled syncs.

Cron jobs run on Loony infra. Every minute on free. Your data stays fresh without you thinking about it.

REST + MCP endpoints.

Query from your agent, your dashboard, or connect BI tools directly. Full OpenAPI spec included.

TerminalSchema
$ "Sync my TMDB watchlist and rated movies. Enrich with cast, genre, and runtime data. Build a genre breakdown and director frequency view."

 Schema validated
 Database provisioned
 Scripts deployed
 Schedules registered

Done.

# Your data is now at:
REST  /data/v1/tmdb/query
MCP   /mcp/v1/tmdb/mcp
SQL   psql $DATABASE_URL

What you get

TMDB has the world's movie data. Loony turns it into your personal movie database: store what you've watched, rate it, and query patterns. 'Show me all sci-fi films I rated above 8 from directors with at least 3 films in my log.'

mv_viewing_stats
  genre         text        -- primary genre
  films_watched integer     -- count
  avg_rating    numeric     -- my average rating
  avg_runtime   integer     -- minutes
  top_director  text        -- most watched
  last_watched  date        -- most recent

Even better together

Pair your movie diary with Spotify to see what music you listened to around films you loved. Add weather data for the ultimate 'rainy day movie' recommendation engine.

Stop gluing. Start shipping.

Describe your data. Deploy. Query. Done.

API Library →