---
title: "Obtain a list of all resources"
method: GET
path: "/index.php?action=listResources"
---

# Obtain a list of all resources

`GET /index.php?action=listResources`

## Response `200`

An object with pagination info and a resources array containing the collected resource information

- Resource[]
  - `id` integer
  - `title` string
  - `tag` string
  - `current_version` string
  - `category` ResourceCategory
    - `id` integer
    - `title` string
    - `description` string
  - `native_minecraft_version` string, nullable
  - `supported_minecraft_versions` string[], nullable
  - `icon_link` string, uri
  - `author` object
    - `id` integer
    - `username` string
  - `premium` object
    - `price` string
    - `currency` string
  - `stats` object
    - `downloads` integer
    - `updates` integer
    - `reviews` object
      - `unique` integer
      - `total` integer
    - `rating` number, double
  - `first_release` integer — first release date as timestamp (in seconds)
  - `last_update` integer — last update as timestamp (in seconds)
  - `external_download_url` string, uri
  - `description` string
  - `source_code_url` string, uri
  - `donate_url` string, uri

## Changes

> 19 revisions in range; 1 not diffed.

- **2025-10-11** `c82ca180c6da` — 2 info
  - added the optional property `items/donate_url` to the response with the `200` status
  - added the optional property `items/source_code_url` to the response with the `200` status
- **2025-09-29** `186d66ff7796` — 1 breaking
  - the response property `items/supported_minecraft_versions` became nullable for the status `200`
- **2025-09-29** `245b273aef99` — 1 breaking, 2 warning
  - the response's body type changed from `object` to `array` for status `200`
  - removed the optional property `pagination` from the response with the `200` status
  - removed the optional property `resources` from the response with the `200` status
- **2025-07-25** `4139b7779126` — 2 info
  - added the optional property `resources/items/first_release` to the response with the `200` status
  - added the optional property `resources/items/last_update` to the response with the `200` status
- **2025-07-25** `7029f37c5d9e` — 1 info
  - added the optional property `resources/items/category` to the response with the `200` status

[Full history](https://skmtc.dev/spigotmc/apis/spigotmc-xenforo-resource-manager-api/changes/index.php?action=listResources/get.md)

---

[API](https://skmtc.dev/spigotmc/apis/spigotmc-xenforo-resource-manager-api.md) · [All operations](https://skmtc.dev/spigotmc/apis/spigotmc-xenforo-resource-manager-api/llms.txt) · [OpenAPI document](https://skmtc.dev/spigotmc/apis/spigotmc-xenforo-resource-manager-api/revisions/f745f4647c55?raw)
