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

# Get Resource

`GET /resources/{id}`

Gets more details about a specific resource, given the resource ID

## Path parameters

- `id` integer, required

## Response `200`

Resource details

- Resource
  - `apiVersion` string — API version
  - `resource` ResourceData
    - `category` string — Category
    - `created_at` string, date-time — Date created
    - `downvotes` integer — Negative ratings
    - `id` integer — Resource ID
    - `last_updated` string, date-time — Date updated
    - `languages` string[] — List of languages
    - `name` string — Resource name
    - `notes` string — Resource notes
    - `free` boolean — True or false for whether resource is free
    - `upvotes` integer — Positive ratings
    - `url` string — Resource url
    - `user_vote_direction` string, nullable — Vote direction of a logged in user
  - `status` string — Status message
  - `status_code` integer — Status code

## Other responses

- `404` — Resource not found

## Changes

> 24 revisions in range; 1 could not be searched.

- **2020-10-19** `5f6fef2c1be0` — 1 warning, 1 info
  - removed the optional property `resource/paid` from the response with the `200` status
  - added the optional property `resource/free` to the response with the `200` status
- **2020-05-12** `a1ebd031433f` — 2 warning, 1 info
  - removed the optional property `data` from the response with the `200` status
  - removed the optional property `data` from the response with the `404` status
  - added the optional property `resource` to the response with the `200` status
- **2020-01-10** `ac7f919a3345` — 1 warning
  - removed the optional property `errors/invalid-credentials` from the response with the `404` status
- **2019-08-04** `ae55dad39068` — 1 breaking, 8 info
  - the `errors` response's property type/format changed from `array`/`` to `object`/`` for status `404`
  - added the optional property `errors/bad-request` to the response with the `404` status
  - added the optional property `errors/invalid-credentials` to the response with the `404` status
  - added the optional property `errors/invalid-params` to the response with the `404` status
  - …5 more
- …earlier changes not shown

[Full history](https://skmtc.dev/operationcode/apis/operation-code-resources-api/changes/resources/:id/get.md)

---

[API](https://skmtc.dev/operationcode/apis/operation-code-resources-api.md) · [All operations](https://skmtc.dev/operationcode/apis/operation-code-resources-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/operationcode/operation-code-resources-api/revisions/6071d3157f6d/schema)
