Discover/metacritic.com API
live

metacritic.com APImetacritic.com

Access Metacritic scores, critic and user reviews, and ranked lists for games, movies, and TV shows via 4 structured JSON endpoints.

Endpoints
4
Updated
26d ago
Try it
Search term to find items (e.g. 'elden ring', 'inception')
api.parse.bot/scraper/fc50c015-8084-45b3-b1c7-d98ec7af4b14/<endpoint>
Ready to send
Fill in the parameters and hit sign in to send to see live response data here.
Use it in your codegrab a free API key at signup
curl -X GET 'https://api.parse.bot/scraper/fc50c015-8084-45b3-b1c7-d98ec7af4b14/search?query=the+last+of+us' \
  -H 'X-API-Key: $PARSE_API_KEY'
All endpoints · 4 totalclick to expand

Search for movies, TV shows, and video games using Metacritic's autosuggest API. Returns metadata like title, release date, platforms, genres, and critic score.

Input
ParamTypeDescription
queryrequiredstringSearch term to find items (e.g. 'elden ring', 'inception')
Response
{
  "type": "object",
  "fields": {
    "items": "array of search result objects containing id, type, title, slug, releaseDate, genres, platforms, criticScoreSummary, and description"
  },
  "sample": {
    "data": {
      "items": [
        {
          "id": 1300589901,
          "slug": "elden-ring-shadow-of-the-erdtree",
          "type": "game-title",
          "title": "Elden Ring: Shadow of the Erdtree",
          "genres": [
            {
              "id": null,
              "name": "Action RPG"
            }
          ],
          "typeId": 13,
          "platforms": [
            {
              "id": null,
              "name": "PlayStation 5"
            },
            {
              "id": null,
              "name": "PC"
            }
          ],
          "releaseDate": "2024-06-21",
          "premiereYear": 2024,
          "criticScoreSummary": {
            "url": "/game/elden-ring-shadow-of-the-erdtree/critic-reviews/",
            "score": 94
          }
        }
      ]
    },
    "status": "success"
  }
}

About the metacritic.com API

The Metacritic API exposes 4 endpoints covering search, detailed metadata, reviews, and ranked lists for games, movies, and TV shows. The get_reviews endpoint returns individual critic and user review quotes with scores and publication names, while get_top_items surfaces ranked lists filterable by year, sort order, and category — all as structured JSON with consistent field shapes across media types.

Search and Item Lookup

The search endpoint accepts a free-text query and returns an array of matching items, each with a criticScoreSummary, releaseDate, genres, platforms, and a slug you can pass directly into other endpoints. The get_details endpoint takes that slug plus a category (game, movie, or tv) and returns the canonical metascore, user_score, release_date, summary, and a raw_ld_json object with the full structured data embedded on the page. Platform arrays are populated for games; they return empty for movies and TV.

Reviews

The get_reviews endpoint retrieves up to 10 reviews per page for a given slug and category. Setting review_type to critic returns results with publication and author fields alongside a quote and numeric score. Setting it to user returns the same shape with usernames in place of publications. The count field in the response tells you how many reviews were returned in that page.

Ranked Lists

The get_top_items endpoint lists up to 24 items per page, ordered by metascore, userscore, or date. You can narrow results with the year parameter (e.g. '2024') and the category parameter. Each item in the response includes rank, title, slug, metascore, user_score, release_date, description, and a direct url to the Metacritic page. Pagination uses the page integer parameter.

Common use cases
  • Build a game recommendation tool that surfaces the highest-rated titles for a given year using get_top_items sorted by metascore.
  • Aggregate critic and user review quotes for a movie by slug using get_reviews with review_type set to critic or user.
  • Power a media search widget that returns Metacritic scores and genres instantly from the search endpoint.
  • Track score divergence between metascore and user_score across TV seasons fetched via get_details.
  • Compile ranked lists of top-reviewed games by platform and year for a gaming news dashboard.
  • Enrich a movie database with structured LD+JSON metadata and canonical URLs via the raw_ld_json field in get_details.
  • Monitor yearly trends in critic consensus by paginating through get_top_items across multiple year values.
Pricing & limitsSee full pricing →
TierPriceCredits/monthRate limit
Free$0/mo1005 req/min
Hobby$30/mo1,00020 req/min
Developer$100/mo5,000250 req/min

One credit = one API call regardless of which marketplace API you call. Exceeding the rate limit returns a 429 response. Authenticate with the X-API-Key header.

Frequently asked questions
Does Metacritic have an official developer API?+
Metacritic does not offer a public developer API. There is no documented REST or GraphQL API available to third parties through their website.
What does `get_reviews` return, and can I get more than 10 reviews at once?+
Each call to get_reviews returns up to 10 review objects, each with score, author, publication, date, and quote. The response includes a count field showing how many reviews came back. The endpoint does not currently expose a pagination parameter for fetching beyond the first page of reviews. You can fork this API on Parse and revise it to add offset or page-based pagination for reviews.
Does `get_details` return platform data for movies and TV shows?+
The platforms field is populated for games. For movies and TV items, it returns an empty array. Genre, score, and summary fields are present for all three category types.
Can I retrieve season-level or episode-level data for TV shows?+
Not currently. The get_details endpoint returns top-level metadata for a TV show identified by its slug — title, overall metascore, user score, genres, and summary. Individual season or episode breakdowns are not exposed. You can fork this API on Parse and revise it to add a season-level endpoint.
How fresh is the data returned by these endpoints?+
Data reflects what is currently published on Metacritic's public pages. Scores that Metacritic updates as new reviews are added will be reflected in subsequent calls, but there is no change-notification or webhook mechanism — you need to poll the endpoints to detect updates.
Page content last updated . Spec covers 4 endpoints from metacritic.com.
Related APIs in Reviews RatingsSee all →
opencritic.com API
Find and compare video game reviews and critic scores from industry experts, search games by title or filters, and browse detailed metadata including platforms, tags, and the latest releases. Get aggregated ratings and comprehensive review information to discover games and make informed purchasing decisions.
rottentomatoes.com API
Search for movies and TV shows, get detailed information like ratings and reviews, and browse curated collections to discover what to watch. Access comprehensive Rotten Tomatoes data including critic and audience scores, plot details, and user reviews all in one place.
gamespot.com API
Retrieve GameSpot reviews and detailed review information to read professional game critiques, browse user comments on those reviews, and check upcoming game release schedules. Stay informed about new game launches and community discussions all in one place.
editorial.rottentomatoes.com API
Search for movies and TV shows, browse ratings and reviews from critics and audiences, and discover celebrity filmographies and entertainment news. Get detailed information about films, shows, and entertainment professionals all in one place.
tmdb.org API
Search for movies and TV shows to discover details like cast, crew, reviews, images, videos, and where to watch them. Get information about actors, browse trending and popular titles, and access comprehensive metadata for entertainment planning.
gamestop.com API
Search GameStop's catalog for games and merchandise, browse products by category, view detailed product information including reviews, and discover what's available—all with seamless access that handles Cloudflare protection automatically.
justwatch.com API
Search for movies and TV shows, retrieve streaming availability and detailed metadata, browse trending content, and discover similar titles — all via JustWatch.
imdb.com API
Search and retrieve comprehensive IMDb movie information including ratings, genres, cast, crew, and box office data in one place. Get full cast and crew details alongside plot summaries and financial insights for any movie title.