Skip to content
Server & Invite

Invite Info & Server Lookup

Paste a Discord invite code and get the complete public server info in one click: name, full icon, member and online counts, boost level, features, description and the inviter. Data is fetched live from the Discord API.

  • Free, no limits
  • No login
  • Runs in your browser
Tool

About this tool

Every invite code points at a server, and the Discord API can tell you a surprising amount about that server from just the code. This tool sends a read-only request and returns what is public: the server name, icon, member and online counts, boost tier and the list of enabled features.

It is the same information you see when you hover over an invite in Discord, but laid out so you can actually read it, copy it, or use it in your own decisions.

How to use

1

Type the invite code (e.g. discord.gg/krist or just krist).

2

Click Look Up Server - the data is pulled live from Discord.

3

Browse the server info: members, online, boosts and features.

What the public invite endpoint returns

Looking up an invite code returns a partial guild object: the server name, icon, banner and splash hashes, the description, the feature list, the verification level, the age rating and the boost count. Alongside it come the channel the invite points at, the inviter if the invite was created by a user, and an expiry timestamp when one is set.

Member and online counts are returned only when the request asks for them explicitly, and they arrive at the top level of the invite object rather than inside the guild. They are also approximate by design - Discord rounds them on large servers rather than counting exactly on every request.

The guild object here is deliberately partial. Fields such as the boost tier, the member cap, the default notification setting and the preferred locale exist only on the full guild object, which requires a bot that is actually in the server. No amount of invite-code inspection reveals them.

Why a lookup fails

A 404 means the code does not resolve: it never existed, it expired, it hit its use limit, or a moderator revoked it. Discord does not distinguish between these cases, so a failed lookup cannot tell you which happened.

Rate limiting is the other common failure and is easy to mistake for the first. Discord limits invite lookups by IP, so a busy site hits 429 responses regularly. A tool that treats any failure as "invite does not exist" will confidently report a working invite as dead.

What you can learn from an invite code

The public invite endpoint returns a guild object with the server name, icon hash, description, feature list and premium tier, plus approximate member and presence counts. It also tells you which channel the invite points to and, when available, who created the invite.

Most people use this to check how active a server is before joining, or simply to verify that a link they were sent still works.

Why moderators find it useful

If you run a community, invites get pasted into your chat constantly. A quick lookup shows whether a link is real, how large the server is, and whether it carries the kind of features you might want to keep out, such as boosted-only access or specific integrations.

What happens to your data

The code you type is sent to the Discord API through a small proxy route and is never stored. There is no account, no logging, and nothing is kept after the page loads.

How to read server features

The features list shows every extra capability the server has unlocked: a vanity URL, animated icon, boosted tier perks, discovery status, community tools, welcome screen, and dozens more. Each feature name maps to a specific Discord permission or server upgrade.

For example, ANIMATED_ICON means the server can use a GIF as its icon, while VANITY_URL means a custom discord.gg link has been claimed. Scanning this list quickly tells you how established the server is.

Frequently asked questions

Does this work for any invite?

It works for public invite codes that Discord still resolves. Expired, deleted, or server-removed invites return an error instead of data.

Why does it show an approximate member count?

Discord returns approximate counts on the invite endpoint whenever possible. On very large servers the numbers can be rounded or slightly delayed.

Do I need to log in to use it?

No. The lookup is anonymous and runs through a small server endpoint, so your browser is never blocked by Discord rate limits.

Related guides

Browse all guides and generators.

Try other relevant tools