Get guild by prefix

<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> Prefix lookups can return `300 MultipleObjectsReturned` with a multi-selector response when more than one guild matches the query. </Info> Prefix queries are useful when your input is a guild tag rather than a full guild name. 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.
uuidstringformat: "uuid"
namestring
prefixstring
levelinteger
xpPercentinteger
territoriesinteger
warsinteger
raidsinteger
createddatetime
membersobject
onlineinteger
bannerobject
seasonRanksmap from strings to objects
rankingmap from strings to integers

Map of leaderboard type/name to rank position. See GET /leaderboards/types for possible types.

Errors

400
Bad Request Error
404
Not Found Error