> 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/rabbit-recommendations-api-docs/rabbitrecommendations.md).

# Rabbitrecommendations

## GET /RabbitRecommendations/recommendations

> List of Entertainment Program Recommendations for movies or shows.

```json
{"openapi":"3.1.1","info":{"title":"Rabbit Recommendations API","version":"1.0"},"tags":[{"name":"rabbitrecommendations"}],"servers":[{"url":"https://api.origin.fabricdata.com"}],"paths":{"/RabbitRecommendations/recommendations":{"get":{"tags":["rabbitrecommendations"],"summary":"List of Entertainment Program Recommendations for movies or shows.","description":"","operationId":"GetXroadMediaRecommendationsrecommendations_Get","parameters":[{"schema":{"type":"integer","format":"int64"},"name":"MovieId","in":"query","description":"Source MovieId for recommendations.","required":false},{"schema":{"type":"integer","format":"int64"},"name":"ShowId","in":"query","description":"Source ShowId for recommendations.","required":false},{"schema":{"type":"string","enum":["similar","similarShowsOnly","similarMoviesOnly"]},"name":"Type","in":"query","description":"Type of recommendation response.","required":false}],"responses":{"200":{"description":"Success","content":{"application/json":{"schema":{"$ref":"#/components/schemas/XRoadMediaRecommendationResponse"}}}}},"deprecated":false}}},"components":{"schemas":{"XRoadMediaRecommendationResponse":{"title":"XRoadMediaRecommendationResponse","properties":{"recommendations":{"type":"array","items":{"$ref":"#/components/schemas/Recommendation"}}},"description":"XRoadMediaRecommendationResponse","type":"object"},"Recommendation":{"title":"Recommendation","properties":{"explanations":{"description":"List of reasons for recommendation.","type":"array","items":{"$ref":"#/components/schemas/Explanation"}},"score":{"description":"Quality of the recommendation relative to other recommendations.","type":"number","format":"float"},"program":{"$ref":"#/components/schemas/Program","description":"The ID and Type of IVA Program."}},"description":"Recommendation","type":"object"},"Explanation":{"title":"Explanation","properties":{"originator":{"description":"Origination of the explanation.","type":"string"},"type":{"description":"The granularity of recommendation match.","type":"string"},"message":{"type":"string"}},"description":"Explanation","type":"object"},"Program":{"title":"Program","properties":{"Id":{"description":"The ID of the program (show or movie)","type":"integer","format":"int64"},"Type":{"description":"The type of IVA program (show or movie).","type":"string"}},"description":"Program","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/rabbit-recommendations-api-docs/rabbitrecommendations.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.
