---
title: "GET /resources/{id}"
method: GET
path: "/resources/{id}"
tags: ["ResourceController"]
---

# GET /resources/{id}

`GET /resources/{id}`

## Path parameters

- `id` number, required

## Response `200`

Resource model instance

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

---

[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)
