Rust
API для Royal Rust PVE 5X Quest|Skinbox|Skilltree|Events|Shop|Kits|RP
JSON для программ, сайтов и прочего
text
https://api.gamemonitoring.ru/servers/5967601json
{
"response": {
"fps": 77,
"fps_avg": 78,
"entities_count": 83133,
"world_seed": 1337,
"world_size": 4096,
"steam_id": "90284792368649218",
"domain": null,
"id": 5967601,
"ip": "136.243.90.97",
"port": 28015,
"query": 28016,
"color": 0,
"city": "Falkenstein",
"description": "\nRoyal Rust 5x – PVE Experience 5x Gather Rates PVE Server\r\n Skilltree progression with XP Events\r\n Custom loot tables\r\n Roaming bosses & dynamic world events\r\n In-game shop to buy your supplies\r\n Virtual Quarries & personal automation\r\n Skinbox & Sign Artist\r\n Personal Recycler (upgradable)\r\n Teleport & Skip Nights\r\n Heli Signals\r\n Backpacks & overflow support\r\n And many, many more features\r\n World & Dynamic Events\r\n Abandoned Bases\r\n Air Event\r\n Airfield Event\r\n Arctic Base Event\r\n Armored Train Event\r\n Boss Monsters\r\n Bradley Drops\r\n Convoy Event\r\n Ferry Terminal Event\r\n Flying Cargo Ship\r\n Harbor Event\r\n Excavator Event\r\n Oil Rig Event\r\n Big Boss Event\r\n Sphere Event\r\n Launch Site Event\r\n Missile Silo Event\r\n Raidable Bases\r\n The Offering\r\n Trainyard Event\r\n Tugboat Pirates\r\n Water Event\r\n Water Treatment Event\r\n Chinook Event\r\n Plane Crash Event\r\n NPC Raids on Your Base\r\n Gameplay Features\r\n Advert System\r\n Autofarm\r\n Backpacks\r\n Basements\r\n Better TC\r\n Increased Item Stack Sizes\r\n Clans\r\n Cooking System\r\n Daily Rewards\r\n Deployable Nature\r\n Drug Business\r\n Epic Loot\r\n Fishing Hotspots\r\n Friends System\r\n Furnace Upgrades\r\n Ganja Farming\r\n Indoor Furnaces\r\n Industrial Recycler\r\n Alcohol Farm\r\n Jetpack\r\n Custom VoteDay Events\r\n Casino\r\n Pogo Stick\r\n Voting Rewards\r\n Skinbox\r\n Sign Artist\r\n Skilltree\r\n Skybases\r\n Survival Arena\r\n Trading System\r\n Treehouses\r\n Virtual Quarries\r\n Quests\r\n Zombies\r\n End of Wipe – PURGE EVENT\r\n At the end of the wipe, the server enters a 24-hour Purge.\r\n No rules – full vanilla chaos.\r\nJoin our Discord by clicking the View Webpage button be",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1776823397,
"score": 0,
"last_online": 1776825624,
"icon": null,
"name": "Royal Rust PVE 5X Quest|Skinbox|Skilltree|Events|Shop|Kits|RP",
"connect": "136.243.90.97:28015",
"request": "136.243.90.97:28016",
"map": "Custom Map Royal PVE",
"gamemode": "Survival",
"version": "2623",
"numplayers": 0,
"maxplayers": 10,
"bots": 0,
"secured": true,
"private": false,
"country": "DE",
"status": true,
"votes": 0,
"points": 60,
"add_date": 1726423295,
"last_update": 1776825624,
"banned": false,
"wipe": 1776278187,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 0,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 2753,
"language": "de",
"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/5967601");
$data = json_decode($json, true);
var_dump($data);