Browse rankings
browse_titlesList films, shows, or games by critic score, release date, or popularity, with optional genre filter to narrow down results.
Instructions
List films, shows or games by score, by release date or by current popularity. Use this when there is no specific title to look up: best rated, newest, what people are looking at now. Filter by genre with a single name such as Horror, Comedy or Action. Sorting by score returns the all-time ranking, which is dominated by older titles: combine with a genre to narrow it. Scores come back on their own scales, 100 for critics and 10 for users. Paging is approximate: Metacritic does not order tied entries stably, so an entry can appear on two consecutive pages. Deduplicate by slug rather than counting rows.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| kind | No | Which catalogue to list. | movie |
| sort | No | 'score' is the critic ranking, 'recent' is by release date, 'popular' is current attention. | score |
| genre | No | Single genre name, such as Horror. Omit for all genres. | |
| limit | No | How many rows to return. | |
| offset | No | How many rows to skip, for paging. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| kind | Yes | ||
| sort | Yes | ||
| genre | Yes | ||
| notes | Yes | ||
| offset | Yes | ||
| results | Yes | ||
| next_offset | Yes | Pass as 'offset' for the next page. Tied entries are not ordered stably upstream, so deduplicate by slug across pages. | |
| total_available | Yes | How many entries match upstream, which is the size of what this samples. |