Requests
How we handle requests to the BedWarsClub API.
Base URL
Our base API URL is shown below, we also make use of versioning, this allows us to make changes to the API without breaking most of it for our users. Also, we require HTTPS on all connections.
https://api.bedwars.club/API Versioning
We make use of API versioning, allowing us to make changes to our production (latest version) of the API without affecting the majority of users. To remain on a stable version, please use whatever version is below production or marked stable (and active/main). Being on our production version will allow you to gain the latest features at the cost of less stability and performance.
Version (Code)
Status
Version 1 (v1)
Supported - Main | Production
Version 2 (v2)
Unsupported - Not available for use.
An example of a versioned API endpoint can be the following:
https://api.bedwars.club/v1/Last updated
Was this helpful?