# 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}](https://docs.olziedev.com/projects/playerauctions/restapi/endpoints/get/getplayerauctionbyid)
* [GET /api/playerauctions/getRecentAuctionsByUUID/{page}](https://docs.olziedev.com/projects/playerauctions/restapi/endpoints/get/getrecentauctionsbyuuid)
* [GET /api/playerauctions/getPlayerAuctions/{page}](https://docs.olziedev.com/projects/playerauctions/restapi/endpoints/get/getplayerauctions)
* [GET /api/playerauctions/getAuctionCategoryByName/{categoryname}](https://docs.olziedev.com/projects/playerauctions/restapi/endpoints/get/getauctioncategorybyname)
* [GET /api/playerauctions/getAuctionCategories/{page}](https://docs.olziedev.com/projects/playerauctions/restapi/endpoints/get/getauctioncategories)
* [GET /api/playerauctions/getAuctionPlayerByUUID/{uuid}](https://docs.olziedev.com/projects/playerauctions/restapi/endpoints/get/getauctionplayerbyuuid)
