client.gameStats.listFirearms()
List all firearms in a specific game stats snapshot version.
listFirearms(version: string, params?: ListSnapshotFirearmsParams): Promise<PaginatedResponse<GameStatsSnapshotEntry>>- stringheaderrequired
Your API key.
Authorization: Bearer <key>is accepted in its place.
- stringrequired
Snapshot version
- Accepts
- matching
^[a-z0-9][a-z0-9.\-]*$ - Example
- integerdefault
1Page number, from 1 to 10,000
- Range
- 1 – 10000
- Example
- integerdefault
20Items per page (max 100)
- Range
- 1 – 100
- Example
- GameStatsSnapshotEntry[]
One page of results
- string
Slug of the firearm this row is about.
- string
Display name at the time the snapshot was taken.
- integer | null
Editorial game statistic as it stood in this snapshot, 0-100.
- integer | null
Editorial game statistic as it stood in this snapshot, 0-100.
- integer | null
Editorial game statistic as it stood in this snapshot, 0-100.
- integer | null
Editorial game statistic as it stood in this snapshot, 0-100.
- integer | null
Editorial game statistic as it stood in this snapshot, 0-100.
- integer | null
Editorial game statistic as it stood in this snapshot, 0-100.
- integer | null
Editorial game statistic as it stood in this snapshot, 0-100.
- integer | null
Editorial game statistic as it stood in this snapshot, 0-100.
- number
Current page number
- number
Items per page
- number
Total matching records (Builder and above)
- 400
VALIDATION_ERROR - 401
UNAUTHORIZED - 403
FORBIDDEN - 404
NOT_FOUND - 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.