Versioning
warning
Socket API is now part of Bungee. Socket API will be migrated to Bungee API. Documentation is in progress, and you may find references to Socket API in this documentation.
Each Bungee HTTP API path
is versioned independently using URI versioning. The format is: https://api.socket.tech/<version>/<endpoint>
.
A major version bump occurs whenever a backwards incompatible change occurs to an endpoint
, in which case every endpoint
will be on the next version. Old versions of the API will be deprecated and new features will be rolled out to them on a best-effort basis.
Current versions​
The Bungee API has three versions at the moment. It is advised to use the latest version as past versions could deprecate overtime.
Version | API Key | Endpoint | Docs | Notes |
---|---|---|---|---|
V0 | No | Deprecated | - | Deprecated |
V1 | No | Deprecated | - | Deprecated |
V2 | Yes | https://api.socket.tech/v2 | https://api.socket.tech/v2/swagger/ | Replace with Bungee Endpoint |