client.game.tierList()
Get a tier list of firearms ranked by a specific stat.
tierList(params?: TierListParams): Promise<APIResponse<TierList>>- stringheaderrequired
Your API key.
Authorization: Bearer <key>is accepted in its place.
- stringdefault
damageWhich stat to tier by
- Accepts
- Example
- string
Restrict the tier list to a category slug
- Example
- object
The response payload.
- string
Which statistic this row is about, named as the field is:
weightEmptyG,damage. - object
Firearms grouped into tiers, strongest first.
- object[]
Top tier for this stat.
- object[]
Second tier.
- object[]
Third tier.
- object[]
Fourth tier.
- object[]
Bottom tier for this stat.
- 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.