API для [US] RustDecay PVE 200x Relax & Build - No Kill No Raid
JSON для программ, сайтов и прочего
text
json
{
"response": {
"add_date": 1717336673,
"app": {
"id": 12,
"name": "Rust",
"steam_id": 252490,
"url": "rust"
},
"color": 0,
"connect": "91.229.114.72:28010",
"country": "US",
"domain": null,
"game": 252490,
"hide_address": false,
"hide_query": false,
"icon": null,
"id": 4599927,
"ip": "91.229.114.72",
"language": "en",
"last_update": 1790377298,
"map": "discord.gg/rustdecay",
"maxplayers": 100,
"name": "[US] RustDecay PVE 200x Relax & Build - No Kill No Raid",
"numplayers": 7,
"official": null,
"points": 63,
"port": 28010,
"private": false,
"project_id": null,
"pve": 0,
"pvp": null,
"query": 28015,
"request": "91.229.114.72:28015",
"secured": true,
"status": true,
"steam_id": "90293395474695198",
"version": "2633",
"votes": 0,
"wipe": 1789683134,
"ban_reason": null,
"banned": false,
"boosts": 1,
"bots": 0,
"city": "Чикаго",
"description": "![[US] RustDecay PVE 200x Relax & Build - No Kill No Raid](https://www.rustdecay.com/assets/images/headers/200xSkillTree_rustdecay.png)\n200x Resources!\r\n\r\nWIPE SCHEDULE\r\nWIPE: BI-WEEKLY\r\n\r\nMAIN FEATURES\r\nUnique Rust gameplay\r\nFun & engaging server events\r\nIn-game shop for QOL\r\nEasy loot & scrap w/ autolooting\r\nDISCORD: discord.gg/RUSTDECAY\r\nSTORE: store.rustdecay.com",
"disabled_modules": [],
"gamemode": "Survival",
"hidden": false,
"last_offline": 1790331053,
"last_online": 1790377298,
"list_hidden": false,
"map_url": "rustdecay_44b87108ed9d43d4a772c1379bd268ab_r288",
"mods": [],
"next_wipe": null,
"parked": false,
"position_game": 1272,
"wipe_period": null,
"fps": 40,
"gmn": "rust",
"url": "",
"hash": "bba91c3f",
"build": "163493",
"gc_cl": "389",
"gc_mb": "4344",
"fps_avg": 39,
"ram_sys": "0",
"map_kind": "custom",
"map_name": "Rust Decay 44b87108ed9d43d4a772c",
"map_seed": 1337,
"map_size": 5200,
"logoimage": "",
"listentype": "d",
"environment": "l",
"favendpoint": "200x.rustdecay.com",
"a2s_protocol": 17,
"map_revision": 288,
"queueplayers": 0,
"map_image_url": "https://files.facepunch.com/rust/map-images/554bcc64cff3ca63375e12a118a4f3519f1abc434494c0a2a02567a908bb2400/rustdecay_44b87108ed9d43d4a772c1379bd268ab.5200.1788112248426.288_554bcc64cff3ca63375e12a118a4f351.jpg",
"entities_count": 115598,
"players_complete": true
}
}Примеры кода
php
<?php
$json = file_get_contents("https://api.gamemonitoring.ru/servers/4599927");
$data = json_decode($json, true);
var_dump($data);