9anime.to Open in urlscan Pro
2606:4700:e0::ac40:6f21  Public Scan

URL: https://9anime.to/watch/mobile-suit-gundam-i.mqov/ep-full
Submission Tags: falconsandbox
Submission: On March 04 via api from US — Scanned from DE

Form analysis 6 forms found in the DOM

GET filter

<form method="get" autocomplete="off" action="filter"> <button type="button"><i class="fa-solid fa-magnifying-glass"></i></button> <input type="text" name="keyword" placeholder="Search anime...">
  <div class="tip"> <svg class="icon">
      <use xlink:href="#icon-search-shortcut"></use>
    </svg> <span>Quick Access</span> </div>
  <div class="search-popup">
    <div class="s-close">Clear</div>
    <div class="inner">
      <div class="head-box">
        <div class="tabs-sm">
          <div class="tab active">Anime</div>
        </div>
        <div class="actions"> <a class="filter" href="/filter"> <svg class="icon"> <use xlink:href="#icon-tip-filter"></use> </svg> <span>Filter</span> </a> </div>
      </div>
      <div class="body"></div>
      <div class="foot">
        <div class="nav-tip"> <span> <svg class="icon">
              <use xlink:href="#icon-tip-arrow-down"></use>
            </svg> <svg class="icon">
              <use xlink:href="#icon-tip-arrow-up"></use>
            </svg> <span>to navigate</span> </span> <span> <svg class="icon">
              <use xlink:href="#icon-tip-enter"></use>
            </svg> <span>to select</span> </span> <span> <svg class="icon">
              <use xlink:href="#icon-tip-esc"></use>
            </svg> <span>to exit</span> </span> </div> <a class="more" href="#" style="display: none;">View all <i class="fas fa-long-arrow-right"></i></a>
      </div>
    </div>
  </div> <input type="hidden" name="vrf">
</form>

POST ajax/episode/report

<form action="ajax/episode/report" method="POST"> <input type="hidden" name="episode_id" id="report-episode-id"> <input type="hidden" name="server_id" id="report-server-id">
  <div class="block">
    <div class="info d-flex">
      <div class="avatar mr-3"> <img src="https://static.bunnycdn.ru/i/cache/images/2018/04/fe26741d799272e3bc638fbcf1ff54b4.jpg-w100" class="rounded"> </div>
      <div class="name">
        <div class="title">Kidou Senshi Gundam I</div>
        <div class="episode">Episode <span id="report-episode">?</span></div>
      </div>
    </div>
  </div>
  <div class="block">
    <div class="row">
      <div class="col-md-6">
        <div class="form-group"> <label class="form-label">Video:</label>
          <div>
            <div class="custom-control custom-checkbox custom-control-inline"> <input type="checkbox" name="issue[]" value="video_broken" class="custom-control-input" id="video_broken"> <label class="custom-control-label"
                for="video_broken">Broken</label> </div>
          </div>
        </div>
      </div>
      <div class="col-md-6">
        <div class="form-group"> <label class="form-label">Audio:</label>
          <div>
            <div class="custom-control custom-checkbox custom-control-inline"> <input type="checkbox" name="issue[]" value="audio_sync" class="custom-control-input" id="audio_sync"> <label class="custom-control-label" for="audio_sync">Not
                synced</label> </div>
          </div>
        </div>
      </div>
    </div>
  </div>
  <div class="block">
    <div class="row">
      <div class="col-md-6">
        <div class="form-group"> <label class="form-label">Subtitle:</label>
          <div>
            <div class="custom-control custom-checkbox custom-control-inline"> <input type="checkbox" name="issue[]" value="sub_sync" class="custom-control-input" id="sub_sync"> <label class="custom-control-label" for="sub_sync">Not synced</label>
            </div>
          </div>
        </div>
      </div>
      <div class="col-md-6">
        <div class="form-group"> <label class="form-label">Skip time:</label>
          <div>
            <div class="custom-control custom-checkbox custom-control-inline"> <input type="checkbox" name="issue[]" value="skiptime" class="custom-control-input" id="skiptime"> <label class="custom-control-label" for="skiptime">Wrong</label> </div>
          </div>
        </div>
      </div>
    </div>
  </div>
  <div class="block">
    <div class="form-group"> <label class="form-label">Other:</label>
      <div> <textarea class="form-control" name="message"></textarea> </div>
    </div>
  </div>
  <div class="form-group mb-3"> <button class="btn btn-light">Submit</button> </div>
</form>

POST ajax/user/login

