discadia.com Open in urlscan Pro
2606:4700:20::681a:27a  Public Scan

Submitted URL: http://discadia.com/
Effective URL: https://discadia.com/
Submission: On November 05 via api from US — Scanned from US

Form analysis 1 forms found in the DOM

GET /

<form style="width: 100%;" method="GET" action="/" x-data="{ search_query: '' }">
  <div class="flex flex-col">
    <h1 class="text-4xl font-medium">Discord Servers</h1>
    <h2 class="my-2 text-gray-400 max-w-xl">Find Discord servers and make new friends!</h2>
    <div class="flex sm:mt-3 flex-col-reverse sm:flex-row">
      <button class="relative flex-wrap flex active:outline-none">
        <section class="pr-1">
          <input class="w-0 appearance-none" type="radio" name="sort" value="top" id="sort-by-top">
          <label class="py-1.5 px-2 text-sm bg-gray-700 rounded-lg hover:text-gray-800 hover:bg-white cursor-pointer" for="sort-by-top">Top</label>
        </section>
        <section class="pr-1">
          <input class="w-0 appearance-none" type="radio" name="sort" value="active" id="sort-by-active">
          <label class="py-1.5 px-2 text-sm bg-gray-700 rounded-lg hover:text-gray-800 hover:bg-white cursor-pointer" for="sort-by-active">Active</label>
        </section>
        <section>
          <input class="w-0 appearance-none" type="radio" name="sort" value="members" id="sort-by-members">
          <label class="py-1.5 px-2 text-sm bg-gray-700 rounded-lg hover:text-gray-800 hover:bg-white cursor-pointer" for="sort-by-members">Members</label>
        </section>
      </button>
      <a href="/add/" class="group flex mr-auto sm:mr-0 mb-3 sm:mb-0 ml-0 sm:ml-auto text-sm pl-2 pr-0.5 text-white bg-green-700 hover:text-gray-700 hover:bg-white rounded-lg cursor-pointer">
                                    <span class="self-center group-hover:text-gray-800">Add Your Server</span>
                                    <i class="uil-angle-right self-center text-lg group-hover:text-gray-800"></i>
                                </a>
    </div>
  </div>
  <fieldset class="bg-gray-800 flex rounded-xl items-center mb-1 p-2 mt-2 w-full border border-gray-700">
    <input placeholder="Search for.." name="q" class="w-full bg-transparent text-base sm:text-xl p-2 flex-grow focus:outline-none" autocomplete="off" spellcheck="false" x-model="search_query" value="" aria-label="Search">
    <a class="group cursor-pointer pr-5 hidden sm:flex" x-show="search_query.length > 0" href="/" style="display: none;">
                                <i class="text-gray-400 group-hover:text-gray-200 self-center uil-trash-alt"></i>
                                <span class="text-gray-400 group-hover:text-gray-200 self-center pl-1 text-xs font-medium">CLEAR</span>
                            </a>
    <input type="submit" value="Search" class="bg-indigo-600 px-5 py-1.5 rounded-lg cursor-pointer mr-2 hover:bg-white hover:text-gray-800" aria-label="Submit">
  </fieldset>
  <fieldset class="flex flex-wrap">
    <div class="flex flex-wrap z-10">
      <a href="/?q=gaming" class="flex group bg-gray-700 hover:bg-white hover:text-gray-800 text-gray-200 border border-gray-600 rounded-full items-center text-center mx-1 mt-2 px-4 py-1">
                <span class="self-center mx-auto group-hover:text-gray-800">gaming</span>
            </a>
      <a href="/?q=community" class="flex group bg-gray-700 hover:bg-white hover:text-gray-800 text-gray-200 border border-gray-600 rounded-full items-center text-center mx-1 mt-2 px-4 py-1">
                <span class="self-center mx-auto group-hover:text-gray-800">community</span>
            </a>
      <a href="/?q=anime" class="flex group bg-gray-700 hover:bg-white hover:text-gray-800 text-gray-200 border border-gray-600 rounded-full items-center text-center mx-1 mt-2 px-4 py-1">
                <span class="self-center mx-auto group-hover:text-gray-800">anime</span>
            </a>
      <a href="/?q=fun" class="flex group bg-gray-700 hover:bg-white hover:text-gray-800 text-gray-200 border border-gray-600 rounded-full items-center text-center mx-1 mt-2 px-4 py-1">
                <span class="self-center mx-auto group-hover:text-gray-800">fun</span>
            </a>
      <a href="/?q=chill" class="flex group bg-gray-700 hover:bg-white hover:text-gray-800 text-gray-200 border border-gray-600 rounded-full items-center text-center mx-1 mt-2 px-4 py-1">
                <span class="self-center mx-auto group-hover:text-gray-800">chill</span>
            </a>
      <a href="/?q=minecraft" class="flex group bg-gray-700 hover:bg-white hover:text-gray-800 text-gray-200 border border-gray-600 rounded-full items-center text-center mx-1 mt-2 px-4 py-1">
                <span class="self-center mx-auto group-hover:text-gray-800">minecraft</span>
            </a>
      <a href="/?q=roblox" class="flex group bg-gray-700 hover:bg-white hover:text-gray-800 text-gray-200 border border-gray-600 rounded-full items-center text-center mx-1 mt-2 px-4 py-1">
                <span class="self-center mx-auto group-hover:text-gray-800">roblox</span>
            </a>
      <a href="/?q=roleplay" class="flex group bg-gray-700 hover:bg-white hover:text-gray-800 text-gray-200 border border-gray-600 rounded-full items-center text-center mx-1 mt-2 px-4 py-1">
                <span class="self-center mx-auto group-hover:text-gray-800">roleplay</span>
            </a>
      <a href="/?q=valorant" class="flex group bg-gray-700 hover:bg-white hover:text-gray-800 text-gray-200 border border-gray-600 rounded-full items-center text-center mx-1 mt-2 px-4 py-1">
                <span class="self-center mx-auto group-hover:text-gray-800">valorant</span>
            </a>
      <a href="/?q=art" class="flex group bg-gray-700 hover:bg-white hover:text-gray-800 text-gray-200 border border-gray-600 rounded-full items-center text-center mx-1 mt-2 px-4 py-1">
                <span class="self-center mx-auto group-hover:text-gray-800">art</span>
            </a>
      <a href="/?q=destiny%202" class="flex group bg-gray-700 hover:bg-white hover:text-gray-800 text-gray-200 border border-gray-600 rounded-full items-center text-center mx-1 mt-2 px-4 py-1">
                <span class="self-center mx-auto group-hover:text-gray-800">destiny 2</span>
            </a>
      <a href="/?q=rocket%20league" class="flex group bg-gray-700 hover:bg-white hover:text-gray-800 text-gray-200 border border-gray-600 rounded-full items-center text-center mx-1 mt-2 px-4 py-1">
                <span class="self-center mx-auto group-hover:text-gray-800">rocket league</span>
            </a>
      <a href="/?q=gta" class="flex group bg-gray-700 hover:bg-white hover:text-gray-800 text-gray-200 border border-gray-600 rounded-full items-center text-center mx-1 mt-2 px-4 py-1">
                <span class="self-center mx-auto group-hover:text-gray-800">gta</span>
            </a>
      <a href="/?q=vc" class="flex group bg-gray-700 hover:bg-white hover:text-gray-800 text-gray-200 border border-gray-600 rounded-full items-center text-center mx-1 mt-2 px-4 py-1">
                <span class="self-center mx-auto group-hover:text-gray-800">vc</span>
            </a>
      <a href="/?q=fortnite" class="flex group bg-gray-700 hover:bg-white hover:text-gray-800 text-gray-200 border border-gray-600 rounded-full items-center text-center mx-1 mt-2 px-4 py-1">
                <span class="self-center mx-auto group-hover:text-gray-800">fortnite</span>
            </a>
      <a href="/?q=csgo" class="flex group bg-gray-700 hover:bg-white hover:text-gray-800 text-gray-200 border border-gray-600 rounded-full items-center text-center mx-1 mt-2 px-4 py-1">
                <span class="self-center mx-auto group-hover:text-gray-800">csgo</span>
            </a>
      <a href="/?q=friendly" class="flex group bg-gray-700 hover:bg-white hover:text-gray-800 text-gray-200 border border-gray-600 rounded-full items-center text-center mx-1 mt-2 px-4 py-1">
                <span class="self-center mx-auto group-hover:text-gray-800">friendly</span>
            </a>
    </div>
  </fieldset>
