API Explorer

Test and explore the Chars.gg API endpoints

Get guild by ID

Returns information about a specific Guild / Clan / whatever of a specific game

Endpoint Details

Get guild by ID

GET /v1/guilds/{id}

Path Parameters

The UUID of the entity

Headers

Response Examples

200 - Information about the requested guild
Schema: {
  "$ref": "#/components/schemas/GetGuildByIdResponseDto"
}
400 - Invalid UUID format
Schema: {
  "$ref": "#/components/schemas/ValidationErrorResponseDto"
}
404 - Guild not found
Schema: {
  "$ref": "#/components/schemas/EntityNodeFoundResponseDto"
}