unicum.gg

Search clans (streamed)

GET
/{region}/clans/search/ndjson

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

region*string

Game server region.

Value in

  • "eu"
  • "na"
  • "asia"

Query Parameters

q*string

Search prefix.

Length3 <= length

Response Body

application/json

curl -X GET "https://example.com/eu/clans/search/ndjson?q=uni"
null