/api/playerauctions/getPlayerAuctionByID/{id}
Retrieve an auction's information by its auction ID.
{ "id" : 1, "auctionCategories" : [ { "name" : "blocks", "minPrice" : -1.0, "maxPrice" : -1.0, "all" : false, "icon" : { "type" : "DIRT", "meta" : { "display-name" : "{\"text\":\"\",\"extra\":[{\"text\":\"Blocks\",\"obfuscated\":false,\"italic\":false,\"underlined\":false,\"strikethrough\":false,\"color\":\"aqua\",\"bold\":false}]}", "lore" : [ "{\"text\":\"\",\"extra\":[{\"text\":\"Click\",\"color\":\"yellow\"},{\"text\":\" to view all the blocks.\",\"color\":\"aqua\"}],\"italic\":false}" ], "PublicBukkitValues" : "{\n \"playerauctions:itemtag_item\": \"1\"\n}" } }, "displayName" : "Blocks" } ], "price" : 1000.0, "originalPrice" : 1000.0, "currency" : { "integrated" : false, "version" : "1.1.0-pre2", "minPricePurchaseAmount" : -1.0, "minPriceSellAmount" : 1000.0, "maxPriceSellAmount" : 9999999.0, "minPriceBidAmount" : 1000.0, "name" : "Vault Currency", "enabled" : true, "currencyName" : "money", "internalCurrencies" : [ ] }, "internalCurrency" : null, "expireTime" : 172799000, "bidding" : false, "randomSort" : 0, "world" : "world", "auctionPlayer" : { "uuid" : "5ca251ab-589d-4f04-8f0c-28404d0686b0", "messages" : [ ], "madeOffline" : [ ], "staticAuctions" : 0, "logs" : [ ], "backpack" : [ ], "blacklistedPlayers" : [ ], "maximumAuctions" : 9223372036854775807, "prettyMaximumAuctions" : "Unlimited", "sellPrice" : 500.0, "name" : "ForgotUrPassword", "language" : null }, "bidder" : null, "auctionDate" : 1736121811679, "auctionServer" : "PA_SERVER", "itemAmount" : 64, "unlimited" : false, "item" : { "type" : "DIRT", "amount" : 64 } }
Last updated