Auth RequiredBuilder+
client.countries.getArsenal()
Get the full firearm arsenal for a specific country. Returns all firearms adopted by the country, grouped by usage type (military, law enforcement, etc.).
getArsenal(code: string): Promise<APIResponse<CountryArsenal>>- stringheaderrequired
Your API key.
Authorization: Bearer <key>is accepted in its place.
- stringrequired
ISO 3166-1 alpha-2 country code
- Example
- object
The country arsenal, keyed by operator type.
- string
ISO 3166-1 alpha-2 code of the country, echoing the path parameter.
- object
Operator type -> the firearms that type operates. Keys are dynamic; entries missing a type are grouped under "unknown".
- 400
VALIDATION_ERROR - 401
UNAUTHORIZED - 403
FORBIDDEN - 429
RATE_LIMITED - 500
INTERNAL_ERROR
- Minimum tier
- Builder+
- Monthly quota
- 25,000/mo
- Rate limit
- 60/min
- Daily cap
- 2,000
Figures shown are for this endpoint's minimum tier. Higher tiers raise every limit.