Build on FlickList

One API, two familiar shapes: a catalog that responds exactly like TMDB, and per-user sync and scrobbling shaped like the Trakt API your code already understands. Make your first call in two minutes with an API key, or wire up device-code sign-in for apps other people use, then scrobble in near real time and read or write watched history, ratings, watchlists, and lists.

https://flicklist.tv/api/v3 68 operations no connection caps, ever unlimited lists, forever additive-only stability

Start in three steps

  1. Create an API key with the read scope: flicklist.tv Settings, then Apps
  2. Call anything with Authorization: Bearer fs_live_…, for example GET /v3/sync/watched/shows
  3. Building an app other people sign in to? Use the device-code flow: POST /api/auth/device/code, then poll POST /api/auth/device/token

Full quickstart: both tracks, in cURL, JavaScript, and Python →

Documentation

Getting started

Scrobbling

Catalog

Machine-readable

The whole wiki is built to be consumed by tools and AI agents as well as people: OpenAPI 3.1 spec llms.txt index every page as raw markdown (append .md to its URL) integration notes for AI assistants