Minecraft
API for Terrestria 2.0 | ESPLORA➝CONQUISTA➝DOMINA Mappa Earth 1:800 • Towny • SOLO PREMIUM (1.21.10+)
JSON for programs, websites and more
text
https://api.gamemonitoring.net/servers/10490449json
{
"response": {
"steam_id": null,
"domain": "mc.terrestria.it",
"id": 10490449,
"ip": "162.19.245.161",
"port": 25565,
"query": 25565,
"color": 0,
"city": "Limburg an der Lahn",
"description": null,
"game": 9000034,
"owner": null,
"boosts": 1,
"last_offline": 1776042159,
"score": 0,
"last_online": 1776110468,
"icon": null,
"name": "Terrestria 2.0 | ESPLORA➝CONQUISTA➝DOMINA Mappa Earth 1:800 • Towny • SOLO PREMIUM (1.21.10+)",
"connect": "mc.terrestria.it:25565",
"request": "162.19.245.161:25565",
"map": null,
"gamemode": null,
"version": "§bTerrestria 2.0",
"numplayers": 3,
"maxplayers": 100,
"bots": 0,
"secured": null,
"private": null,
"country": "DE",
"status": true,
"votes": 0,
"points": 30,
"add_date": 1761122408,
"last_update": 1776110468,
"banned": false,
"wipe": null,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": null,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 3583,
"language": "de",
"parked": false,
"app": {
"id": 169,
"steam_id": 9000034,
"name": "Minecraft",
"url": "minecraft"
},
"server_owner": null,
"mods": [],
"disabled_modules": []
}
}Code examples
php
<?php
$json = file_get_contents("https://api.gamemonitoring.net/servers/10490449");
$data = json_decode($json, true);
var_dump($data);