Olzie Development
Ctrlk
HomeDiscord
  • 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
Powered by GitBook
On this page

Was this helpful?

  1. Minecraft Plugins
  2. Player Auctions
  3. Rest API
  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.

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}

PreviousEndpointsNext/api/playerauctions/getPlayerAuctionByID/{id}

Last updated 9 months ago

Was this helpful?