API для Rust R Us 5x | Kits | Custom Map | Raidable bases | /ST
JSON для программ, сайтов и прочего
text
json
{
"response": {
"fps": 4,
"fps_avg": 3,
"entities_count": 108390,
"world_seed": 1337,
"world_size": 4096,
"steam_id": "90286251086803968",
"domain": null,
"id": 11305715,
"ip": "24.216.176.76",
"port": 28019,
"query": 28020,
"color": 0,
"city": "Lake Saint Louis",
"description": "\nRust R Us Server Informtion: PVP Large Map 4000 /mymini command PVP Custom Raidable Bases with customized loot tables Offline Raid Protection Extended TC Range Skip Night Rewards Better TC Skill Tree MAX 10 Team size Free Skinbox Custom loot+ table removing all of the junk prefabs Placeable Recyclers Custom Outpost Shops recyclers at monuments faster airdrops, Faster smelting, Faster crafting, and Fast recycling Blueprint sharing bosses and events (Large rig, airfield event, dome and more) Active Admins Join our discord at: https://discord.gg/Xxp2KF9gh5",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1779822760,
"last_online": 1780554032,
"icon": null,
"name": "Rust R Us 5x | Kits | Custom Map | Raidable bases | /ST",
"connect": "24.216.176.76:28019",
"request": "24.216.176.76:28020",
"map": "Custom Map",
"gamemode": "Survival",
"version": "2625",
"numplayers": 1,
"maxplayers": 100,
"bots": 0,
"secured": true,
"private": false,
"country": "US",
"status": true,
"votes": 0,
"points": 60,
"add_date": 1774592899,
"last_update": 1780554032,
"banned": false,
"wipe": 1779822986,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 0,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 4453,
"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/11305715");
$data = json_decode($json, true);
var_dump($data);