---
title: "Obtain a specific update to a resource"
method: GET
path: "/index.php?action=getResourceUpdate"
---

# Obtain a specific update to a resource

`GET /index.php?action=getResourceUpdate`

## Response `200`

An object containing information about an update to a resource

- ResourceUpdate
  - `id` integer
  - `resource_id` integer
  - `resource_version` string
  - `download_count` integer
  - `post_date` integer — post date as timestamp (in seconds)
  - `title` string
  - `message` string

## Changes

- **2025-10-11** `8efbe0abdbf5` — 1 info
  - added the optional property `post_date` to the response with the `200` status
- **2025-07-25** `007ea6aef5a5` — 1 info
  - added the optional property `download_count` to the response with the `200` status
- **2025-07-19** `3344ee6e102c` — 2 breaking
  - the `id` response's property type changed from `string` to `integer` for status `200`
  - the `resource_id` response's property type changed from `string` to `integer` for status `200`
- **2025-07-17** `a78844b4eec8` — 1 info
  - api operation id `getResourceUpdate` was added
- **2022-11-05** `19266ac7ec1f` — 2 breaking, 3 warning, 1 info
  - the `id` response's property type changed from `integer` to `string` for status `200`
  - the `resource_id` response's property type changed from `integer` to `string` for status `200`
  - removed the optional property `download_count` from the response with the `200` status
  - removed the optional property `post_date` from the response with the `200` status
  - …2 more

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