watchseries.bar Open in urlscan Pro
2606:4700:3035::ac43:bdd1  Public Scan

Submitted URL: https://watchseries.bar/0.8388385900223367
Effective URL: https://watchseries.bar/filters
Submission: On November 28 via api from US — Scanned from US

Form analysis 2 forms found in the DOM

<form class="align-items-center" id="autosearch" onsubmit="return false">
  <a class="filter-btn btn btn-sm" href="https://watchseries.bar/filters">
                                    <i class="uil uil-filter"></i> Filter
                                </a>
  <input id="searchInput" placeholder="Search movies..." type="text">
  <button id="submit">
    <i class="uil uil-search"></i>
  </button>
</form>

filter

<form action="filter" autocomplete="off" id="site-filters">
  <div>
    <div class="dropdown xs">
      <button class="btn site-filter dropdown-toggle" data-toggle="dropdown">
        <span class="value" data-label-placement="true" data-placeholder="Type">Type</span>
        <i class="uil uil-clapper-board"></i>
      </button>
      <ul class="noclose dropdown-menu c1">
        <li>
          <input checked="checked" id="type-movie" name="type[]" type="radio" value="movie">
          <label for="type-movie">Movie</label>
        </li>
        <li id="tvv" onclick="location.href='https://watchseries.bar/tv-series';">
          <input id="type-tv" name="type" type="radio" value="tv">
          <label for="type-tv">TV-Shows</label>
        </li>
      </ul>
    </div>
  </div>
  <div>
    <div class="dropdown xs">
      <button class="btn site-filter dropdown-toggle" data-toggle="dropdown">
        <span class="value" data-label-placement="true" data-placeholder="Genre">Genre</span>
        <i class="uil uil-book-alt"></i>
      </button>
      <div class="noclose dropdown-menu genres lg c4">
        <ul class="options">
          <li title="Action"><input onclick="sortMovies('action')" type="radio" id="genre-action" name="genre[]" value="28"> <label for="genre-action">Action</label></li>
          <li title="Adventure"><input onclick="sortMovies('adventure')" type="radio" id="genre-adventure" name="genre[]" value="12"> <label for="genre-adventure">Adventure</label></li>
          <li title="Animation"><input onclick="sortMovies('animation')" type="radio" id="genre-animation" name="genre[]" value="16"> <label for="genre-animation">Animation</label></li>
          <li title="Comedy"><input onclick="sortMovies('comedy')" type="radio" id="genre-comedy" name="genre[]" value="35"> <label for="genre-comedy">Comedy</label></li>
          <li title="Crime"><input onclick="sortMovies('crime')" type="radio" id="genre-crime" name="genre[]" value="80"> <label for="genre-crime">Crime</label></li>
          <li title="Documentary"><input onclick="sortMovies('documentary')" type="radio" id="genre-documentary" name="genre[]" value="99"> <label for="genre-documentary">Documentary</label></li>
          <li title="Drama"><input onclick="sortMovies('drama')" type="radio" id="genre-drama" name="genre[]" value="18"> <label for="genre-drama">Drama</label></li>
          <li title="Family"><input onclick="sortMovies('family')" type="radio" id="genre-family" name="genre[]" value="10751"> <label for="genre-family">Family</label></li>
          <li title="Fantasy"><input onclick="sortMovies('fantasy')" type="radio" id="genre-fantasy" name="genre[]" value="14"> <label for="genre-fantasy">Fantasy</label></li>
          <li title="History"><input onclick="sortMovies('history')" type="radio" id="genre-history" name="genre[]" value="36"> <label for="genre-history">History</label></li>
          <li title="Horror"><input onclick="sortMovies('horror')" type="radio" id="genre-horror" name="genre[]" value="27"> <label for="genre-horror">Horror</label></li>
          <li title="Music"><input onclick="sortMovies('music')" type="radio" id="genre-music" name="genre[]" value="10402"> <label for="genre-music">Music</label></li>
          <li title="Mystery"><input onclick="sortMovies('mystery')" type="radio" id="genre-mystery" name="genre[]" value="9648"> <label for="genre-mystery">Mystery</label></li>
          <li title="Romance"><input onclick="sortMovies('romance')" type="radio" id="genre-romance" name="genre[]" value="10749"> <label for="genre-romance">Romance</label></li>
          <li title="Science Fiction"><input onclick="sortMovies('science fiction')" type="radio" id="genre-science-fiction" name="genre[]" value="878"> <label for="genre-science-fiction">Science Fiction</label></li>
          <li title="TV Movie"><input onclick="sortMovies('tv movie')" type="radio" id="genre-tv-movie" name="genre[]" value="10770"> <label for="genre-tv-movie">TV Movie</label></li>
          <li title="Thriller"><input onclick="sortMovies('thriller')" type="radio" id="genre-thriller" name="genre[]" value="53"> <label for="genre-thriller">Thriller</label></li>
          <li title="War"><input onclick="sortMovies('war')" type="radio" id="genre-war" name="genre[]" value="10752"> <label for="genre-war">War</label></li>
          <li title="Western"><input onclick="sortMovies('western')" type="radio" id="genre-western" name="genre[]" value="37"> <label for="genre-western">Western</label></li>
        </ul>
      </div>
    </div>
  </div>
  <div>
    <div class="dropdown xs">
      <button class="btn site-filter dropdown-toggle" data-toggle="dropdown">
        <span class="value" data-label-placement="true" data-placeholder="Year">Year</span>
        <i class="uil uil-calender"></i>
      </button>
      <ul class="noclose dropdown-menu md c3 years">
        <li>
          <input id="year-2024" name="year[]" onclick="showMovieYear(2024)" type="radio" value="2024">
          <label for="year-2024">2024</label>
        </li>
        <li>
          <input id="year-2023" name="year[]" onclick="showMovieYear(2023)" type="radio" value="2023">
          <label for="year-2023">2023</label>
        </li>
        <li>
          <input id="year-2022" name="year[]" onclick="showMovieYear(2022)" type="radio" value="2022">
          <label for="year-2022">2022</label>
        </li>
        <li>
          <input id="year-2021" name="year[]" onclick="showMovieYear(2021)" type="radio" value="2021">
          <label for="year-2021">2021</label>
        </li>
        <li>
          <input id="year-2020" name="year[]" onclick="showMovieYear(2020)" type="radio" value="2020">
          <label for="year-2020">2020</label>
        </li>
        <li>
          <input id="year-2019" name="year[]" onclick="showMovieYear(2019)" type="radio" value="2019">
          <label for="year-2019">2019</label>
        </li>
        <li>
          <input id="year-2018" name="year[]" onclick="showMovieYear(2018)" type="radio" value="2018">
          <label for="year-2018">2018</label>
        </li>
        <li>
          <input id="year-2017" name="year[]" onclick="showMovieYear(2017)" type="radio" value="2017">
          <label for="year-2017">2017</label>
        </li>
        <li>
          <input id="year-2016" name="year[]" onclick="showMovieYear(2016)" type="radio" value="2016">
          <label for="year-2016">2016</label>
        </li>
        <li>
          <input id="year-2015" name="year[]" onclick="showMovieYear(2015)" type="radio" value="2015">
          <label for="year-2015">2015</label>
        </li>
        <li>
          <input id="year-2014" name="year[]" onclick="showMovieYear(2014)" type="radio" value="2014">
          <label for="year-2014">2014</label>
        </li>
        <li>
          <input id="year-2013" name="year[]" onclick="showMovieYear(2013)" type="radio" value="2013">
          <label for="year-2013">2013</label>
        </li>
        <li>
          <input id="year-2012" name="year[]" onclick="showMovieYear(2012)" type="radio" value="2012">
          <label for="year-2012">2012</label>
        </li>
        <li>
          <input id="year-2011" name="year[]" onclick="showMovieYear(2011)" type="radio" value="2011">
          <label for="year-2011">2011</label>
        </li>
        <li>
          <input id="year-2010" name="year[]" onclick="showMovieYear(2010)" type="radio" value="2010">
          <label for="year-2010">2010</label>
        </li>
        <li>
          <input id="year-2009" name="year[]" onclick="showMovieYear(2009)" type="radio" value="2009">
          <label for="year-2009">2009</label>
        </li>
        <li>
          <input id="year-2008" name="year[]" onclick="showMovieYear(2008)" type="radio" value="2008">
          <label for="year-2008">2008</label>
        </li>
        <li>
          <input id="year-2007" name="year[]" onclick="showMovieYear(2007)" type="radio" value="2007">
          <label for="year-2007">2007</label>
        </li>
        <li>
          <input id="year-2006" name="year[]" onclick="showMovieYear(2006)" type="radio" value="2006">
          <label for="year-2006">2006</label>
        </li>
        <li>
          <input id="year-2005" name="year[]" onclick="showMovieYear(2005)" type="radio" value="2005">
          <label for="year-2005">2005</label>
        </li>
        <li>
          <input id="year-2004" name="year[]" onclick="showMovieYear(2004)" type="radio" value="2004">
          <label for="year-2004">2004</label>
        </li>
        <li>
          <input id="year-2003" name="year[]" onclick="showMovieYear(2003)" type="radio" value="2003">
          <label for="year-2003">2003</label>
        </li>
        <li>
          <input id="year-2002" name="year[]" onclick="showMovieYear(2002)" type="radio" value="2002">
          <label for="year-2002">2002</label>
        </li>
        <li>
          <input id="year-2001" name="year[]" onclick="showMovieYear(2001)" type="radio" value="2001">
          <label for="year-2001">2003</label>
        </li>
        <li>
          <input id="year-2000" name="year[]" onclick="showMovieYear(2000)" type="radio" value="2000">
          <label for="year-2000">2000</label>
        </li>
        <li>
          <input id="year-1999" name="year[]" onclick="showMovieYear(1999)" type="radio" value="1999">
          <label for="year-1999">1999</label>
        </li>
        <li>
          <input id="year-1998" name="year[]" onclick="showMovieYear(1998)" type="radio" value="1998">
          <label for="year-1998">1998</label>
        </li>
      </ul>
    </div>
  </div>
  <div id="sortbymovie">
    <div class="dropdown xs">
      <button class="btn site-filter dropdown-toggle" data-toggle="dropdown">
        <span class="value" data-label-placement="true" data-placeholder="Sort by">Sort by</span>
        <i class="uil uil-sort-amount-down"></i>
      </button>
      <ul class="noclose dropdown-menu c1">
        <li>
          <input checked="checked" id="sort-latest" name="sort" onclick="sortMovies('popularity')" type="radio" value="latest">
          <label for="sort-latest">Latest</label>
        </li>
        <li>
          <input id="sort-descending" name="sort" onclick="sortMovies('descending')" type="radio" value="descending">
          <label for="sort-descending">Popular DESC</label>
        </li>
        <li>
          <input id="sort-ascending" name="sort" onclick="sortMovies('ascending')" type="radio" value="ascending">
          <label for="sort-ascending">Popular ASC</label>
        </li>
        <li>
          <input id="sort-grossing" name="sort" onclick="sortMovies('grossing')" type="radio" value="grossing">
          <label for="sort-grossing">Grossing</label>
        </li>
        <li>
          <input id="sort-rating" name="sort" onclick="sortMovies('rating')" type="radio" value="rating">
          <label for="sort-rating">Rating</label>
        </li>
        <li>
          <input id="sort-az" name="sort" onclick="sortMovies('az')" type="radio" value="az">
          <label for="sort-az">Title (A-Z)</label>
        </li>
        <li>
          <input id="sort-za" name="sort" onclick="sortMovies('za')" type="radio" value="za">
          <label for="sort-za">Title (Z-A)</label>
        </li>
        <li>
          <input id="sort-votes" name="sort" onclick="sortMovies('votes')" type="radio" value="votes">
          <label for="sort-votes">Votes</label>
        </li>
      </ul>
    </div>
  </div>
  <div>
    <div class="dropdown xs">
      <button class="btn site-filter dropdown-toggle" data-toggle="dropdown" id="reset">
        <span class="value">Reset</span>
      </button>
    </div>
  </div>
