/api/playerauctions/getAuctionCategoryByName/{categoryname}
Retrieve an auction category information by the category name.
Parameters:
categoryname
: The name of the category to retrieve.
Response:
The response will return a JSON object with the following structure:
Fields:
minPrice (Number): The minimum price for the category.
maxPrice (Number): The maximum price for the category.
all (Boolean): Indicates if this category includes all items.
icon (Object): The icon details for the category.
type (String): The type of the icon (e.g., BOOK).
meta (Object): Metadata for the icon.
display-name (String): The JSON string representation of the display name.
lore (Array of Strings): Lore text to describe the icon.
PublicBukkitValues (String): A JSON string containing custom metadata for Bukkit.
name (String): The unique identifier for the category.
displayName (String): The display name of the category.
Note:
Based on server settings, you may not be able to access auction information if you do not own the auction.
Last updated
Was this helpful?