API для RAG | PVE | Legendary Drops | Custom Weapons | Skills | Events+
JSON для программ, сайтов и прочего
text
json
{
"response": {
"fps": 79,
"fps_avg": 78,
"entities_count": 88591,
"world_seed": 762570878,
"world_size": 3750,
"steam_id": "90286609056713731",
"domain": null,
"id": 10661509,
"ip": "188.240.63.102",
"port": 28310,
"query": 28245,
"color": 0,
"city": "City of London",
"description": "\nRAG Rust — Relaxed PvE Survival\r\n\r\n\r\nWelcome to RAG Rust, a chill PvE server built for players who love progression, events, and exploring without the stress of PvP\r\n\r\nWhat Makes Us Fun!!\r\n\r\n1.Raidable Bases — NPC bases to raid anytime, from easy to nightmare\r\n\r\n2.Abandoned Homes - Call NPC's to raid you\r\n\r\n3.Custom Weapons - rocket revolvers and bows that shoot hv's + more\r\n\r\n4.Dungeon Events & Extra Events — Fresh challenges and world activities\r\n\r\n5.Airfield Event - Harbor Event - F15 Crash Event — + Loads of Pve themed events\r\n6.Roaming NPCs — The world feels alive with patrols and enemies to fight\r\n\r\n7.BetterNpc\r\n\r\n8.Epic Loot + Item Perks + Legendary Items — RPG‑style gear and rare drops\r\n\r\n9.Skill Tree — Level up and unlock powerful abilities\r\n\r\n10.Rocket/C4 Tiers — More ways to fight and progress\r\n\r\n11.Quality of Life with Backpacks & Auto‑Loot — Keep your loot safe and organized\r\n\r\n12.Combined Storage & Furnace Splitter — Less grind, more fun\r\n\r\n13.Sort Button & StackEverything — Smooth, clean base management\r\n\r\nExplore With Ease\r\n\r\nPick you own enviroment and in game TIME with /env\r\n\r\nAuto Pilot\r\n\r\nVehicle Buy & Vehicle Locks — Easy access and secure transport.\r\n\r\nBuild & Explore\r\n\r\nBetter TC & Building perks — Faster building and upgrading\r\nMonument Addons & Finder — Expanded monuments and easy navigation.\r\n\r\nCome check our server out - we have a discord if you have any questions!! \r\n\r\n - https://discord.gg/tqa3KVnSZx",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1780595060,
"last_online": 1780605030,
"icon": null,
"name": "RAG | PVE | Legendary Drops | Custom Weapons | Skills | Events+",
"connect": "188.240.63.102:28310",
"request": "188.240.63.102:28245",
"map": "Custom Map",
"gamemode": "Survival",
"version": "2627",
"numplayers": 6,
"maxplayers": 100,
"bots": 0,
"secured": true,
"private": false,
"country": "GB",
"status": true,
"votes": 0,
"points": 62,
"add_date": 1764544752,
"last_update": 1780605030,
"banned": false,
"wipe": 1780595959,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 0,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 2092,
"language": "en",
"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/10661509");
$data = json_decode($json, true);
var_dump($data);