/
SP
spigotmc
/
SpigotMC Xenforo Resource Manager API
Search skmtc…
⌘K
Changes
Docs
Sign in
Sign in
APIs
Generators
Stacks
Projects
Docs
History
Schema
Updated on 2026-09-27
Details
Filter operations
get
Obtain a list of all resources
get
Obtain a resource
get
Obtain a list of all resources by a specific author/user
get
Obtain a list of all resource categories
get
Obtain a specific update to a resource
get
Obtain all the updates to a resource
get
Obtain an author/user by their id
get
Obtain an author/user by their name
Obtain a resource
get
/index.php?action=getResource
Response
An object containing information about the located resource
Resource
required
id
integer
title
string
tag
string
current_version
string
category
ResourceCategory
native_minecraft_version
string
nullable
supported_minecraft_versions
string[]
icon_link
string
uri
author
object
premium
object
stats
object
external_download_url
string
uri
description
string
Changes