</form>

Text Content

 * Home
 * Genre
   * Action
   * Adventure
   * Animation
   * Comedy
   * Crime
   * Documentary
   * Drama
   * Family
   * Fantasy
   * History
   * Horror
   * Music
   * Mystery
   * Romance
   * Science Fiction
   * TV Movie
   * Thriller
   * War
   * Western
 * Movies
 * TV Series
 * Top IMDb


Filter

Search movies...


FILTERS

Type
 * Movie
 * TV-Shows

Genre
 * Action
 * Adventure
 * Animation
 * Comedy
 * Crime
 * Documentary
 * Drama
 * Family
 * Fantasy
 * History
 * Horror
 * Music
 * Mystery
 * Romance
 * Science Fiction
 * TV Movie
 * Thriller
 * War
 * Western

Year
 * 2024
 * 2023
 * 2022
 * 2021
 * 2020
 * 2019
 * 2018
 * 2017
 * 2016
 * 2015
 * 2014
 * 2013
 * 2012
 * 2011
 * 2010
 * 2009
 * 2008
 * 2007
 * 2006
 * 2005
 * 2004
 * 2003
 * 2002
 * 2003
 * 2000
 * 1999
 * 1998

Sort by
 * Latest
 * Popular DESC
 * Popular ASC
 * Grossing
 * Rating
 * Title (A-Z)
 * Title (Z-A)
 * Votes

