Global Endpoints
Minecraft Server Info
This endpoint retrieves the status of a Minecraft server based on the specified IP address and port. The user must specify the connection IP address of the server.
GET
Query Parameters
Specifies the connection IP address of the server.
Default: null
Specifies the Port of the server.
Default: 25565
Response
Indicates whether the request was successful. A value of true
means the request was successful, while false
indicates an issue or failure.
Contains the data related to the Minecraft server status, including the IP address, port, online status, number of online players, maximum players, version, hostname, and banner URL.