</form>

Text Content

Discadia

Discord Servers Discord Emojis
Login with
Manage

--------------------------------------------------------------------------------

Add Server Upload Emoji

--------------------------------------------------------------------------------

Help Logout
TOP




DISCORD SERVERS


FIND DISCORD SERVERS AND MAKE NEW FRIENDS!

Top
Active
Members
Add Your Server
CLEAR
gaming community anime fun chill minecraft roblox roleplay valorant art destiny
2 rocket league gta vc fortnite csgo friendly


FORTNITE MARKET

Sponsor

๐ŸŒŸInterested in ๐Ÿ›’-Buying or ๐Ÿท๏ธ-Selling your fortnite account? We present to
you The Fortnite Marketโ„ข. The safest, most reliable ๐Ÿ‘ฉโ€๐Ÿ’ปdigital market on
discord currently with over 1300 completed deals๐Ÿ›ก๏ธJoin us today !

View Join


SNOWY MARKETโ„ข | ACCOUNTS โ€ข โ€ฆ

Sponsor

Snowy Gen, Leading server in selling the best accs for Valorant, Fortnite, Robux
etc. We also offer a wide variety of services such as RDPs, Checkers, Proxies
etc. We're known for the best quality accounts and services there is in the
community of gaming.

View Join


FORTNITE MARKETโ„ข ๐Ÿ›’

