Rust Beginner - PVE Only - 25% Decay के लिए API
प्रोग्राम, वेबसाइट और अन्य के लिए JSON
text
json
{
"response": {
"fps": 51,
"fps_avg": 51,
"entities_count": 134188,
"world_seed": 110260550,
"world_size": 4250,
"steam_id": "90286549304283151",
"domain": null,
"id": 446282,
"ip": "64.40.8.179",
"port": 28059,
"query": 28056,
"color": 0,
"city": "Dallas",
"description": "\nWelcome to a friendly vanilla PVE based server \r\n - Next Wipe - June 4th \r\n - There are a few simple rules \r\n - NO Raiding \r\n - NO Killing other players \r\n - No stealing / griefing other players \r\n - No turrets or SAMS placed outside of your base(NONE in compound!) until purge \r\n - Leave decaying bases and other players' bases alone \r\n - Important tips \r\n - Get a base built ASAP, including sealing your base and locking your door and Tool Cupboard \r\n - Upgrade your base ASAP, twig is NOT secure \r\n Bundles HarmonyMods Oxide.Compiler RustDedicated RustDedicated_Data Steam UnityPlayer.so backups cfg files_20250912052651.zip latest.log libdecor-0.so.0 libdecor-cairo.so libsteam_api.so logs oxide runds.sh rust_server.sh screenlog.0 server steam_appid.txt steamapps steamclient.so Feel free to join our discord - https://discord.gg/EZ5eAgx",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1780478661,
"last_online": 1780554626,
"icon": null,
"name": "Rust Beginner - PVE Only - 25% Decay",
"connect": "64.40.8.179:28059",
"request": "64.40.8.179:28056",
"map": "Procedural Map",
"gamemode": "Survival",
"version": "2625",
"numplayers": 3,
"maxplayers": 160,
"bots": 0,
"secured": false,
"private": false,
"country": "US",
"status": true,
"votes": 0,
"points": 61,
"add_date": 1630779749,
"last_update": 1780554626,
"banned": false,
"wipe": 1778181423,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 0,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 1202,
"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.in/servers/446282");
$data = json_decode($json, true);
var_dump($data);