API Explorer

Test and explore the Chars.gg API endpoints

Search characters

Search for characters by name with optional game filter

Endpoint Details

Search characters

GET /v1/characters/search

Query Parameters

Search query string
Maximum number of results to return (1-100, defaults to 20)
Number of results to skip for pagination (defaults to 0)
Optional game filter

Headers

Response Examples

200 - Search results for characters
Schema: {
  "$ref": "#/components/schemas/SearchCharactersResponseDto"
}
400 - Invalid search parameters
Schema: {
  "$ref": "#/components/schemas/ValidationErrorResponseDto"
}