BabaStream BabaStream

Anime streaming & embed service

Watch anime. Sub or dub. Anywhere.

Browse thousands of titles on BabaStream, or drop a predictable iframe URL straight into your own site.

Live iframe code

<iframe
  src="https://babastream.top/embed/21/1/sub"
  width="100%"
  height="100%"
  frameborder="0"
  scrolling="no"
  allowfullscreen></iframe>

Why BabaStream

Everything you need to watch, or to embed

Browse & watch on-site

Search the catalog, open an anime, and pick an episode — BabaStream plays it directly, no external site needed.

One predictable embed URL

Every episode also lives at /embed/{mal}/{ep}/{sub|dub}, for anyone who wants to embed it elsewhere.

Sub & dub, same route

Swap the last segment between sub and dub — the rest of the URL never changes.

Built for MAL ids

Reference anime by their MyAnimeList id, the same id our catalog already tracks.

No signup required

There's no API key or account gate. Just search and press play.

Free & donation-supported

BabaStream stays free, kept running by Patreon supporters, donations, and an optional ad view.

Four steps

Build an embed URL

1

Pick the MAL id

Example: One Piece is 21.

2

Pick the episode

Whole numbers or specials like 12.5.

3

Pick the language

Use sub or dub.

4

Build the URL

Combine into /embed/{mal_id}/{ep_id}/{sub|dub}.

Try it now

Embed tester

Enter a MAL id and episode, pick sub or dub, and preview the embed instantly.

Examples

Test embeds

Each preview uses the same embed route you put on your site.

One Piece

MAL 21 · Episode 1 · sub

Open
<iframe src="https://babastream.top/embed/21/1/sub" width="100%" height="100%" frameborder="0"
  scrolling="no" allowfullscreen></iframe>

Naruto

MAL 20 · Episode 1 · sub

Open
<iframe src="https://babastream.top/embed/20/1/sub" width="100%" height="100%" frameborder="0"
  scrolling="no" allowfullscreen></iframe>

Naruto Shippuden

MAL 1735 · Episode 1 · sub

Open
<iframe src="https://babastream.top/embed/1735/1/sub" width="100%" height="100%" frameborder="0"
  scrolling="no" allowfullscreen></iframe>