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>>- stringHeadererforderlich
Ihr API-Schlüssel.
Authorization: Bearer <key>wird ebenfalls akzeptiert.
- stringerforderlich
ISO 3166-1 alpha-2 country code
- Beispiel
- 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
- Mindeststufe
- Builder+
- Monatskontingent
- 25,000/mo
- Anfragerate
- 60/min
- Tageslimit
- 2,000
Die Werte gelten für die Mindeststufe dieses Endpunkts. Höhere Stufen erhöhen alle Limits.