A lightweight API service built in Go to fetch real-time information about any Minecraft server — including version, player count, MOTD, and online status.
/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" }
/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." }
