Olzie Development
search
Ctrlk
HomeDiscord
Olzie Development
  • Introduction
  • Minecraft Plugins
    • Player Auctions
      • Commands & Permissions
      • Configuration
      • FAQ
      • Supported Plugins
      • Plugin Features
      • Plugin API
      • Rest API
        • Endpoints
          • GET
            • /api/playerauctions/getPlayerAuctionByID/{id}
            • /api/playerauctions/getRecentAuctionsByUUID/{page}
            • /api/playerauctions/getPlayerAuctions/{page}
            • /api/playerauctions/getAuctionCategoryByName/{categoryname}
            • /api/playerauctions/getAuctionCategories/{page}
            • /api/playerauctions/getAuctionPlayerByUUID/{uuid}
          • DELETE
        • Events
        • Errors
    • Player Economy
    • Player Warps
    • Player Businesses
    • Player Trade
    • Player Treasury
    • Player Elections
    • Night Market
gitbookPowered by GitBook
block-quoteOn this pagechevron-down
  1. Minecraft Pluginschevron-right
  2. Player Auctionschevron-right
  3. Rest APIchevron-right
  4. Endpoints

GET

This section documents all the available GET endpoints in the Player Auctions REST API. These endpoints allow you to retrieve auction data and player-specific information.

hashtag
Endpoints

  • GET /api/playerauctions/getPlayerAuctionByID/{id}

  • GET /api/playerauctions/getRecentAuctionsByUUID/{page}

  • GET /api/playerauctions/getPlayerAuctions/{page}

  • GET /api/playerauctions/getAuctionCategoryByName/{categoryname}

  • GET /api/playerauctions/getAuctionCategories/{page}

  • GET /api/playerauctions/getAuctionPlayerByUUID/{uuid}

PreviousEndpointschevron-leftNext/api/playerauctions/getPlayerAuctionByID/{id}chevron-right

Last updated 1 year ago