---
title: "GET /weapons"
method: GET
path: "/weapons"
tags: ["WeaponController"]
---

# GET /weapons

`GET /weapons`

## Query parameters

- `filter` object
  - `where` object
  - `fields` object
    - `_id` boolean
    - `ankamaId` boolean
    - `name` boolean
    - `level` boolean
    - `type` boolean
    - `imgUrl` boolean
    - `url` boolean
    - `description` boolean
    - `statistics` boolean
    - `conditions` boolean
    - `characteristics` boolean
    - `recipe` boolean
    - `setId` boolean
  - `offset` integer
  - `limit` integer
  - `skip` integer
  - `order` string[]
  - `include` object[]
    - `relation` string
    - `scope` object
      - `where` object
      - `fields` object
      - `offset` integer
      - `limit` integer
      - `skip` integer
      - `order` string[]

## Response `200`

Array of Weapon model instances

- Weapon[]
  - `_id` number, required
  - `ankamaId` number
  - `name` string
  - `level` number
  - `type` string
  - `imgUrl` string
  - `url` string
  - `description` string
  - `statistics` object[]
  - `conditions` string[]
  - `characteristics` object[]
  - `recipe` object[]
  - `setId` number

---

[API](https://skmtc.dev/dofapi/apis/loopback-application.md) · [All operations](https://skmtc.dev/dofapi/apis/loopback-application/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/dofapi/loopback-application/revisions/8b5cdfcf6ccc/schema)
