unicum.gg

Search maps

GET
/{region}/maps/search

Search the battle-map catalogue by name (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/maps/search?q=uni"
{  "results": [    {      "arena_id": "string",      "slug": "string",      "name": "string",      "camouflage": "string",      "minimap_url": "string"    }  ]}