# Metacritic API Docs

Before You Begin

Prior to getting access to the endpoints, each developer account must be approved. To get access developers need:

* A paid subscription to one of Fabric Origin's core solutions.
* Agree to the [Terms of Service](https://ivastorage.blob.core.windows.net/docs/Terms%20of%20Service%20to%20Use%20Metacritic%20Content%20from%20IVA_1\[19188].pdf) of use.

*Please note, Metacritic data is not available on Free Trial subscriptions. For more information, contact Sales.*

Metacritic Implementation

The [Metacritic API](/origin/apis-all/metacritic-api-docs/metacritic.md) has two endpoints to get reviews, one for Movies and another for Shows. You only need to pass the Fabric Origin Movie or Show ID for the program and get back any related Metacritic reviews. Be sure to follow the branding guidelines below for displaying the scores and logos.

### Metacritic Marks Usage Guidelines

1. **Metacritic Trademark.** When referred to in print only the “M” in Metacritic and Metascore must be capitalized, the remaining letters are in lower case (i.e. “Metacritic” and “Metascore”).
2. **Metascore Specifications**<br>

   <figure><img src="/files/9wLLi7q3DphcZFOcxYT7" alt=""><figcaption></figcaption></figure>
3. **Displaying Metascore with wordmark.** Metascore with the Metacritic logo, wordmark and review count. Used in connection with a title (movie, game, show or album) on a 3rd party site or application.<br>

   <figure><img src="/files/pKKTfNhGLA3df1Q3P1qB" alt=""><figcaption></figcaption></figure>
4. **Displaying Metascore with wordmark (text only).** Metascore with the Metacritic logo, wordmark and review count. Used in connection with a title (movie, game, show or album) on a 3rd party site or application. Styling of the phrases "metascore" and "Based on N critics" may be customized to match the styling of the 3rd party site or application.<br>

   <figure><img src="/files/LjQ6h1lk4t4E3rfR6xES" alt=""><figcaption></figcaption></figure>
5. **Displaying Metascore without wordmark or review count.** Metascore and the Metacritic Logo without wordmark or review count. Suitable for usage in mobile apps and other contexts with limited screen space.

   <figure><img src="/files/d7xzBrz3rudzaLTxK7AY" alt=""><figcaption></figcaption></figure>
6. **Displaying multiple Metascores.** When multiple Metascores are displayed on a screen (e.g. search results page), it is not necessary to display the Metacritic Logo or wordmark next to each score. The Metascore badge (ex. 7 or 8) should be displayed on the same screen.<br>

   <figure><img src="/files/RYODJNjEeLkjrWI224Ab" alt=""><figcaption></figcaption></figure>
7. **Displaying Metascore badge.** Used in conjunction with multiple Metascores and/or critic reviews.

   <figure><img src="/files/0diI6aYGHa46IVIKWAEk" alt=""><figcaption></figcaption></figure>
8. **Displaying Metascore badge (text version).** Text version of the Metascore badge used in conjunction with multiple Metascore and/or critic reviews. Styling of the phrases "metascore" and "from metacritic" may be customized to match the styling of the 3rd party site or application.
9.

```
<figure><img src="/files/s6VfkBvn1qMHIJ7YXxFf" alt=""><figcaption></figcaption></figure>
```


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://knowledgebase.fabricdata.com/origin/apis-all/metacritic-api-docs.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
