MCBanners / banner-api

MCBanners banner generation service

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

MCBanners/mc-api

Service designed to interact with Minecraft Servers and return JSON data on the status of the server.

API Reference

Base URL: https://api.mcbanners.com

Supported Platforms (and their parameter type)

spigot -> number
sponge -> string
curseforge -> number

Check valid author

  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 banner

  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

Check valid resource

  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 banner

  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

Check valid server

  GET /server/${host}/${port}/isValid
Parameter Type Description
host string The server ip
port number The server port

Get server banner

  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

About

MCBanners banner generation service

License:GNU General Public License v3.0


Languages

Language:Java 99.7%Language:Dockerfile 0.3%