ArgorantDocs

Countries lookup

gethttps://app.argorant.com/api/countries/suggest
GET
/api/countries/suggest

Normalized country list with coverage counts for the country filter. Names are canonicalized (no raw ISO codes), so "Germany" and "DE" resolve to the same bucket.

Authorization

BearerAuth
AuthorizationBearer <token>

Your API key from app.argorant.com/profile, sent as Authorization: Bearer <key>.

In: header

Query Parameters

q?string

Partial country text.

size?integer

Max suggestions (default 30).

Response Body

application/json

application/json

Shell
curl -X GET "https://app.argorant.com/api/countries/suggest?q=ger&size=30"
JSON
{  "suggestions": [    {      "label": "Germany",      "count": 2516622    }  ]}