Spacewar
API für STORM RUST | X2 NOLIMIT | ANTI-CHEAT
JSON für Programme, Websites und mehr
text
https://api.gamemonitoring.de/servers/1921513json
{
"response": {
"steam_id": null,
"domain": null,
"id": 1921513,
"ip": null,
"port": null,
"query": null,
"color": 0,
"city": null,
"description": "[{\"id\":\"4zemw5hjx\",\"type\":\"paragraph\",\"data\":{\"text\":\"STORM RUST - Это уникальный проект на 236 девблоге!\\nНа нашем проекте вы сможете увидеть уйма уникальных плагинов, в их число входит наш кастомный Anti-Cheat который сможет защитить вас от нечестных игроков! На сервере собрана большая команда адекватных модераторов и администраторов, которые помогут в любой момент.\\nРейты добычи на сервере - Х2 Максимальное количество человек в команде - 4\\nНаш донат магазин - shop.stormrust.ru\\nНаш дискорд канал - discord.gg/stormrust \\nНаша группа ВКонтакте - vk.com/stormrust\"}}]",
"game": 480,
"owner": 60352,
"boosts": 1,
"last_offline": 1750457066,
"score": 5,
"last_online": 1728668426,
"icon": null,
"name": "STORM RUST | X2 NOLIMIT | ANTI-CHEAT",
"connect": null,
"request": null,
"map": "StormWipe0810_7ce0a3bebc8ba710a",
"gamemode": null,
"version": null,
"numplayers": 0,
"maxplayers": 100,
"bots": 0,
"secured": false,
"private": false,
"country": "RU",
"status": false,
"votes": 0,
"points": 0,
"add_date": 1700737472,
"last_update": 1750457066,
"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": 25,
"language": "ru",
"parked": true,
"app": {
"id": 54694,
"steam_id": 480,
"name": "Spacewar",
"url": "spacewar"
},
"server_owner": {
"username": "kirtne",
"avatar": "3af13483-26c6-4382-837f-8b8d32f5cb51.jpg",
"last_online": 1717693638
},
"mods": [],
"disabled_modules": []
}
}Codebeispiele
php
<?php
$json = file_get_contents("https://api.gamemonitoring.de/servers/1921513");
$data = json_decode($json, true);
var_dump($data);