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=NRanked 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}.svgA live SVG badge (members + legitimacy score, coloured by health) you can drop on your site.
<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.txtSitemap index and machine-readable site guidance for crawlers and LLMs.
Counts are Discord's own approximate figures, measured over time. Not affiliated with Discord.