TanksSearch tanks GET
Search tanks
Search the vehicle catalogue by name, short name or tag (minimum 3 characters), served from our in-memory catalogue. Returns the results in a single JSON response. For the streamed variant (a single local chunk), use /search/ndjson.
Path Parameters
region*string
Game server region.
Value in
- "eu"
- "na"
- "asia"
Query Parameters
q*string
Search prefix.
Length
3 <= lengthResponse Body
application/json
curl -X GET "https://example.com/eu/tanks/search?q=uni"{ "results": [ { "tank_id": 0, "name": "string", "short_name": "string", "tier": 0, "nation": "string", "type": "string" } ]}Clan live stream GET
Server-sent events (SSE) for live clan profile updates.
Search tanks (streamed) GET
Search the vehicle catalogue by name, short name or tag (minimum 3 characters). Streams NDJSON with a single `local` chunk served from our in-memory catalogue. For a plain JSON response, use `/search`.