curl --location --request GET 'https://api.ricardoneud.com/v3/games/minecraft/lookup' \
--header 'X-Address;' \
--header 'X-Port;' \
--header 'Basic;'
{
"ip": "192.168.1.1",
"port": "25565",
"players": {
"online": 10,
"max": 20
},
"version": {
"name": "1.19.2",
"protocol": 760
},
"ping": "50 ms",
"srvRecord": {
"host": "example.com",
"port": 25565
}
}