API Explorer

Test and explore the Chars.gg API endpoints

Get character by ID

Fetches a character by id

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"
}