Get guild by name

<Note> This endpoint is cached for <Badge intent="success" minimal>2 minutes</Badge> in the <Badge intent="warning" minimal>USER</Badge> cache source. </Note> <Info> Name lookups can return `300 MultipleObjectsReturned` with a multi-selector response when more than one guild matches the query. </Info> Name queries are case-insensitive. Use the `identifier` query parameter with either `username` or `uuid` to control how guild members are identified in the response.

Path parameters

querystringRequired

Query parameters

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

Response

Guild detail or selector result.
Guildobject
OR
GuildSelectormap from strings to maps from strings to any
Ambiguous name match selector keyed by guild prefix.

Errors

404
Not Found Error