Search clans (streamed)
Search clans by name or tag prefix (minimum 3 characters). Streams NDJSON (one JSON object per line): a local chunk from our database first (instant), then a remote chunk from the Wargaming API (deduped against local) as it arrives. For a single combined JSON response, use /search.
Path Parameters
Game server region.
Value in
- "eu"
- "na"
- "asia"
Query Parameters
Search prefix.
3 <= lengthResponse Body
application/json
curl -X GET "https://example.com/eu/clans/search/ndjson?q=uni"nullSearch clans GET
Search clans by name or tag prefix (minimum 3 characters). Returns the combined result set in a single JSON response: our database hits first, then Wargaming API hits (deduped). Waits for the (rate-limited) Wargaming call, so it can be slower than the streamed variant. For progressive results, use `/search/ndjson`.
Stronghold clan leaderboard GET
The region's best stronghold clans for one mode/tier (Advances, tier X/VIII/VI skirmishes), ranked by SR (skirmish rating), Elo, battles, or win rate, over all-time or the last 30 days. Top 100; cached ~10 min server-side.