Skip to content

API Methods

Will Warren edited this page Nov 18, 2020 · 7 revisions

Table of Contents

Overview

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

API Methods

/v1/broadcast

Since: 0.0.1

POST

/v1/economy

Since: 0.0.3 GET

/v1/economy/pay

Since: 0.0.3 POST

/v1/economy/debit

Since: 0.0.3 POST

/v1/ping

Since: 0.0.1 GET

/v1/players

Since: 0.0.1 GET

/v1/players/all

Since: 0.0.2 GET

/v1/players/:playerUuid

Since: 0.0.1 GET

/v1/players/:playerUuid/:worldUuid/inventory

Since: 0.0.3 GET

/v1/plugins

Since: 0.0.1 GET

/v1/scoreboard

Since: 0.0.3 GET

/v1/scoreboard/:name

Since: 0.0.3 GET

/v1/server

Since: 0.0.1 GET

/v1/server/ops

Since: 0.0.1 GET, POST, DELETE

/v1/server/whitelist

Since: 0.0.1 GET, POST

/v1/worlds

Since: 0.0.1 GET

/v1/worlds/save

Since: 0.0.1 POST

/v1/worlds/:worldUuid

Since: 0.0.1 GET

/v1/worlds/:worldUuid/save

Since: 0.0.1 POST