Rust
API для [EU/UK] KAIZEN | Monthly Wipe | 2x | Vanilla+ QoL
JSON для программ, сайтов и прочего
text
https://api.gamemonitoring.ru/servers/11139127json
{
"response": {
"steam_id": null,
"domain": null,
"id": 11139127,
"ip": null,
"port": null,
"query": null,
"color": 0,
"city": "Solihull",
"description": "![[EU/UK] KAIZEN | Monthly Wipe | 2x | Vanilla+ QoL](https://i.ibb.co/0Vpd7892/kaizen-banner-512x256.png)\nKAIZEN [EU/UK]\r\n \r\n High uptime | Performance-first | No nonsense\r\n \r\n Built for players who want Rust to feel right — smooth raids, fair fights, and admins who actually show up.\r\n \r\n THE STANDARD:\r\n • Ryzen 9 9950X-powered hardware\r\n • Monthly map wipes | No BP wipes\r\n • 2x Gather | 2x Components | Short nights\r\n • Vanilla+ QoL only — nothing OP\r\n • Recyclers | Skinbox | Server-side QoL\r\n • Zero pay-to-win. Ever.\r\n \r\n No raid-killing lag spikes.\r\n No ghost admins.\r\n No gimmicks.\r\n \r\n Join the Discord: dsc.gg/kaizen-games\r\n Click “View Webpage” to connect.",
"game": 252490,
"owner": 167253,
"boosts": 1,
"last_offline": 1773985881,
"score": 0,
"last_online": 1773056413,
"icon": null,
"name": "[EU/UK] KAIZEN | Monthly Wipe | 2x | Vanilla+ QoL",
"connect": null,
"request": null,
"map": "Procedural Map",
"gamemode": "Survival",
"version": null,
"numplayers": 0,
"maxplayers": 50,
"bots": 0,
"secured": false,
"private": false,
"country": "GB",
"status": false,
"votes": 0,
"points": 0,
"add_date": 1770597304,
"last_update": 1773985881,
"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": 8913,
"language": "en",
"parked": true,
"app": {
"id": 12,
"steam_id": 252490,
"name": "Rust",
"url": "rust"
},
"server_owner": {
"username": "fuzznyx",
"avatar": "no.jpg",
"last_online": 1770598477
},
"mods": [],
"disabled_modules": []
}
}Примеры кода
php
<?php
$json = file_get_contents("https://api.gamemonitoring.ru/servers/11139127");
$data = json_decode($json, true);
var_dump($data);