API Explorer

Test and explore the Chars.gg API endpoints

Get guild members

Fetches members by guild id

Endpoint Details

Get guild members

GET /v1/guilds/{id}/members

Path Parameters

The UUID of the entity

Headers

Response Examples

200 - List of members for the guild
Schema: {
  "$ref": "#/components/schemas/GetGuildMembersResponseDto"
}
400 - Invalid UUID format
Schema: {
  "$ref": "#/components/schemas/ValidationErrorResponseDto"
}
404 - No members found for this guild
Schema: {
  "$ref": "#/components/schemas/EntityNodeFoundResponseDto"
}