Sponsor

๐ŸŒŸLooking at ๐Ÿ›’-Buying or ๐Ÿ’ฐ-Selling A fortnite account? Join Fortnite Marketโ„ข
today, the most trusted and reliable ๐Ÿ† market for fortnite accounts, we
specialize in hooking you up with the best accounts available. Join us today ! โ—

View Join


CHILLZONE | SOCIAL โ€ข EGIRLSโ€ฆ

Sponsor

Meet new people in active voice and text chat, instantly! We have 500,000+
members, custom bots and economy, gambling and slots, nitro giveaways, fun
events, stickers, soundboards, memes, fun chats, funny people, and many people
in VC at all times!

View Join


TRANQUILITY (18+) | SAFE FOโ€ฆ

Sponsor

A top voice chat focused, social and gaming experience (18+, SFW). ๐ŸŒŒACTIVE VC
๐ŸŒŒ ACTIVE text chat ๐ŸŒŒGaming community (PC/console) ๐ŸŒŒ AI personas/image
creation๐ŸŒŒ Frequent fun events. We're here to meet chill, mature people, and
have great conversations.

View Join


MARKET > CHEAPEST VALORANT/โ€ฆ

Sponsor

โœ… #1 MARKET on Discadia! โœ… ๐Ÿ”ฅ Cheapest Robux, Vbucks and Valorant Points ๐Ÿ”ฅ ๐Ÿš€
24/7 Online Support ๐Ÿš€ โœ… 5,000+ Vouches โœ… Taxes Covered! ๐Ÿš€ ๐ŸŽ Daily Giveaways!
๐Ÿ”ฅ We sell 100% FULL ACCESS Accounts! โœ… Giftcards & Crypto Exchange ๐Ÿ”ฅ 13+
Payment Methods โœ…

View Join


SKY SHOP - ROBUX, VBUCKS & โ€ฆ

Sponsor

โ›… Sky Shop - Robux, Vbucks & Valorant Points โ›… โœ”๏ธ CHEAPEST Shop for everything
you need โœ”๏ธ โœ… 2500+ Verified Reviews โœ… โšš 50+ Full Access accounts in stock โšš โ›…
Safest Shop Available with 20+ Payment Methods โ›… โญNo hidden fees, we're here to
help you! โญ

View Join


๐‚๐ž๐ฅ๐ž๐ฌ๐ญ๐ข๐š๐ฅ ๐’๐ช๐ฎ๐š๐ซ๐žยนโธโบ

Sponsor

