-
Notifications
You must be signed in to change notification settings - Fork 58
API Methods
Will Warren edited this page Nov 18, 2020
·
7 revisions
- Overview
-
API Methods
/v1/broadcast
/v1/economy
/v1/economy/pay
/v1/economy/debit
/v1/ping
/v1/players
/v1/players/all
/v1/players/:playerUuid
/v1/players/:playerUuid/:worldUuid/inventory
/v1/plugins
/v1/scoreboard
/v1/scoreboard/:name
/v1/server
/v1/server/ops
/v1/server/whitelist
/v1/worlds
/v1/worlds/save
/v1/worlds/:worldUuid
/v1/worlds/:worldUuid/save
All API requests are documented relative to the server's base URL.
e.g. if your server is my.minecraftserver.com
then calls to the ServerTap
API would be my.minecraftserver.com:4567/v1/ping
for example (assuming you
left port
at default in your Config file).
Since: 0.0.1
POST
Since: 0.0.3 GET
Since: 0.0.3 POST
Since: 0.0.3 POST
Since: 0.0.1 GET
Since: 0.0.1 GET
Since: 0.0.2 GET
Since: 0.0.1 GET
Since: 0.0.3 GET
Since: 0.0.1 GET
Since: 0.0.3 GET
Since: 0.0.3 GET
Since: 0.0.1 GET
Since: 0.0.1 GET, POST, DELETE
Since: 0.0.1 GET, POST
Since: 0.0.1 GET
Since: 0.0.1 POST
Since: 0.0.1 GET
Since: 0.0.1 POST