GuildRegister

API & data

Everything here is measured from Discord's public API. Free to use, CORS-open, no key. Please cache and be reasonable.

JSON

GET /api/guild/{id}
Full record for one server: measured members/online, verified/partner, boosts, categories, legitimacy score, measured-at.
GET /api/servers?sort=members|online|boosted&limit=N
Ranked list of servers. Add ?tag=<category> to scope to a category.

CSV

GET /api/servers?format=csv&tag=<category>
Same list as above, as a CSV download (id,name,members,online,verified,partnered,boosts,vanity).

Embeddable badge

GET /badge/{id}.svg
A live SVG badge (members + legitimacy score, coloured by health) you can drop on your site.

example badge  <img src="https://guildregister.com/badge/<id>.svg">

RSS

GET /feed/{category}
RSS of servers recently added to a category, e.g. /feed/anime.

Sitemap & AI

GET /sitemap.xml · /llms.txt · /llms-full.txt
Sitemap index and machine-readable site guidance for crawlers and LLMs.

Counts are Discord's own approximate figures, measured over time. Not affiliated with Discord.