Skip to content

A lightweight Go-based API service that fetches live Minecraft server information — including version, MOTD, player count, and online status.

License

Notifications You must be signed in to change notification settings

iamsparkedev/mcserver-info

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

🌐 MCserver-Info

A lightweight API service built in Go to fetch real-time information about any Minecraft server — including version, player count, MOTD, and online status.

Contributors Forks Stars License

Discord

API Endpoints & Usage

Server Lookup

/api/server?ip=ip:port

Example : /api/server/?ip=mc.hypixel.net:25565

Output :{ "ip": "mc.hypixel.net", "version": "Requires MC 1.8 / 1.21", "online": true, "players": { "online": 28074, "max": 200000 }, "motd": " §aHypixel Network §c[1.8/1.21]\n §d§lSB 0.23.5 §7- §6§lHALLOWEEN EVENT" }

Server List

/api/list?id=randomid

Example : api/list?id=3

Output : { "server_id": "3", "name": "Hypixel Network", "ip_address": "mc.hypixel.net", "gamemodes": [ "Bedwars", "SkyWars", "SkyBlock", "Murder Mystery", "Minigames" ], "description": "One of the largest and most famous Minecraft servers, offering a massive selection of original minigames." }

BUILT WITH

Go Docker

About

A lightweight Go-based API service that fetches live Minecraft server information — including version, MOTD, player count, and online status.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages