Rust
API для PvP CZ-CLAN ChillLand 1000x/WIPED 16.04.2026
JSON для программ, сайтов и прочего
text
https://api.gamemonitoring.ru/servers/5844469json
{
"response": {
"modded": true,
"fps": 87,
"fps_avg": 87,
"entities_count": 102869,
"world_seed": 575402813,
"world_size": 3700,
"steam_id": "90284797411776514",
"domain": null,
"id": 5844469,
"ip": "185.180.2.14",
"port": 28591,
"query": 27591,
"color": 0,
"city": "Prague",
"description": "\n♣ LOOT STAYS IN BACKPACK AFTER DEATH – NO DROP SYSTEM\r\n\r\nNO DRONES!\r\n\r\nNO PRIVATE PROFILES – AUTOMATIC KICK\r\n\r\nChillLand [CZ/EN] | PvP 1000x Server\r\n\r\nWe are a Czech-based PvP-focused server with no VIP system, no pay-to-win — just raw survival and brutal fights.\r\nCreated for players who want speed, challenge, and chaos without the grind.\r\n\r\nSERVER FEATURES\r\n♣ Offline Raid Protection\r\n♣ Loadout System\r\n♣ 1000x Gather / 100x Loot\r\n♣ Max Group: 10\r\n♣ Raidable Bases\r\n♣ Convoy Events\r\n♣ Monsters\r\n♣ Sentry Turrets\r\n♣ In-game Shop\r\n♣ Active Admins\r\n♣ Biweekly Wipe\r\n\r\nEnter. Survive. Raid. Repeat.",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1776530553,
"score": 0,
"last_online": 1776868218,
"icon": null,
"name": "PvP CZ-CLAN ChillLand 1000x/WIPED 16.04.2026",
"connect": "185.180.2.14:28591",
"request": "185.180.2.14:27591",
"map": "Procedural Map",
"gamemode": "Survival",
"version": "2623",
"numplayers": 3,
"maxplayers": 40,
"bots": 0,
"secured": true,
"private": false,
"country": "CZ",
"status": true,
"votes": 0,
"points": 63,
"add_date": 1725264341,
"last_update": 1776868218,
"banned": false,
"wipe": 1776363789,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 0,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 1287,
"language": "cs",
"parked": false,
"app": {
"id": 12,
"steam_id": 252490,
"name": "Rust",
"url": "rust"
},
"server_owner": null,
"mods": [],
"disabled_modules": []
}
}Примеры кода
php
<?php
$json = file_get_contents("https://api.gamemonitoring.ru/servers/5844469");
$data = json_decode($json, true);
var_dump($data);