Retrieves similar movie or TV show recommendations from TMDB based on the provided media ID. Results are returned with transformed IDs:Documentation Index
Fetch the complete documentation index at: https://docs.discovr.media/llms.txt
Use this file to discover all available pages before exploring further.
- TV shows:
TV_{tmdb_id} - Movies:
MV_{tmdb_id}
tmdb_id field with the original TMDB ID.
Image paths (poster_path, backdrop_path) are returned as full URLs.
Parameters
| Name | Type | Required | Description |
|---|---|---|---|
| mediaId | string | Yes | The unique identifier of the media item (e.g., “MV_550”, “TV_1399”) |
| language | string | No | Language code for the results (e.g., “en-US”) |
| page | integer | No | Page number for pagination (default: 1) |
Returns
SimilarResponse — Recommendations retrieved successfully
View response structure
View response structure