API für LegacyRust X2 [KITS/DC][РУССКИЙ] WIPE 05.06
JSON für Programme, Websites und mehr
text
json
{
"response": {
"fps": 478,
"fps_avg": 479,
"entities_count": 94003,
"world_seed": 2128738963,
"world_size": 4000,
"steam_id": "90286590621208599",
"domain": null,
"id": 11644868,
"ip": "185.189.255.248",
"port": 35400,
"query": 35410,
"color": 0,
"city": "Moscow",
"description": "![LegacyRust X2 [KITS/DC][РУССКИЙ] WIPE 05.06](https://pic.survivalhost.org/images/2026/05/02/lEGACY.png)\nСервер Для Новичков.\r\nЛимит на группу 50 игроков.\r\nСервер - Еженедельный \r\nWIPE (Вайп ) СРЕДУ в 15:00 Мск.\r\nСайт сервера - https://rustylegacy.gamestores.app/\r\nСвязь - https://vk.com/rustlegacyx",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1780575878,
"last_online": 1780571599,
"icon": null,
"name": "LegacyRust X2 [KITS/DC][РУССКИЙ] WIPE 05.06",
"connect": "185.189.255.248:35400",
"request": "185.189.255.248:35410",
"map": "Procedural Map",
"gamemode": "Vanilla",
"version": "2625",
"numplayers": 0,
"maxplayers": 200,
"bots": 0,
"secured": true,
"private": false,
"country": "RU",
"status": false,
"votes": 0,
"points": 0,
"add_date": 1780177438,
"last_update": 1780575878,
"banned": false,
"wipe": 1780570494,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 0,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 12490,
"language": "ru",
"parked": false,
"app": {
"id": 252490,
"steam_id": 252490,
"name": "Rust",
"url": "rust"
},
"server_owner": null,
"mods": [],
"disabled_modules": []
}
}Codebeispiele
php
<?php
$json = file_get_contents("https://api.gamemonitoring.de/servers/11644868");
$data = json_decode($json, true);
var_dump($data);