# Endpoints

This section documents all the available endpoints in the Player Warps REST API. These endpoints allow you to interact with player warps, manage warp data and retrieve player-specific information. Each endpoint is designed to be easily accessible, with clear paths for retrieving and modifying warp data based on warp 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](https://docs.olziedev.com/projects/playerwarps/restapi/..#authentication) section.

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

## Endpoints

* [GET /api/playerwarps/getPlayerWarpByName/{warpname}](https://docs.olziedev.com/projects/playerwarps/restapi/endpoints/get/getplayerwarpbyname)
* [GET /api/playerwarps/getPlayerWarpByID/{id}](https://docs.olziedev.com/projects/playerwarps/restapi/endpoints/get/getplayerwarpbyid)
* [GET /api/playerwarps/getSponsorWarpByID/{id}](https://docs.olziedev.com/projects/playerwarps/restapi/endpoints/get/getsponsorwarpbyid)
* [GET /api/playerwarps/getPlayerWarps/{page}](https://docs.olziedev.com/projects/playerwarps/restapi/endpoints/get/getplayerwarps)
* [GET /api/playerwarps/getWarpCategoryByName/{categoryname}](https://docs.olziedev.com/projects/playerwarps/restapi/endpoints/get/getwarpcategorybyname)
* [GET /api/playerwarps/getWarpCategories/{page}](https://docs.olziedev.com/projects/playerwarps/restapi/endpoints/get/getwarpcategories)
* [GET /api/playerwarps/getWarpPlayerByUUID/{uuid}](https://docs.olziedev.com/projects/playerwarps/restapi/endpoints/get/getwarpplayerbyuuid)
* [DELETE /api/playerwarps/deletePlayerWarpByName/{warpname}](https://docs.olziedev.com/projects/playerwarps/restapi/endpoints/delete/deleteplayerwarpbyname)
* [DELETE /api/playerwarps/deletePlayerWarpByID/{id}](https://docs.olziedev.com/projects/playerwarps/restapi/endpoints/delete/deleteplayerwarpbyid)

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