API для [US] Rustify 3x Solo/Duo/Trio | Loot+
JSON для программ, сайтов и прочего
text
json
{
"response": {
"fps": 204,
"fps_avg": 199,
"entities_count": 77268,
"world_seed": 1337,
"world_size": 3750,
"steam_id": "90286578731930645",
"domain": null,
"id": 11502472,
"ip": "155.117.255.10",
"port": 28015,
"query": 28014,
"color": 0,
"city": "Ashburn",
"description": "![[US] Rustify 3x Solo/Duo/Trio | Loot+](https://i.ibb.co/B2jBT7sS/05a37c0a-c1a9-4a83-9b29-ec92ed610d665.png)\nThe ORIGINAL slightly more relaxed Rust experience! Max team size is Solo/Duo/Trio! No alliances, no Truces, Map Wipes 1st Thursday of each month @ 7 PM GMT / 8PM CET (Force Wipe) SERVER FEATURES: Bundles HarmonyMods Oxide.Compiler RustDedicated RustDedicated_Data Steam UnityPlayer.so cfg harmony_log.txt latest.log libdecor-0.so.0 libdecor-cairo.so libsteam_api.so oxide runds.sh server steam_appid.txt steamapps steamclient.so steamcmd No P2W - QoL Plugins Only Bundles HarmonyMods Oxide.Compiler RustDedicated RustDedicated_Data Steam UnityPlayer.so cfg harmony_log.txt latest.log libdecor-0.so.0 libdecor-cairo.so libsteam_api.so oxide runds.sh server steam_appid.txt steamapps steamclient.so steamcmd 50% Less TC Upkeep Bundles HarmonyMods Oxide.Compiler RustDedicated RustDedicated_Data Steam UnityPlayer.so cfg harmony_log.txt latest.log libdecor-0.so.0 libdecor-cairo.so libsteam_api.so oxide runds.sh server steam_appid.txt steamapps steamclient.so steamcmd Free SkinBox Bundles HarmonyMods Oxide.Compiler RustDedicated RustDedicated_Data Steam UnityPlayer.so cfg harmony_log.txt latest.log libdecor-0.so.0 libdecor-cairo.so libsteam_api.so oxide runds.sh server steam_appid.txt steamapps steamclient.so steamcmd Extended Workbench Range Bundles HarmonyMods Oxide.Compiler RustDedicated RustDedicated_Data Steam UnityPlayer.so cfg harmony_log.txt latest.log libdecor-0.so.0 libdecor-cairo.so libsteam_api.so oxide runds.sh server steam_appid.txt steamapps steamclient.so steamcmd Automatic SAM Site Auth Bundles HarmonyMods Oxide.Compiler RustDedicated RustDedicated_Data Steam UnityPlayer.",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1779998573,
"last_online": 1780588235,
"icon": null,
"name": "[US] Rustify 3x Solo/Duo/Trio | Loot+",
"connect": "155.117.255.10:28015",
"request": "155.117.255.10:28014",
"map": "Custom Map",
"gamemode": "Survival",
"version": "2625",
"numplayers": 0,
"maxplayers": 100,
"bots": 0,
"secured": true,
"private": false,
"country": "US",
"status": true,
"votes": 0,
"points": 60,
"add_date": 1779207201,
"last_update": 1780588235,
"banned": false,
"wipe": 1778202693,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 0,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 4977,
"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/11502472");
$data = json_decode($json, true);
var_dump($data);