Movie · TV · Anime Download API

STREAMRIP

The simplest way to link movie, TV and anime download pages from your own site. TMDB & AniList powered, multi-source aggregated.

Movies
Shows + Anime
contact@streamrip.fun

📎 The link templates

Movie

https://example.com/movie/{tmdb_id}
Example: /movie/603  →  The Matrix

TV Show

https://example.com/tv/{tmdb_id}/{season}/{episode}
Example: /tv/1399/1/1  →  Game of Thrones S1E1

Anime

https://example.com/anime/{anilist_id}/{episode}
Example: /anime/16498/1  →  Attack on Titan Ep1

🔧 How to use it

1 Get the ID

For movies & TV, grab the ID from a TMDB URL — e.g. themoviedb.org/movie/603 or themoviedb.org/tv/1399. For anime, grab it from AniList — e.g. anilist.co/anime/16498.

2 Build the URL

Drop the ID into the matching template above. For TV add season + episode. For anime add the episode number (anime numbering is flat — no seasons).

3 Link or embed

Use a simple link or drop it into an iframe to keep users on your site:

<!-- simple link -->
<a href="https://example.com/movie/603" target="_blank">Download The Matrix</a>

<!-- embedded iframe -->
<iframe
  src="https://example.com/movie/603"
  width="100%" height="900"
  frameborder="0"></iframe>

📺 What's on each page

🌐 Sources