Get the favicon of a Minecraft server.
The server favicon endpoint allows you to get the favicon of a Minecraft server.
GET /server/icon/:query
This endpoint is only available for Java servers.
Parameter | Description | Required |
---|---|---|
query | The IP address or hostname of the server you want to get the favicon for. | Yes |
Bashcurl -X GET "https://api.mcutils.xyz/server/icon/hypixel.net" -H "accept: image/png"
Status Code | Description |
---|---|
400 | The server was not found. |
429 | The Mojang API rate limit has been exhausted. |