Skip to content

Meters Data Dictionary

Fresh

IMDb Meters are daily popularity rankings that reflect current user interest in titles and people. There are four meter datasets, updated every day.

Overview

DatasetScopeSize
TITLEmeterAll title types combinedTop 5,000
TVmeterTV shows onlyTop 2,000
MOVIEmeterMovies onlyTop 2,000
STARmeterNames (people)Top 5,000

Each dataset contains a ranked list based on page view activity on IMDb. Rank 1 is the most viewed. The rankings are recalculated daily and reflect user interest trends — not all-time popularity.


TITLEmeter

The overall title popularity ranking across all title types (movies, TV, shorts, etc.).

FieldTypeDescription
rankintegerCurrent rank (1 = most popular)
titleIdstringIMDb title ID
datestringDate of this ranking snapshot (YYYY-MM-DD)
json
{
  "rank": 1,
  "titleId": "tt0903747",
  "date": "2026-05-08"
}
json
{
  "rank": 2,
  "titleId": "tt15398776",
  "date": "2026-05-08"
}

TVmeter

Popularity ranking for TV shows only (series, mini-series, TV movies, TV specials).

FieldTypeDescription
rankintegerCurrent rank among TV titles (1 = most popular)
titleIdstringIMDb title ID
datestringDate of this ranking snapshot (YYYY-MM-DD)
json
{
  "rank": 1,
  "titleId": "tt0903747",
  "date": "2026-05-08"
}
json
{
  "rank": 2,
  "titleId": "tt2442560",
  "date": "2026-05-08"
}

MOVIEmeter

Popularity ranking for movies only (feature films, documentaries, short films).

FieldTypeDescription
rankintegerCurrent rank among movies (1 = most popular)
titleIdstringIMDb title ID
datestringDate of this ranking snapshot (YYYY-MM-DD)
json
{
  "rank": 1,
  "titleId": "tt0111161",
  "date": "2026-05-08"
}
json
{
  "rank": 2,
  "titleId": "tt0068646",
  "date": "2026-05-08"
}

STARmeter

Popularity ranking for people (actors, directors, writers, and other crew).

FieldTypeDescription
rankintegerCurrent rank among names (1 = most popular)
nameIdstringIMDb name ID
datestringDate of this ranking snapshot (YYYY-MM-DD)
json
{
  "rank": 1,
  "nameId": "nm0425005",
  "date": "2026-05-08"
}
json
{
  "rank": 2,
  "nameId": "nm1165110",
  "date": "2026-05-08"
}

Usage Notes

  • Meter rankings are recalculated daily. There is one record per title or name in each dataset, representing the current day's rank.
  • Rankings can shift dramatically based on news events, new releases, award announcements, or viral social media moments.
  • The date field confirms which day's snapshot the ranking belongs to.
  • Rankings outside the top range (beyond 5,000 for title meters, 2,000 for TV/movie meters) are not included in the dataset.
  • For geographic region-specific popularity data, see the GeoMeters dataset.

IMDb API Documentation — Internal Reference