EN
Minecraft Server Status Query
Want to test if your server is online? Enter the address below and we will make an appointment on the server!
0 QUERYS SERVED
Verificar servidor
Using the API
Use the following URL to get the status of a server: https://mcstatus.snowdev.com.br/api/query/v3/<address>
The result is rendered in application/json and is currently cached for 30 seconds.
If an address works in Minecraft, it works with this API. If you do not specify a port, the API will find it.
Examples
JavaScript (jQuery)
$.ajax({
type: 'GET',
url: 'https://mcstatus.snowdev.com.br/api/query/v3/{ServerAddress}',
}).done(function(response){
console.log('Server it is ' + ((response.online) ? 'Online' : 'Offline') + '!');
});
PHP
<?php
$json = json_decode(file_get_contents('https://mcstatus.snowdev.com.br/api/query/v3/{ServerAddress}'));
echo 'Server it is ' . (($json->online) ? 'Online' : 'Offline') . '!';
?>
Favicon
Need the server's favicon? use the URL: https://mcstatus.snowdev.com.br/api/favicon/<address>/favicon.png
Problem?
If you have any problems, please report it via email: [email protected]
If you prefer, please contact us by our discord: https://discord.snowdev.com.br