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
11d 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 →
woocommerce.com API
Browse and search thousands of WooCommerce extensions, themes, and business services from the official marketplace while accessing detailed product information, user reviews, and ratings. Integrate marketplace data, blog content, and documentation directly into your applications to help users discover and learn about WooCommerce solutions.
lazada.co.th API
Search for products and browse categories on Lazada Thailand to find detailed information like prices, descriptions, and availability. Discover items by keyword or category to compare specifications and make informed purchasing decisions.
vivino.com API
Search and discover wines across thousands of options while accessing detailed information like user reviews, pricing, winery profiles, and food pairing recommendations. Explore grape varieties, compare wines side-by-side, and find the perfect bottle based on ratings and availability.
morningstar.com.au API
Access comprehensive financial data for Australian stocks, ETFs, and managed funds including key metrics, valuations, dividends, and historical prices. Search securities, review company profiles and ownership details, and stay informed with market news and upcoming dividend information.
opentable.com API
Search for restaurants across the US with ratings, reviews, photos, and pricing information, plus get real-time availability and autocomplete suggestions as you type. Check reservation openings and explore detailed restaurant features to find and book your perfect dining experience.
homes.com API
Search for real estate agents and properties available for sale or rent, while accessing detailed agent profiles with their 1-year transaction history, active listings, and performance statistics. Get comprehensive property details and agent information all in one place to help you find the right agent or property that matches your needs.
leroymerlin.fr API
Search and browse Leroy Merlin France's complete product catalog to find items by category, view pricing, product details, and compare offerings from Leroy Merlin and their online partners. Access real-time product information including names, IDs, URLs, and seller details to help you discover and evaluate home improvement and DIY products.
lowes.com API
Search and browse products from Lowe's, including product listings by category, detailed product information, and pricing. Retrieve comprehensive details on specific items to compare options and make informed purchasing decisions.