unicum.gg

Search tanks

GET
/{region}/tanks/search

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.

Length3 <= length

Response 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"    }  ]}