API Explorer
Test and explore the Chars.gg API endpoints
Endpoint Details
Get account characters
GET /v1/accounts/{id}/characters
Path Parameters
The UUID of the entity
Headers
Response Examples
200 - List of characters for the account (empty array if no characters found)
Schema: {
"$ref": "#/components/schemas/GetAccountCharactersResponseDto"
}400 - Invalid UUID format
Schema: {
"$ref": "#/components/schemas/ValidationErrorResponseDto"
}