Olzie Development
search
Ctrlk
HomeDiscord
Olzie Development
  • Introduction
  • Minecraft Plugins
    • Player Auctions
    • Player Economy
    • Player Warps
      • Commands & Permissions
      • Configuration
      • FAQ
      • Supported Plugins
      • Plugin Features
      • Plugin API
      • Rest API
        • Endpoints
          • GET
            • /api/playerwarps/getPlayerWarpByName/{warpname}
            • /api/playerwarps/getSponsorWarp/{id}
            • /api/playerwarps/getPlayerWarpByID/{id}
            • /api/playerwarps/getPlayerWarps/{page}
            • /api/playerwarps/getWarpCategoryByName/{categoryname}
            • /api/playerwarps/getWarpCategories/{page}
            • /api/playerwarps/getWarpPlayerByUUID/{uuid}
          • DELETE
        • Events
        • Errors
    • Player Businesses
    • Player Trade
    • Player Treasury
    • Player Elections
    • Night Market
gitbookPowered by GitBook
block-quoteOn this pagechevron-down
  1. Minecraft Pluginschevron-right
  2. Player Warpschevron-right
  3. Rest APIchevron-right
  4. Endpoints

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.

hashtag
Endpoints

  • GET /api/playerwarps/getPlayerWarpByName/{warpname}

  • GET /api/playerwarps/getPlayerWarpByID/{id}

  • GET /api/playerwarps/getSponsorWarpByID/{id}

  • GET /api/playerwarps/getPlayerWarps/{page}

  • GET /api/playerwarps/getWarpCategoryByName/{categoryname}

  • GET /api/playerwarps/getWarpCategories/{page}

  • GET /api/playerwarps/getWarpPlayerByUUID/{uuid}

PreviousEndpointschevron-leftNext/api/playerwarps/getPlayerWarpByName/{warpname}chevron-right

Last updated 1 year ago