Reset

HD

MOVIE2024
Venom: The Last Dance
HD

MOVIE2024
Smile 2
HD

MOVIE2024
Moana 2
HD

MOVIE2024
The Wild Robot
HD

MOVIE2024
Gladiator II
HD

MOVIE2024
Wicked
HD

MOVIE2024
Terrifier 3
HD

MOVIE2024
Apocalypse Z: The Beginning of the End
HD

MOVIE2024
Deadpool & Wolverine
HD

MOVIE2024
The Substance
HD

MOVIE2024
Spellbound
HD

MOVIE2024
Transformers One
HD

MOVIE2024
Alien: Romulus
HD

MOVIE2024
Red One
HD

MOVIE2024
We Live in Time
HD

MOVIE2024
Despicable Me 4
HD

MOVIE2024
Classified
HD

MOVIE2024
Knox Goes Away
HD

MOVIE2024
Arcadian
HD

MOVIE2024
Inside Out 2
 * 
 * 1
 * 


YOU MAY LIKE IT

HD TV8.8 05 November 2021
Arcane

HD MOVIE7.7 19 November 2024
Wicked

HD MOVIE7.3 26 November 2024
Moana 2

HD TV0 27 November 2024
The Madness

HD MOVIE5.9 26 November 2024
Our Little Secret

HD MOVIE7.4 24 October 2024
Conclave

HD TV8.3 29 August 2017
Day and Night

HD MOVIE6.8 21 November 2024
Spellbound

HD MOVIE6.7 15 October 2024
Smile 2

HD MOVIE7.3 12 August 2024
Alien: Romulus

HD TV8.2 03 May 2023
Silo

HD TV8.2 19 February 2022
FROM

HD MOVIE5.5 06 November 2024
Elevation

HD MOVIE8.4 11 September 2024
The Wild Robot

HD MOVIE6.7 12 November 2024
Gladiator II
 * Movies
 * TV Series

WatchSeries - Your destination for free movie streaming online. Watch movies
online for free, anytime, anywhere. Explore our vast collection and experience
cinematic wonders at your fingertips.


Created by fr0zen

This site does not store any files on our server, we only linked to the media
which is hosted on 3rd party services.
 * Contact
 * Request