<form class="ajax-login" action="ajax/user/login" method="post" data-broadcast="user:updated">
  <div class="form-group"> <i class="icon fa-solid fa-circle-user"></i> <input type="text" class="form-control form-control-lg" name="username" placeholder="Username or email" required=""> </div>
  <div class="form-group"> <i class="icon fa-solid fa-lock"></i> <input type="password" class="form-control form-control-lg" name="password" placeholder="Password" required=""> </div>
  <div class="form-group"> <a href="#" class="btn clear" data-content-switch="forgot">Forgot password</a> </div>
  <div class="form-group"> <span class="captcha"></span> </div>
  <div class="form-group"> <button type="submit" class="btn btn-lg fw-bold btn-primary w-100">Submit</button> </div>
</form>

POST ajax/user/register

<form class="ajax-register" action="ajax/user/register" method="post" data-broadcast="user:updated">
  <div class="form-group"> <i class="icon fa-solid fa-envelope"></i> <input type="email" class="form-control form-control-lg" placeholder="Email" name="email"> </div>
  <div class="form-group"> <i class="icon fa-solid fa-circle-user"></i> <input type="text" class="form-control form-control-lg" placeholder="Username" name="username"> </div>
  <div class="form-group"> <i class="icon fa-solid fa-lock"></i> <input type="password" class="form-control form-control-lg" placeholder="Password" name="password"> </div>
  <div class="form-group"> <i class="icon fa-solid fa-lock"></i> <input type="password" class="form-control form-control-lg" placeholder="Password confirmation" name="password_confirmation"> </div>
  <div class="form-group"> <span class="captcha"></span> </div>
  <div class="form-group"> <button type="submit" class="btn btn-lg fw-bold btn-primary w-100">Register</button> </div>
</form>

POST ajax/user/forgot-password

<form class="ajax" action="ajax/user/forgot-password" method="post">
  <div class="form-group"> <i class="icon fa-solid fa-envelope"></i> <input type="text" class="form-control form-control-lg" placeholder="Email or Username" name="account"> </div>
  <div class="form-group"> <span class="captcha"></span> </div>
  <div class="form-group"> <button type="submit" class="btn btn-lg fw-bold btn-primary w-100">Submit</button> </div>
</form>

POST ajax/anime/request

<form class="ajax-login" action="ajax/anime/request" method="post">
  <div class="form-group"> <input type="text" class="form-control" name="title" placeholder="Anime name" required=""> </div>
  <div class="form-group"> <input type="text" class="form-control" name="ref_url" placeholder="Link to MAL/ anidb/ anilist or any if possible"> </div>
  <div class="form-group"> <textarea class="form-control" name="detail" placeholder="More details about it if possible" rows="3"></textarea> </div>
  <div class="form-group"> <span class="captcha"></span> </div>
  <div class="form-group"> <button type="submit" class="btn btn-lg fw-bold btn-primary w-100">Submit</button> </div>
</form>

Text Content

 * Home


 * * ACTION
   
   
   * ADVENTURE
   
   
   * AVANT GARDE
   
   
   * BOYS LOVE
   
   
   * COMEDY
   
   
   * DEMONS
   
   
   * DRAMA
   
   
   * ECCHI
   
   
   * FANTASY
   
   
   * GIRLS LOVE
   
   
   * GOURMET
   
   
   * HAREM
   
   
   * HORROR
   
   
   * ISEKAI
   
   
   * IYASHIKEI
   
   
   * JOSEI
   
   
   * KIDS
   
   
   * MAGIC
   
   
   * MAHOU SHOUJO
   
   
   * MARTIAL ARTS
   
   
   * MECHA
   
   
   * MILITARY
   
   
   * MUSIC
   
   
   * MYSTERY
   
   
   * PARODY
   
   
   * PSYCHOLOGICAL
   
   
   * REVERSE HAREM
   
   
   * ROMANCE
   
   
   * SCHOOL
   
   
   * SCI-FI
   
   
   * SEINEN
   
   
   * SHOUJO
   
   
   * SHOUNEN
   
   
   * SLICE OF LIFE
   
   
   * SPACE
   
   
   * SPORTS
   
   
   * SUPER POWER
   
   
   * SUPERNATURAL
   
   
   * SUSPENSE
   
   
   * THRILLER
   
   
   * VAMPIRE
   Genre


 * * TV SERIES
   
   
   * MOVIES
   
   
   * OVAS
   
   
   * ONAS
   
   
   * SPECIALS
   
   
   * MUSIC
   Types
 * Newest
 * Updated
 * Ongoing
 * Added
 * Request
 * Watch2gether
 * Random
 * Donate
 * Read Manga



Quick Access
Clear
Anime
Filter

to navigate to select to exit
View all
Watch2gether Random Read Manga
EN JP
AddThis Sharing Buttons
Share to FacebookFacebookShare to TwitterTwitterShare to MoreAddThis529K
Sign in
Warning: There are many 9anime copy cat sites on the internet, please bookmark
9anime.me to update about 9anime's domains.
Expand
Auto Play
Auto Next
Auto Skip
Add skip time
 * Intro begin
   Intro end
   Outro begin
   Outro end
   Contribute

