๐ŸŽฎMinecraft

Developed by Mojang Studios

The IP must be a classic IP such as 127.0.0.1 and not for example mc.night-api.com

GET https://api.night-api.com/game/minecraft/:IP

Path Parameters

NameTypeDescription

IP*

String

Server IP

Headers

NameTypeDescription

authorization*

String

Your API key

{
    "status": 200,
    "content": {
        "name": "Hypixel Network [1.8-1.18] EASTER EVENT - MINIGAME, SALE, AND MORE!",
        "map": "",
        "password": false,
        "raw": {
            "vanilla": {
                "name": "",
                "map": "",
                "password": false,
                "raw": {
                    "version": {
                        "name": "Requires MC 1.8 / 1.18",
                        "protocol": 47
                    },
                    "players": {
                        "max": 200000,
                        "online": 61388,
                        "sample": []
                    },
                    "description": "                ยงaHypixel Network ยงc[1.8-1.18]\n    ยงeยงlEASTER EVENT ยง7- ยงbยงlMINIGAME, SALE, AND MORE!"
                },
                "maxplayers": 200000,
                "players": [
                    {
                        "name": "",
                        "raw": {}
                    },
                    {
                        "name": "",
                        "raw": {}
                    },
                    {
                        "name": "",
                        "raw": {}
                    },
                    {
                        "name": "",
                        "raw": {}
                    },
                    {
                        "name": "",
                        "raw": {}
                    },
        ],
        "bots": [],
        "ping": 0,
        "connect": "mc.hypixel.net:25565"
    }
}

Last updated