---
title: "Obtain a list of all resources by a specific author/user"
method: GET
path: "/index.php?action=getResourcesByAuthor"
---

# Obtain a list of all resources by a specific author/user

`GET /index.php?action=getResourcesByAuthor`

## Response `200`

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

- PageableResources
  - `pagination` PaginationInfo
    - `current_page` integer
    - `total_pages` integer
    - `items_per_page` integer
    - `results` integer
    - `total_results` integer
  - `resources` Resource[]
    - `id` integer
    - `title` string
    - `tag` string
    - `current_version` string
    - `native_minecraft_version` string, nullable
    - `supported_minecraft_versions` string[]
    - `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
    - `external_download_url` string, uri
    - `description` string

## Changes

- **2025-07-19** `c0935bc8da24` — 5 breaking
  - the `resources/items/stats/downloads` response's property type changed from `string` to `integer` for status `200`
  - the `resources/items/stats/rating` response's property type changed from `string` to `number`, and format from no format to `double` for status `200`
  - the `resources/items/stats/reviews/total` response's property type changed from `string` to `integer` for status `200`
  - the `resources/items/stats/reviews/unique` response's property type changed from `string` to `integer` for status `200`
  - …1 more
- **2025-07-19** `3344ee6e102c` — 2 breaking
  - the `resources/items/author/id` response's property type changed from `string` to `integer` for status `200`
  - the `resources/items/id` response's property type changed from `string` to `integer` for status `200`
- **2025-07-19** `4b8fa86b3f4b` — 1 info
  - added the optional property `resources/items/external_download_url` to the response with the `200` status
- **2025-07-17** `a78844b4eec8` — 1 info
  - api operation id `getResourcesByAuthor` was added
- **2022-11-05** `19266ac7ec1f` — 1 breaking, 3 info
  - the response's body type changed from `array` to `object` for status `200`
  - api operation id `getResourcesByAuthor` removed and replaced with ``
  - added the optional property `pagination` to the response with the `200` status
  - added the optional property `resources` to the response with the `200` status

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