API для [US] RustDecay PVE 15x Relax & Build - No Kill No Raid
JSON для программ, сайтов и прочего
text
json
{
"response": {
"add_date": 1779915505,
"app": {
"id": 12,
"name": "Rust",
"steam_id": 252490,
"url": "rust"
},
"color": 0,
"connect": "205.178.168.82:28010",
"country": "US",
"domain": null,
"game": 252490,
"hide_address": false,
"hide_query": false,
"icon": null,
"id": 11607412,
"ip": "205.178.168.82",
"language": "en",
"last_update": 1790377310,
"map": "discord.gg/rustdecay",
"maxplayers": 100,
"name": "[US] RustDecay PVE 15x Relax & Build - No Kill No Raid",
"numplayers": 21,
"official": null,
"points": 70,
"port": 28010,
"private": false,
"project_id": null,
"pve": 0,
"pvp": null,
"query": 28015,
"request": "205.178.168.82:28015",
"secured": true,
"status": true,
"steam_id": "90293391879571468",
"version": "2633",
"votes": 0,
"wipe": 1788460777,
"ban_reason": null,
"banned": false,
"boosts": 1,
"bots": 0,
"city": "Даллас",
"description": "![[US] RustDecay PVE 15x Relax & Build - No Kill No Raid](https://www.rustdecay.com/assets/images/server3.jpg)\n15x PvE Build Survival\r\n\r\n LAST WIPED: 9/3/26\r\nWIPE: 1st Thursday of each month\r\nPURGE: Tuesday BEFORE each WIPE\r\nBLUEPRINTS: Monthly\r\nRP CURRENCY RESET: Quarterly\r\n\r\nDISCORD: discord.gg/RUSTDECAY\r\n STORE: store.rustdecay.com",
"disabled_modules": [],
"gamemode": "Survival",
"hidden": false,
"last_offline": 1790327452,
"last_online": 1790377310,
"list_hidden": false,
"map_url": "rustdecay_44b87108ed9d43d4a772c1379bd268ab_r288",
"mods": [],
"next_wipe": null,
"parked": false,
"position_game": 693,
"wipe_period": null,
"fps": 40,
"gmn": "rust",
"url": "https://www.rustdecay.com",
"hash": "bba91c3f",
"build": "163493",
"gc_cl": "396",
"gc_mb": "5927",
"fps_avg": 40,
"ram_sys": "0",
"map_kind": "custom",
"map_name": "Rust Decay 44b87108ed9d43d4a772c",
"map_seed": 1337,
"map_size": 5200,
"logoimage": "",
"listentype": "d",
"environment": "l",
"favendpoint": "15x.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": 256887,
"players_complete": true
}
}Примеры кода
php
<?php
$json = file_get_contents("https://api.gamemonitoring.ru/servers/11607412");
$data = json_decode($json, true);
var_dump($data);