Minecraft
API für ₪ MetaHvH ∫Лучший HvH сервер ₪ ⚡Вайп был 14.03.2026 ⚡
JSON für Programme, Websites und mehr
text
https://api.gamemonitoring.de/servers/8284112json
{
"response": {
"steam_id": null,
"domain": "mc.metahvh.space",
"id": 8284112,
"ip": "185.207.214.234",
"port": 25565,
"query": 25565,
"color": 0,
"city": "Moscow",
"description": null,
"game": 9000034,
"owner": null,
"boosts": 1,
"last_offline": 1774235548,
"score": 0,
"last_online": 1777396816,
"icon": null,
"name": "₪ MetaHvH ∫Лучший HvH сервер ₪ ⚡Вайп был 14.03.2026 ⚡",
"connect": "mc.metahvh.space:25565",
"request": "185.207.214.234:25565",
"map": null,
"gamemode": "FML",
"version": "NullCordX 1.8.x-1.20.x",
"numplayers": 447,
"maxplayers": 448,
"bots": 0,
"secured": null,
"private": null,
"country": "RU",
"status": true,
"votes": 1,
"points": 72,
"add_date": 1743243533,
"last_update": 1777396816,
"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": 57,
"language": "ru",
"parked": false,
"app": {
"id": 169,
"steam_id": 9000034,
"name": "Minecraft",
"url": "minecraft"
},
"server_owner": null,
"mods": [],
"disabled_modules": []
}
}Codebeispiele
php
<?php
$json = file_get_contents("https://api.gamemonitoring.de/servers/8284112");
$data = json_decode($json, true);
var_dump($data);