> 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/get.md).

# GET

This section documents all the available GET endpoints in the Player Warps REST API. These endpoints allow you to retrieve warp data and player-specific information.

## 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)
