W
Back home
API

Score data, on tap.

A read-only JSON API for our aggregate score, source breakdown, and verdict for every title in our index. Currently in private beta.

GET/v1/titles/:idexample response
{
  "id": "dune2",
  "title": "Dune: Part Two",
  "category": "movies",
  "year": 2024,
  "score": 87,
  "verdict": "universal acclaim",
  "sources": [
    { "key": "imdb",       "score": 88, "votes": 412000 },
    { "key": "rt",         "score": 94, "votes": 421 },
    { "key": "metacritic", "score": 79, "votes": 62  },
    { "key": "tmdb",       "score": 84, "votes": 8142 }
  ],
  "updated_at": "2024-04-30T12:04:11Z"
}

Join the waiting list.

We're building the API and will open access in batches. Drop your email to reserve your spot.

No spam. We'll only use this to notify you when access opens.

What's in the box

Aggregate score
Single 0–100 number plus verdict label.
Source breakdown
Per-source scores, vote counts, and weights.
Featured review
One headline pull-quote per title, attributed.
Release metadata
Year, runtime, rating, genres, credits.
Availability
Where to stream, buy, read, or play.
Update timestamps
Know exactly how fresh each score is.