API Explorer

Test and explore the Chars.gg API endpoints

Search accounts

Search for accounts by name with optional game filter

Endpoint Details

Search accounts

GET /v1/accounts/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 accounts
Schema: {
  "$ref": "#/components/schemas/SearchAccountsResponseDto"
}
400 - Invalid search parameters
Schema: {
  "$ref": "#/components/schemas/ValidationErrorResponseDto"
}