API Explorer

Test and explore the Chars.gg API endpoints

Search skills by name or description

Search for Guild Wars skills by name or description content

Endpoint Details

Search skills by name or description

GET /v1/tools/gw/skills/search

Query Parameters

Maximum number of results to return (1-100, defaults to 20)
Number of results to skip for pagination (defaults to 0)
Optional search query string
Language for skill names and descriptions (default: en)
Filter by profession ID (0-10)
Filter by attribute ID
Filter by elite status (true/false)
Filter by PvP split status (true/false)

Headers

Response Examples

200 - Skills found
Schema: {
  "$ref": "#/components/schemas/SearchSkillsResponseDto"
}
400 - Invalid search parameters
Schema: {
  "$ref": "#/components/schemas/ValidationErrorResponseDto"
}