Server Favicon

    Get the favicon of a Minecraft server.

    Overview

    The server favicon endpoint allows you to get the favicon of a Minecraft server.

    Endpoint

    GET /server/icon/:query
    

    Platforms

    This endpoint is only available for Java servers.

    Parameters

    ParameterDescriptionRequired
    queryThe IP address or hostname of the server you want to get the favicon for.Yes

    Example

    Bash
    curl -X GET "https://api.mcutils.xyz/server/icon/hypixel.net" -H "accept: image/png"
    

    Response

    Server Icon

    Errors

    Status CodeDescription
    400The server was not found.
    429The Mojang API rate limit has been exhausted.