# Endpoints

This section documents all the available endpoints in the Player Auctions REST API. These endpoints allow you to manage auction data and retrieve player-specific information. Each endpoint is designed to be easily accessible, with clear paths for retrieving and modifying auction data based on auction names, IDs and player UUIDs.

**Note:**\
Currently, there are no endpoints for creating or editing data (i.e., no POST or PUT endpoints).

**Authentication:**\
Authentication is required to access the API, as detailed in the [Authentication](/projects/playerauctions/restapi.md#authentication) section.

**Warp Ownership:**\
Depending on the server settings, you may not be able to retrieve auction information if you do not own the auction.

## 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)
* [DELETE /api/playerauctions/deleteRecentAuctionByID/{id}](/projects/playerauctions/restapi/endpoints/delete/deleterecentauctionbyid.md)

Each endpoint is designed to help you manage and retrieve auction data efficiently.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.olziedev.com/projects/playerauctions/restapi/endpoints.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
