> 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/playerwarps/restapi/endpoints.md).

# 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](/projects/playerwarps/restapi.md#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}](/projects/playerwarps/restapi/endpoints/get/getplayerwarpbyname.md)
* [GET /api/playerwarps/getPlayerWarpByID/{id}](/projects/playerwarps/restapi/endpoints/get/getplayerwarpbyid.md)
* [GET /api/playerwarps/getSponsorWarpByID/{id}](/projects/playerwarps/restapi/endpoints/get/getsponsorwarpbyid.md)
* [GET /api/playerwarps/getPlayerWarps/{page}](/projects/playerwarps/restapi/endpoints/get/getplayerwarps.md)
* [GET /api/playerwarps/getWarpCategoryByName/{categoryname}](/projects/playerwarps/restapi/endpoints/get/getwarpcategorybyname.md)
* [GET /api/playerwarps/getWarpCategories/{page}](/projects/playerwarps/restapi/endpoints/get/getwarpcategories.md)
* [GET /api/playerwarps/getWarpPlayerByUUID/{uuid}](/projects/playerwarps/restapi/endpoints/get/getwarpplayerbyuuid.md)
* [DELETE /api/playerwarps/deletePlayerWarpByName/{warpname}](/projects/playerwarps/restapi/endpoints/delete/deleteplayerwarpbyname.md)
* [DELETE /api/playerwarps/deletePlayerWarpByID/{id}](/projects/playerwarps/restapi/endpoints/delete/deleteplayerwarpbyid.md)

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