---
title: "Obtain all the updates to a resource"
method: GET
path: "/index.php?action=getResourceUpdates"
---

# Obtain all the updates to a resource

`GET /index.php?action=getResourceUpdates`

## Response `200`

An object with pagination info and an updates array containing the collected update information

- ResourceUpdate[]
  - `id` integer
  - `resource_id` integer
  - `resource_version` string
  - `download_count` integer
  - `title` string
  - `message` string

## Changes

- **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** `007ea6aef5a5` — 1 info
  - added the optional property `resources/items/download_count` to the response with the `200` status
- **2025-07-19** `3344ee6e102c` — 2 breaking
  - the `resources/items/id` response's property type changed from `string` to `integer` for status `200`
  - the `resources/items/resource_id` response's property type changed from `string` to `integer` for status `200`
- **2025-07-17** `a78844b4eec8` — 1 info
  - api operation id `getResourceUpdates` was added
- **2022-11-05** `19266ac7ec1f` — 1 breaking, 4 info
  - the response's body type changed from `array` to `object` for status `200`
  - api operation id `getResourceUpdates` removed and replaced with ``
  - added the new optional `query` request parameter `sort` to all path's operations
  - added the optional property `pagination` to the response with the `200` status
  - …1 more

[Change history](https://skmtc.dev/spigotmc/apis/spigotmc-xenforo-resource-manager-api/changes/index.php?action=getResourceUpdates/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/c82ca180c6da?raw)
