> For the complete documentation index, see [llms.txt](https://knowledgebase.fabricdata.com/origin/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://knowledgebase.fabricdata.com/origin/apis-all/rotten-tomatoes-api-docs/models.md).

# Models

## The ReviewData object

```json
{"openapi":"3.1.1","info":{"title":"Rotten Tomatoes API","version":"1.0"},"components":{"schemas":{"ReviewData":{"title":"ReviewData","properties":{"FanSummary":{"$ref":"#/components/schemas/FanSummary"},"CriticSummary":{"$ref":"#/components/schemas/CriticSummary"},"Reviews":{"type":"array","items":{"$ref":"#/components/schemas/RottenTomatoesReview"}},"Ratings":{"type":"array","items":{"$ref":"#/components/schemas/RottenTomatoesRating"}}},"description":"ReviewData","type":"object"},"FanSummary":{"title":"FanSummary","properties":{"Url":{"type":"string"},"Score":{"$ref":"#/components/schemas/SummaryScore"}},"description":"FanSummary","type":"object"},"SummaryScore":{"title":"SummaryScore","properties":{"Value":{"type":"string"},"AvgScore":{"type":"string"},"Count":{"type":"string"},"PreRelease":{"type":"string"},"AudienceRating":{"type":"string"}},"description":"SummaryScore","type":"object"},"CriticSummary":{"title":"CriticSummary","properties":{"Url":{"type":"string"},"CriticRating":{"type":"string"},"Score":{"$ref":"#/components/schemas/SummaryScore"},"Freshness":{"$ref":"#/components/schemas/SummaryFreshness"}},"description":"CriticSummary","type":"object"},"SummaryFreshness":{"title":"SummaryFreshness","properties":{"Value":{"type":"string"},"Certified":{"type":"string"},"Rotten":{"type":"string"}},"description":"SummaryFreshness","type":"object"},"RottenTomatoesReview":{"title":"RottenTomatoesReview","properties":{"Id":{"type":"string"},"Url":{"type":"string"},"TopReview":{"type":"string"},"Date":{"type":"string"},"Quote":{"type":"string"},"Freshness":{"$ref":"#/components/schemas/ReviewFreshness"},"Critic":{"$ref":"#/components/schemas/Critic"},"Publication":{"$ref":"#/components/schemas/Publication"}},"description":"RottenTomatoesReview","type":"object"},"ReviewFreshness":{"title":"ReviewFreshness","properties":{"OriginalScore":{"type":"string"},"Text":{"type":"string"}},"description":"ReviewFreshness","type":"object"},"Critic":{"title":"Critic","properties":{"Id":{"type":"string"},"TopCritic":{"type":"string"},"Url":{"type":"string"},"Name":{"type":"string"},"Thumbnail":{"type":"string"}},"description":"Critic","type":"object"},"Publication":{"title":"Publication","properties":{"Id":{"type":"string"},"TopPublication":{"type":"string"},"Name":{"type":"string"}},"description":"Publication","type":"object"},"RottenTomatoesRating":{"title":"RottenTomatoesRating","properties":{"Url":{"type":"string"},"Score":{"$ref":"#/components/schemas/RatingScore"},"Date":{"type":"string"},"UserId":{"type":"string"},"Comment":{"type":"string"}},"description":"RottenTomatoesRating","type":"object"},"RatingScore":{"title":"RatingScore","properties":{"Value":{"type":"string"},"Text":{"type":"string"}},"description":"RatingScore","type":"object"}}}}
```

## The FanSummary object

```json
{"openapi":"3.1.1","info":{"title":"Rotten Tomatoes API","version":"1.0"},"components":{"schemas":{"FanSummary":{"title":"FanSummary","properties":{"Url":{"type":"string"},"Score":{"$ref":"#/components/schemas/SummaryScore"}},"description":"FanSummary","type":"object"},"SummaryScore":{"title":"SummaryScore","properties":{"Value":{"type":"string"},"AvgScore":{"type":"string"},"Count":{"type":"string"},"PreRelease":{"type":"string"},"AudienceRating":{"type":"string"}},"description":"SummaryScore","type":"object"}}}}
```

## The SummaryScore object

```json
{"openapi":"3.1.1","info":{"title":"Rotten Tomatoes API","version":"1.0"},"components":{"schemas":{"SummaryScore":{"title":"SummaryScore","properties":{"Value":{"type":"string"},"AvgScore":{"type":"string"},"Count":{"type":"string"},"PreRelease":{"type":"string"},"AudienceRating":{"type":"string"}},"description":"SummaryScore","type":"object"}}}}
```

## The CriticSummary object

```json
{"openapi":"3.1.1","info":{"title":"Rotten Tomatoes API","version":"1.0"},"components":{"schemas":{"CriticSummary":{"title":"CriticSummary","properties":{"Url":{"type":"string"},"CriticRating":{"type":"string"},"Score":{"$ref":"#/components/schemas/SummaryScore"},"Freshness":{"$ref":"#/components/schemas/SummaryFreshness"}},"description":"CriticSummary","type":"object"},"SummaryScore":{"title":"SummaryScore","properties":{"Value":{"type":"string"},"AvgScore":{"type":"string"},"Count":{"type":"string"},"PreRelease":{"type":"string"},"AudienceRating":{"type":"string"}},"description":"SummaryScore","type":"object"},"SummaryFreshness":{"title":"SummaryFreshness","properties":{"Value":{"type":"string"},"Certified":{"type":"string"},"Rotten":{"type":"string"}},"description":"SummaryFreshness","type":"object"}}}}
```

## The SummaryFreshness object

```json
{"openapi":"3.1.1","info":{"title":"Rotten Tomatoes API","version":"1.0"},"components":{"schemas":{"SummaryFreshness":{"title":"SummaryFreshness","properties":{"Value":{"type":"string"},"Certified":{"type":"string"},"Rotten":{"type":"string"}},"description":"SummaryFreshness","type":"object"}}}}
```

## The RottenTomatoesReview object

```json
{"openapi":"3.1.1","info":{"title":"Rotten Tomatoes API","version":"1.0"},"components":{"schemas":{"RottenTomatoesReview":{"title":"RottenTomatoesReview","properties":{"Id":{"type":"string"},"Url":{"type":"string"},"TopReview":{"type":"string"},"Date":{"type":"string"},"Quote":{"type":"string"},"Freshness":{"$ref":"#/components/schemas/ReviewFreshness"},"Critic":{"$ref":"#/components/schemas/Critic"},"Publication":{"$ref":"#/components/schemas/Publication"}},"description":"RottenTomatoesReview","type":"object"},"ReviewFreshness":{"title":"ReviewFreshness","properties":{"OriginalScore":{"type":"string"},"Text":{"type":"string"}},"description":"ReviewFreshness","type":"object"},"Critic":{"title":"Critic","properties":{"Id":{"type":"string"},"TopCritic":{"type":"string"},"Url":{"type":"string"},"Name":{"type":"string"},"Thumbnail":{"type":"string"}},"description":"Critic","type":"object"},"Publication":{"title":"Publication","properties":{"Id":{"type":"string"},"TopPublication":{"type":"string"},"Name":{"type":"string"}},"description":"Publication","type":"object"}}}}
```

## The ReviewFreshness object

```json
{"openapi":"3.1.1","info":{"title":"Rotten Tomatoes API","version":"1.0"},"components":{"schemas":{"ReviewFreshness":{"title":"ReviewFreshness","properties":{"OriginalScore":{"type":"string"},"Text":{"type":"string"}},"description":"ReviewFreshness","type":"object"}}}}
```

## The Critic object

```json
{"openapi":"3.1.1","info":{"title":"Rotten Tomatoes API","version":"1.0"},"components":{"schemas":{"Critic":{"title":"Critic","properties":{"Id":{"type":"string"},"TopCritic":{"type":"string"},"Url":{"type":"string"},"Name":{"type":"string"},"Thumbnail":{"type":"string"}},"description":"Critic","type":"object"}}}}
```

## The Publication object

```json
{"openapi":"3.1.1","info":{"title":"Rotten Tomatoes API","version":"1.0"},"components":{"schemas":{"Publication":{"title":"Publication","properties":{"Id":{"type":"string"},"TopPublication":{"type":"string"},"Name":{"type":"string"}},"description":"Publication","type":"object"}}}}
```

## The RottenTomatoesRating object

```json
{"openapi":"3.1.1","info":{"title":"Rotten Tomatoes API","version":"1.0"},"components":{"schemas":{"RottenTomatoesRating":{"title":"RottenTomatoesRating","properties":{"Url":{"type":"string"},"Score":{"$ref":"#/components/schemas/RatingScore"},"Date":{"type":"string"},"UserId":{"type":"string"},"Comment":{"type":"string"}},"description":"RottenTomatoesRating","type":"object"},"RatingScore":{"title":"RatingScore","properties":{"Value":{"type":"string"},"Text":{"type":"string"}},"description":"RatingScore","type":"object"}}}}
```

## The RatingScore object

```json
{"openapi":"3.1.1","info":{"title":"Rotten Tomatoes API","version":"1.0"},"components":{"schemas":{"RatingScore":{"title":"RatingScore","properties":{"Value":{"type":"string"},"Text":{"type":"string"}},"description":"RatingScore","type":"object"}}}}
```


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://knowledgebase.fabricdata.com/origin/apis-all/rotten-tomatoes-api-docs/models.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