Light
Prev
Next
Report
Add to list

You're watching Episode 1.
If current servers doesn't work, please try other servers beside.
Sub
 * Vidstream
 * MyCloud
 * Filemoon
 * Streamtape
 * Mp4upload

Dub
 * Vidstream
 * MyCloud
 * Filemoon
 * Streamtape
 * Mp4upload

Sub & Dub
Sub & Dub
Only Sub
Only Dub
001-001
001-001

 * 1 Episode Full


MOBILE SUIT GUNDAM I

Kidou Senshi Gundam I; Mobile Suit Gundam I
PG 13 HD
In the future, with Earth's population rapidly increasing, humanity has
developed giant orbiting space colonies gathered in clusters known as "Sides."
As the elites on Earth force most of the populace into space, rebellion begins
to brew. In the year Universal Century 0079, one of the colony clusters known as
Side 3 declares itself the Principality of Zeon and launches a war of
independence against the Earth Federation.Despite having only a fraction of the
resources of the Federation, Zeon quickly gains the upper hand in the conflict
through the use of giant humanoid robots called mobile suits. Chief among Zeon's
mobile suit ace pilots is Char Aznable, a mysterious masked man known as the
"Red Comet." When Char's squadron comes across the Federation developing its own
prototype mobile suit called Gundam in the colony Side 7, his men launch a
brutal attack. Amuro Ray, the son of the prototype's developer, gets in the
Gundam and is able to fend off the Zeon attack. As Amuro soon finds himself
directly in conflict with Char, he is forced to flee the colony on a Federation
ship.
[more]
Type: MOVIE
Studio: Sunrise
Date aired: Mar 14, 1981
Status: Completed
Genre: Action, Adventure, Drama, Mecha, Military, Sci-Fi, Space
Country: Japan
Scores: 7.25 by 22,930 reviews
Premiered: Winter 1981
Duration: 140 min
Episodes: 1
Views: 43,415
8.64/10 77 reviews

What do you think about this anime?
Related
Prequel
Mobile Suit Gundam: The Origin
OVA 133,146 3,580
Prequel
Mobile Suit Gundam: The Origin - Advent of the Red Comet
TV 79,822 1,463
Sequel
Mobile Suit Gundam II: Soldiers of Sorrow
MOVIE 12,923 1,340
Full Story
Mobile Suit Gundam
TV 428,057 6,311
AddThis Sharing Buttons
Share to FacebookFacebookFacebookShare to TwitterTwitterTwitterShare to
TelegramTelegramTelegramShare to MessengerMessengerMessengerShare to
PinterestPinterestPinterestShare to MoreAddThisMore


Comments
Anime
Episode 1 SUB
Rules


