---
title: "List Resources"
method: GET
path: "/resources"
tags: ["List Resources"]
---

# List Resources

`GET /resources`

Gets list of all available resource entries or filtered entries based on provided criteria. Note&#58; The `page` attribute in the response of the `/search` endpoint begins with `0`, but the `page` attribute in the response of the `List Resources` endpoint begins with `1`.

## Query parameters

- `free` boolean
- `languages` string
- `category` string
- `updated_after` string, date-time

## Response `200`

A list of resources

- FilteredResourcesResponse
  - `apiVersion` string — API version
  - `resources` 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
  - `has_next` boolean — Additional pages
  - `has_previous` boolean — Previous pages
  - `number_of_pages` integer — Total pages
  - `page` integer — Current page
  - `records_per_page` integer — Records per page
  - `status` string — Status message
  - `status_code` integer — Status code
  - `total_count` integer — Total resources retrieved

## Other responses

- `404` — Resource not found
- `422` — Unprocessable entity

## Changes

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

- **2020-10-19** `5f6fef2c1be0` — 2 warning, 2 info
  - deleted the `query` request parameter `paid`
  - removed the optional property `resources/items/paid` from the response with the `200` status
  - added the new optional `query` request parameter `free`
  - added the optional property `resources/items/free` to the response with the `200` status
- **2020-05-12** `a1ebd031433f` — 3 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
  - removed the optional property `data` from the response with the `422` status
  - added the optional property `resources` to the response with the `200` status
- **2020-01-10** `ac7f919a3345` — 2 warning
  - removed the optional property `errors/invalid-credentials` from the response with the `404` status
  - removed the optional property `errors/invalid-credentials` from the response with the `422` status
- **2019-12-20** `c46a6a333dbe` — 1 warning, 1 info
  - deleted the `query` request parameter `language`
  - added the new optional `query` request parameter `languages`
- **2019-12-19** `5b61a1552f82` — 1 warning, 1 info
  - deleted the `query` request parameter `languages`
  - added the new optional `query` request parameter `language`

[Full history](https://skmtc.dev/operationcode/apis/operation-code-resources-api/changes/resources/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)
