> For the complete documentation index, see [llms.txt](https://docs.olziedev.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.olziedev.com/projects/playerauctions/restapi/endpoints/get.md).

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