Service designed to interact with Minecraft Servers and return JSON data on the status of the server.
Base URL: https://api.mcbanners.com
spigot -> number
sponge -> string
curseforge -> number
GET /author/${platform}/${id}/isValid| Parameter | Type | Description |
|---|---|---|
platform |
string |
Platform type from the above list |
id |
string or number |
The id in the form from the above list |
GET /author/${platform}/${id}/banner.${outputType}| Parameter | Type | Description |
|---|---|---|
platform |
string |
Platform type from the above list |
id |
string or number |
The id in the form from the above list |
outputType |
string |
Either png or jpg |
GET /resource/${platform}/${id}/isValid| Parameter | Type | Description |
|---|---|---|
platform |
string |
Platform type from the above list |
id |
string or number |
The id in the form from the above list |
GET /resource/${platform}/${id}/banner.${outputType}| Parameter | Type | Description |
|---|---|---|
platform |
string |
Platform type from the above list |
id |
string or number |
The id in the form from the above list |
outputType |
string |
Either png or jpg |
GET /server/${host}/${port}/isValid| Parameter | Type | Description |
|---|---|---|
host |
string |
The server ip |
port |
number |
The server port |
GET /server/${host}/${port}/banner.${outputType}| Parameter | Type | Description |
|---|---|---|
host |
string |
The server ip |
port |
number |
The server port |
outputType |
string |
Either png or jpg |