API Explorer
Test and explore the Chars.gg API endpoints
Endpoint Details
Get character by ID
GET /v1/characters/{id}
Path Parameters
The UUID of the entity
Headers
Response Examples
200 - Character details
Schema: {
"$ref": "#/components/schemas/GetCharacterResponseDto"
}404 - Character not found
Schema: {
"$ref": "#/components/schemas/EntityNodeFoundResponseDto"
}500 - Internal server error
Schema: {
"$ref": "#/components/schemas/ValidationErrorResponseDto"
}