Minecraft Integration API

It's the Minecraft Integration API.
More information: https://helloreverb.com
Contact Info: hello@helloreverb.com
Version: 1.0.0
BasePath:/api/minecraft-integration/
All rights reserved
http://apache.org/licenses/LICENSE-2.0.html

Access

Methods

[ Jump to Models ]

Table of Contents

  1. get /server/{sid}
Up
get /server/{sid}
Server Info (serverSidGet)
Gets the current status of and general information on the server.

Path parameters

sid (required)
Path Parameter — Server ID or slug.

Return type

Server

Example data

Content-Type: application/json
{
  "host" : "aeiou"
}

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

An array of products Server

0

Unexpected error Error

Up

Models

[ Jump to Methods ]

Table of Contents

  1. Error
  2. Server

Error Up

message (optional)
fields (optional)

Server Up

host (optional)
String The server host name.