Search tanks (streamed)
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.
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/tanks/search/ndjson?q=uni"nullSearch tanks GET
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`.
My ratings GET
Every vehicle the caller has rated, newest first. Its job is to let a page know what is already done: a signed-in player's own garage uses it to suggest the tanks they play most and have not judged yet, which is where most votes come from. Region-independent like the votes themselves, so the same list is served whichever region the page was opened on. Signed out answers an empty list rather than a 401: the caller is asking what they have rated, and "nothing" is the true answer.