client.stats.adoptionByCountry()
Get firearm adoption statistics for a specific country.
adoptionByCountry(params: AdoptionByCountryParams): Promise<APIResponse<AdoptionByCountryItem[]>>- stringheaderrequired
Your API key.
Authorization: Bearer <key>is accepted in its place.
- stringrequired
ISO 3166-1 alpha-2 country code
- Max length
- 10
- Example
- object[]
The response payload.
- integer
Numeric id of the adoption record itself, not of the firearm.
- string | null
The organisation that adopted the firearm.
- string | null
Kind of operator: one of
military,law_enforcement,civilian,paramilitary,special_forces,private_security,training. - integer | null
Year the operator adopted it. Null where the date is unrecorded.
- string | null
Military or standards designation for the load, e.g.
M882. - string
Slug of the adopted firearm.
- string
Display name of the firearm.
- 400
VALIDATION_ERROR - 401
UNAUTHORIZED - 403
FORBIDDEN - 429
RATE_LIMITED - 500
INTERNAL_ERROR
- Minimum tier
- Studio+
- Monthly quota
- 150,000/mo
- Rate limit
- 120/min
- Daily cap
- 10,000
Figures shown are for this endpoint's minimum tier. Higher tiers raise every limit.