Country Arsenal
Returns the firearms in service with one country, grouped by operator type (military, law enforcement, and so on).
- 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
Requires Builder tier or higher.
Country code must be a valid ISO 3166-1 alpha-2 code (e.g. US, DE, GB, RU, CN).
Records within each group are sorted by adopted_year descending (most recent first).
Empty arrays indicate no adoption records for that user type.
- 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.