Guild - general information

Guild - general information

in API Development

Posted by: Nosferu.5743

Nosferu.5743

Hi,
i’ve got a question concerning the guild information that may currently be accessed.

Github lists
// GET v2/guilds/:id or v2/guilds?ids=:id
as endpoint, which contains member count and member capacity.
As far as i can see the active endpoint is v2/guild/id, which does not contain the member count and limit.

Is there any way to retrieve the current member count and limit?
(member count could of course be retrieved using member list and check the number of entries but it seems as if once a slightly easier way existed)

Guild - general information

in API Development

Posted by: Lawton Campbell

Lawton Campbell

Web Programmer

Oh whoops, those fields didn’t actually get implemented. I’ve removed them from the github examples and opened a tracking issue to add them back in.

Guild - general information

in API Development

Posted by: Nosferu.5743

Nosferu.5743

Okay, thank you