---
title: "GET /consumables"
method: GET
path: "/consumables"
tags: ["ConsumableController"]
---

# GET /consumables

`GET /consumables`

## 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
    - `recipe` boolean
  - `offset` integer
  - `limit` integer
  - `skip` integer
  - `order` string[]

## Response `200`

Array of Consumable model instances

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

---

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