aniwave.to Open in urlscan Pro
2606:4700:e0::ac40:6f20  Public Scan

URL: https://aniwave.to/watch/sugar-apple-fairy-tale.2op82/ep-7
Submission: On August 07 via manual 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>
</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/c/ce/ce35f4414f3ad4ad632f318d061a22b0.jpg-w100" class="rounded"> </div>
      <div class="name">
        <div class="title">Sugar Apple Fairy Tale</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

Sign in
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 7.
If current servers doesn't work, please try other servers beside.
Sub
 * Vidstream
 * MyCloud
 * Filemoon
 * Mp4upload

Dub
 * Vidstream
 * MyCloud
 * Filemoon
 * Mp4upload

× The next episode is predicted to arrive on 2023/03/31 12:30 GMT (It's coming)
Sub & Dub
Sub & Dub
Only Sub
Only Dub
001-012
001-012

 * 1 The Scarecrow and the Fairy
 * 2 The Bloody Highway
 * 3 The Sugar Apple Is the Tree of Betrayal
 * 4 The Fate of the Royal Medal
 * 5 Anne and the Cat`s Sugar Confectionary
 * 6 The Castle on the Sea
 * 7 A False Farewell
 * 8 If I Keep Gazing at You
 * 9 The Radcliffe Workshop
 * 10 The Young Lady of Paige Workshop
 * 11 That Which Should Be Made
 * 12 I Didn`t Want to Let Go


SUGAR APPLE FAIRY TALE

Sugar Apple Fairy Tale
PG 13 HD
The fairies in Highland once lived freely until humans betrayed them, and now
they are enslaved after having their wings stripped. However, Ann Halford, a
15-year-old girl, dreams of a day when humans and fairies are treated equally.
She aspires to become a Silver Sugar Master, just like her mother, and sets out
for the royal capital of Lewiston to participate in the annual Royal Candy Fair,
where she hopes to win a royal medal.
To survive the treacherous journey, Ann employs the help of a warrior fairy
named Shall Fen Shall, who she saved from his cruel fairy trader. Ann promises
to return Shall's wing once they reach the capital, but their relationship grows
as they continue their journey together. Along the way, they learn more about
each other and their true desires.
[more]
Type: TV
Country: Japan
Premiered: Winter 2023
Date aired: Jan 06, 2023 to Mar 24, 2023
Broadcast: Fridays at 21:30 JST
Status: Completed
Genres: Adventure, Fantasy, Romance, Shoujo, Magic
MAL: 7.37 by 31,208 reviews
Duration: 22 min
Episodes: 12
Studios: J.C.Staff
Producers: KADOKAWA, Magic Capsule, AT-X, flying DOG, Crunchyroll, BS Asahi
8.45/10 2421 reviews

What do you think about this anime?
Season 1
Season 2

Related
Sequel
Sugar Apple Fairy Tale Season 2
TV 190k 7.6k
Shares








Comments
Anime
Episode 7 SUB
Rules


ANIWAVE 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 Aniwave 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 Aniwave 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
Deaimon: Recipe for Happiness
TV 12 Eps 9.7k
Spice and Wolf
TV 13 Eps 43k
Smile Down the Runway
TV 12 Eps 9.6k
Kamisama Kiss
TV 13 Eps 42k
The Ice Guy and His Cool Female Colleague
TV 12 Eps 52k
Yona of the Dawn
TV 24 Eps 57k
Snow White with the Red Hair
TV 12 Eps 53k
Why Raeliana Ended Up at the Duke’s Mansion
TV 12 Eps 29k
The Seven Deadly Sins: Dragon's Judgement
TV 24 Eps 58k
The Saint's Magic Power is Omnipotent
TV 12 Eps 40k

REPORT AN ISSUE

×
Sugar Apple Fairy Tale
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 online
 * zoro anime

Copyright © aniwave.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