---
title: "List weapons"
method: GET
path: "/csgo/weapons"
tags: ["Counter-Strike weapons"]
---

# List weapons

`GET /csgo/weapons`

List weapons

## Query parameters

- `filter` FilterOverCSGOWeapons
  - `ammo_clip_max` CSGOWeaponAmmoClipMax[]
  - `ammo_max` CSGOWeaponAmmoMax[]
  - `cost` CSGOWeaponCost[]
  - `id` CSGOWeaponID[]
  - `kill_reward` CSGOWeaponKillReward[]
  - `kind` CSGOWeaponKind[]
  - `name` CSGOWeaponName[]
  - `slug` CSGOWeaponSlug[]
- `range` RangeOverCSGOWeapons
  - `ammo_clip_max` CSGOWeaponAmmoClipMax[]
  - `ammo_max` CSGOWeaponAmmoMax[]
  - `cost` CSGOWeaponCost[]
  - `id` CSGOWeaponID[]
  - `kill_reward` CSGOWeaponKillReward[]
  - `kind` CSGOWeaponKind[]
  - `name` CSGOWeaponName[]
  - `slug` CSGOWeaponSlug[]
- `sort` string[]
- `search` SearchOverCSGOWeapons
  - `kind` 'grenade' | 'knife' | 'primary' | 'secondary' | 'taser'
  - `name` string — The name of the weapon.
  - `slug` string — The slug of the weapon.
- `page` union
  - integer
  - object
    - `number` integer
    - `size` integer
- `per_page` integer

## Response `200`

A list of Counter-Strike weapons

- CSGOWeapon[]
  - `ammo_clip_max` integer, nullable, required
  - `ammo_max` integer, nullable, required
  - `cost` integer, required
  - `id` integer, required — The ID of the weapon.
  - `image_url` string, uri, nullable, required — A URL to the image of the weapon.
  - `kill_reward` integer, nullable, required
  - `kind` 'grenade' | 'knife' | 'primary' | 'secondary' | 'taser', required
  - `name` string, required — The name of the weapon.
  - `slug` string, required — The slug of the weapon.

## Other responses

- `400` — Bad request
- `401` — Unauthorized
- `403` — Forbidden
- `404` — Not found
- `422` — Unprocessable Entity

---

[API](https://skmtc.net/pandascore/apis/pandascore-rest-api.md) · [All operations](https://skmtc.net/pandascore/apis/pandascore-rest-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/pandascore/pandascore-rest-api/versions/b3c347821e98/schema)
