mcstatus-stg.snowdev.com.br Open in urlscan Pro
2606:4700:3032::6815:2d88  Public Scan

URL: https://mcstatus-stg.snowdev.com.br/
Submission: On December 13 via api from US — Scanned from US

Form analysis 0 forms found in the DOM

Text Content

CHOOSE YOUR LANGUAGE
Deutsch (Deutschland) Japanese (Japan) Português (Brasil) Russian (Russian
Federation) English (United States)
Close
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!

47,419,727 QUERYS SERVED

Verificar servidor

Verificar



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/{ServerAndress}',
}).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/{ServerAndress}'));

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>

Problem?


If you have any problems, please report it via email:
SnowRunescape@SnowDev.com.br

If you prefer, please contact us by our discord: https://discord.snowdev.com.br

All rights reserved - SnowDev ® 2019 - 2023