Real Minecraft Server Status

Ctrl K
PrimeServersAPI

IsMcServer.online's API

IsMcServer.online API is a free-to-use API, that allows checking any Minecraft Server status. To generate API token join our Discord server and navigate to #generate-token text channel. Use /generatetoken command to get your new private token!

c9ce0a5e-7d42-40a9-a403-10033efe496e

Sample token*

Log in to generate private token!

How to use the API?

To use the api, enter your generated token into Authorization header, like shown on example below. It is important to note that API tokens should be kept secure and not shared with unauthorized users.

await fetch("https://api.ismcserver.online/hypixel.net", {
headers: {
"Authorization": "c9ce0a5e-7d42-40a9-a403-10033efe496e" // insert your token here
}
}).then(res => res.json())

In short:

  1. Obtain an API token: You need to get an API token in order to use the API. This token is used to authenticate your API requests and ensure that your usage is authorized.
  2. Include the token in the request header: Once you have the API token, you need to include it in the "Authorization" header of your API request. This header is used to pass along your API token, so that the API server can verify your authorization.
  3. Send the API request: After you have included the API token in the request header, you can send the API request to the server and receive a response. The response will contain the data you requested, as well as any other relevant information.
  4. Keep your token secure: It is important to keep your API token secure and not share it with unauthorized users.

See the example below to know what should be right API response.

Hypixel.net - sample API response

"online": true,
"host": "mc.hypixel.net",
"port": 25565,
"version": {
    "array": [
        "1.8 / 1.19"
    ],
    "string": "Requires MC 1.8 / 1.19"
},
"players": {
    "online": 54029,
    "max": 200000,
    "list": []
},
"protocol": 47,
"software": "Requires MC 1.8 / 1.19",
"motd": {
    "raw": "§f                §aHypixel Network §c[1.8-1.19]§f
   §c§lLUNAR MAPS §6§lCOSMETICS §7| §d§lSKYBLOCK 0.17.3",
    "clean": "                Hypixel Network [1.8-1.19]
   LUNAR MAPS COSMETICS | SKYBLOCK 0.17.3",
    "html": "<span><span style="color: #FFFFFF;">                </span><span style="color: #55FF55;">Hypixel Network </span><span style="color: #FF5555;">[1.8-1.19]</span><span style="color: #FFFFFF;">
   </span><span style="color: #FF5555; font-weight: bold;">LUNAR MAPS </span><span style="color: #FFAA00; font-weight: bold;">COSMETICS </span><span style="color: #AAAAAA;">| </span><span style="color: #FF55FF; font-weight: bold;">SKYBLOCK 0.17.3</span></span>"
},
"favicon": "data:image/png;base64,iVBORw0...ORK5CYII=",
"ping": 107,
"debug": {
    "status": true,
    "query": false,
    "legacy": false
}
                        

This site uses third-party cookies. If you don't agree using them, you should close this page now.