Minecraft
API für | DarkCube | [1.16-1.21+] | Открытие 07.03.2026 | Наш телеграм @DarkCube22
JSON für Programme, Websites und mehr
text
https://api.gamemonitoring.de/servers/11488554json
{
"response": {
"steam_id": null,
"domain": "mc.dark-cube.online",
"id": 11488554,
"ip": "141.105.71.176",
"port": 25582,
"query": 25582,
"color": 0,
"city": "Moscow",
"description": null,
"game": 9000034,
"owner": null,
"boosts": 1,
"last_offline": 1775586471,
"score": 0,
"last_online": 1777571500,
"icon": null,
"name": "| DarkCube | [1.16-1.21+] | Открытие 07.03.2026 | Наш телеграм @DarkCube22",
"connect": "mc.dark-cube.online:25582",
"request": "141.105.71.176:25582",
"map": null,
"gamemode": null,
"version": "Velocity 1.7.2-1.21.11",
"numplayers": 0,
"maxplayers": 369,
"bots": 0,
"secured": null,
"private": null,
"country": "RU",
"status": true,
"votes": 0,
"points": 30,
"add_date": 1775586471,
"last_update": 1777571500,
"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": 4835,
"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/11488554");
$data = json_decode($json, true);
var_dump($data);