client.conflicts.list()
List all military conflicts in the database. Returns conflicts with metadata including name, date range, and participating nations. Use the conflict identifiers with client.firearms.byConflict() to find firearms used in a specific conflict.
list(): Promise<APIResponse<Conflict[]>>- stringheaderrequired
Your API key.
Authorization: Bearer <key>is accepted in its place.
- object[]
The response payload.
- string
Display name, as the maker writes it.
- integer
How many firearms this row covers.
- object[]
The firearms recorded as used in this conflict.
- string
Slug of the firearm.
- string
Display name, as the maker writes it.
- 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.