9ANIME COMMENT POLICIES & GUIDELINES

 1.  Spoiling Content
     
     Definition
     
     “Anime Comment” is a spoiler-free section and is usually used for a general
     discussion about anime without spoiling any content.
     
     “Episode Comment” may contain spoilers for current or previous episodes.
     Contents from manga or future episodes are considered as spoilers.
     
     
     Hiding spoilers with spoiler tags is not allowed either.
     
     
     Consequences
     
     Minor Spoiler:-
     
     1st Offense: Warning + Temporary Ban (Ranging 1 day to 3 days)
     
     2nd Offense Within 30 Days of 1st Offense: Permanent Ban
     
     Major Spoiler:-
     
     1st Offense: Permanent Ban
     

 2.  Diversion From Topic
     
     Definition
     
     The comment section should be about the anime on hand. Although references
     from other anime may be used, the core topic of the comments should be
     about the anime at hand.
     
     This rule also applies on advertising other streaming websites which
     results in an instant ban.
     
     
     This rule also applies to spam, posting comments like “first”, “second”,
     etc. are considered spam.
     
     
     Consequences
     
     1st Offense: Warning + Temporary Ban (Ranging 1 day to 3 days)
     
     2nd Offense Within 30 Days of 1st Offense: Permanent Ban
     

 3.  Flame War
     
     Definition
     
     Exchange of angry or abusive messages between the comments. Any form of
     insulting is also considered as flame war.
     
     
     Consequences
     
     1st Offense: Warning + Temporary Ban (Ranging 1 day to 3 days)
     
     2nd Offense Within 30 Days of 1st Offense: Permanent Ban

 4.  Posting Harmful Link
     
     Definition
     
     Post of hyperlinks for websites that may contain viruses or may harm your
     PC or device.
     
     
     Consequences
     
     1st Offense: Permanent Ban + Deletion of All Comments

 5.  Posting NSFW Content
     
     Definition
     
     Posting contents that are not safe for work, such as pornographic images or
     video, ecchi anime, hentai, etc.
     
     
     Consequences
     
     1st Offense: Warning + Temporary Ban (Ranging 1 day to 3 days)
     
     2nd Offense Within 30 Days of 1st Offense: Permanent Ban
     

 6.  Inappropriate Profile Picture
     
     Definition
     
     Using a profile picture that is not safe for work. Although minor ecchi or
     fanservice is acceptable.
     
     
     Consequences
     
     1st Offense: Warning + Temporary Ban (Ranging 1 day to 3 days)
     
     2nd Offense Within 30 Days of 1st Offense: Permanent Ban
     

 7.  Use of Common Sense
     
     Definition
     
     If you think that you’ll get in trouble for what you’re about to do, don’t
     do it.
     
     
     Consequences
     
     1st Offense: Warning + Temporary Ban (Ranging 1 day to 3 days)
     
     2nd Offense Within 30 Days of 1st Offense: Permanent Ban
     

 8.  Upvote Abusing
     
     Definition
     
     Creating multiple alternative accounts to upvote your own comments.
     
     
     Consequences
     
     1st Offense: Permanent Ban on All Accounts + Deletion of All Comments
     

 9.  Downvote Abusing
     
     Definition
     
     Targeting a user and downvoting all his comments, or creating multiple
     accounts to downvote one or more comments.
     
     
     Consequences
     
     1st Offense: Permanent Ban on All Accounts
     

 10. Swearing
     
     Definition
     
     Swearing is fine, as long as it’s not directed towards anyone, even as a
     joke. It may be misinterpreted by a moderator.
     
     
     Consequences
     
     1st Offense: Warning + Temporary Ban (Ranging 1 day to 3 days)
     
     2nd Offense Within 30 Days of 1st Offense: Permanent Ban
     

 11. Moderator Verdict
     
     Definition
     
     A moderator’s verdict is final and arguing with them will only cause
     further punishment. If you have a complaint against a staff member, or wish
     to file a ban appeal, go to the 9Anime Discord Server and post your issue
     in the #disqus-appeals channel.
     
     
     Consequences
     
     1st Offense: Warning + Temporary Ban (Ranging 1 day to 3 days)
     
     2nd Offense Within 30 Days of 1st Offense: Permanent Ban

Think you have been unfairly warned or banned?

If you believe that you’ve been unfairly banned or if you have a complaint
against one or more Disqus Staff Members, you may post an appeal or complaint on
9Anime Discord Server.


STEPS

 1. Join 9Anime Discord Server: https://discord.gg/KRQQKzQ6CS
 2. Read the #rules channel and follow instructions. (Optional, but highly
    recommended)
 3. Head towards #disqus-appeals channel.
 4. Use the appropriate template to appeal a ban or file a complaint.

Recommended
Neon Genesis Evangelion
TV 26 Eps 64,246
Evangelion: 1.0 You Are (Not) Alone
MOVIE 1 Eps 17,515
Macross: Do You Remember Love?
MOVIE 1 Eps 1,377
A Certain Magical Index
TV 24 Eps 52,795
Eureka Seven
TV 50 Eps 16,837
Gunbuster
OVA 6 Eps 3,765
Crusher Joe: The Movie
MOVIE 1 Eps 361
Legend of the Galactic Heroes: Overture to a New War
MOVIE 1 Eps 989
Toward the Terra
MOVIE 1 Eps 314
Code Geass: Lelouch of the Rebellion I - Initiation
MOVIE 1 Eps 4,984

REPORT AN ISSUE

×
Kidou Senshi Gundam I
Episode ?
Video:
Broken
Audio:
Not synced
Subtitle:
Not synced
Skip time:
Wrong
Other:

Submit
A-Z List
Searching anime order by alphabet name A to Z.
 * All
 * 0-9
 * A
 * B
 * C
 * D
 * E
 * F
 * G
 * H
 * I
 * J
 * K
 * L
 * M
 * N
 * O
 * P
 * Q
 * R
 * S
 * T
 * U
 * V
 * W
 * X
 * Y
 * Z

Join now
Help
 * FAQ
 * Contact
 * Request

Friends
 * fmovies
 * read manga
 * gogoanime

Copyright © 9anime.to. All Rights Reserved
This site does not store any files on its server. All contents are provided by
non-affiliated third parties.

LOGIN

×

Welcome back!

Forgot password

Submit
Don't have an account? Register

REGISTER

×

Create an account to use full range of functions..

Register
Already have an account? Sign in

FORGOT PASSWORD

×

We will send an email to your box, just follow that link to set your new
password.

Submit
Back to sign in

SEND A REQUEST

×

If you can't find your favourite anime in our library, please submit a request.
We will try to make it available as soon as possible.

Submit