For AI agents: a documentation index is available at the root level at /llms.txt and /llms-full.txt. Append /llms.txt to any URL for a page-level index, or .md for the markdown version of any page.
Create tokenDev Discord
  • Get started
    • Introduction
    • Authentication
    • API Privacy
    • Exceptions
    • Dev Discord
  • Modules
      • GETList guilds
      • GETList territories
      • GETList guild seasons
      • GETGet guild by prefix
      • GETGet guild by UUID
      • GETGet guild by name
  • Changelog
    • v3.7.2 - OAuth2
    • v3.7.1
    • v3.7
    • v3.6 - Fruma Expansion
    • v3.5.2
    • v3.5.1
    • v3.5 - User System
    • v3.4
    • v3.3.4
    • v3.3.3
    • v3.3.2
    • v3.3.1
    • v3.3 - Rekindled World
    • v3.2.5
    • v3.2.4
    • v3.2.3
    • v3.2.2
    • v3.2.1
    • v3.2
    • v3.1
    • v3.0
LogoLogoWynncraft API - Documentation
Create tokenDev Discord
ModulesGuild

List guilds

GET
https://api.wynncraft.com/v3/guild/list/guild
GET
/v3/guild/list/guild
$curl https://api.wynncraft.com/v3/guild/list/guild
1{
2 "Spectral Cabbage": {
3 "uuid": "adb5f0b5-5289-439c-9293-a29d220e7152",
4 "prefix": "SPC"
5 }
6}
<Note> This endpoint is cached for <Badge intent="error" minimal>1 hour</Badge> in the <Badge intent="success" minimal>SHARED</Badge> cache source. See [Caching](/welcome#caching). <Indent></Indent> This endpoint belongs to the <Badge intent="warning" minimal>GUILD</Badge> rate-limit bucket. See [Throttling and Rate Limits](/welcome#throttling-and-rate-limits). </Note>
Was this page helpful?
Previous

Exchange OAuth2 token

Next

List territories

Built with

This endpoint is cached for 1 hour in the SHARED cache source. See Caching.

This endpoint belongs to the GUILD rate-limit bucket. See Throttling and Rate Limits.

Query parameters

identifierenumOptional
Switches player descriptor between either their username or their uuid.
Allowed values:

Response

Guild directory keyed by name or UUID.
GuildListByNamemap from strings to objects
OR
GuildListByUuidmap from strings to objects