เฑจเงŽ ๐–๐ก๐ž๐ซ๐ž ๐’๐š๐ข๐ง๐ญ๐ฌ ๐š๐ง๐ ๐’๐ข๐ง๐ง๐ž๐ซ๐ฌ ๐Œ๐ž๐ž๐ญ เฑจเงŽ ๐–ค“ ๐š๐œ๐ญ๐ข๐ฏ๐ž
๐ฏ๐จ๐ข๐œ๐ž ๐œ๐ก๐š๐ง๐ง๐ž๐ฅ๐ฌ โ€ข ๐–ค“ ๐ž-๐๐š๐ญ๐ข๐ง๐  โ€ข ๐–ค“ ๐ ๐š๐ฆ๐ž ๐ง๐ข๐ ๐ก๐ญ๐ฌ โ€ข ๐–ค“
๐ ๐ข๐ฏ๐ž๐š๐ฐ๐š๐ฒ๐ฌ โ€ข ๐–ค“ ๐ฅ๐ ๐›๐ญ๐ช+ ๐Ÿ๐ซ๐ข๐ž๐ง๐๐ฅ๐ฒ โ€ข ๐–ค“
๐ฅ๐จ๐ฐ-๐ฆ๐จ๐๐ž๐ซ๐š๐ญ๐ข๐จ๐ง โ€ข ๐–ค“ ๐ฆ๐จ๐ฏ๐ข๐ž ๐ง๐ข๐ ๐ก๐ญ๐ฌ โ€ข ๐–ค“ ๐ง๐ข๐ญ๐ซ๐จ โ€ข ๐–ค“
๐ฌ๐ž๐ฅ๐ฅ๐ž๐ซ ๐Ÿ๐ซ๐ข๐ž๐ง๐๐ฅ๐ฒ โ€ข ๐–ค“ ๐ฉ๐ซ๐ž๐ฆ๐ข๐ฎ๐ฆ ๐ฌ๐Ÿ๐ฐ ๐š๐ง๐ ๐ง๐ฌ๐Ÿ๐ฐ
๐›๐จ๐ญ๐ฌ โ€ข ๐–ค“

View Join


WRVTHFUL

Sponsor

18+ Discord Server. We never sleep. https://discord.gg/wrvthful. SFW & NSFW
Community.

View Join


VALKYRIE | SOFTWARE

Sponsor

Valkyrie is a high quality cheat for Escape From Tarkov. We use a kernel
injection method that decreases risk of a detection almost to 0! We are also a
registered company. That means all of our products are checked and safe.

View Join


INFIRIX | SOFTWARE

Sponsor

๐Ÿ˜Ž๐Ÿ”ฅ Try our cheats for Tarkov, RUST, CS2, Dayz, Squad! ๐Ÿ˜ FREE TRIAL FOR ALL
NEW USERS ๐Ÿ’ช๐ŸŽฎ

View Join


PAYOUT USD

Sponsor

๐Ÿ’น Daily Payouts in Bitcoin that get bigger and better the more participants
there are!๐Ÿ’ฐCompetitive Gambling for Weekly Cash Rewards. ๐Ÿฆ Weekly Payouts to
Sponsors. ๐Ÿ’ณ๐Ÿ’ตProfitable Server Built for You to Make Money.

View Join
1 2 3
FAQ


WHAT ARE DISCORD SERVERS?

Discord is a website and mobile app that provides text, voice, and video
communication through community created โ€œchat groupsโ€ called 'servers'.

While there's a huge range of Discord servers out there, not all of them may
appeal to you. Using Discadia you can browse through thousands of servers,
search, and filter by tags. Discadia uses a proprietary algorithm to deliver you
the best Discord Servers that you're likely to be interested in.


WHAT IS A DISCORD SERVER LIST?

A Discord Server List is a website that provides a way for you to find the
Discord servers that you're looking for. A Discord Server List such as Discadia
is a place where you can advertise your server and browse servers promoted by
relevance, quality, member count, and more.


HOW DO I JOIN A DISCORD SERVER?

Discord Invite URLs are used to join Discord servers. Discadia provides โ€œJoinโ€
buttons, click that button to join a server.

Note: The invite for a server may be expired or invalid and we cannot provide
new invites. Only server owners can update the invites on Discadia. We
automatically remove listings that have expired invites.


Community Discord Blog
Links Discord Servers Discord Emojis About Discadia Discadia Bot
Resources Guidelines Privacy Terms
Browse the best Minecraft Servers
Discadia is not affiliated or endorsed with/by Discord