Rustmod.cc solo/duo के लिए API
प्रोग्राम, वेबसाइट और अन्य के लिए JSON
text
json
{
"response": {
"fps": 104,
"fps_avg": 102,
"entities_count": 133432,
"world_seed": 376967971,
"world_size": 5000,
"steam_id": "90286527449103363",
"domain": null,
"id": 11511766,
"ip": "66.51.99.44",
"port": 28015,
"query": 28016,
"color": 0,
"city": "Dallas",
"description": "\nExperience Rust at its peak. At RustMod, we pride ourselves on delivering an uncompromising gameplay experience. Our server runs on industry-leading hardware specifically tuned for high-performance gaming, ensuring you get maximum frames and zero stutter during those critical gunfights.\r\n\r\n\r\n- Solo/duo\r\n- Group Limit: 2\r\n- Cheats/scripts= permban\r\n- No rust Game bans\r\n- No VAC/game ban <365D\r\n- Active non-playing Admins",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1779944025,
"last_online": 1780578041,
"icon": null,
"name": "Rustmod.cc solo/duo",
"connect": "66.51.99.44:28015",
"request": "66.51.99.44:28016",
"map": "Procedural Map",
"gamemode": "Survival",
"version": "2625",
"numplayers": 0,
"maxplayers": 50,
"bots": 0,
"secured": true,
"private": false,
"country": "US",
"status": true,
"votes": 0,
"points": 60,
"add_date": 1779353864,
"last_update": 1780578041,
"banned": false,
"wipe": 1778177559,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 0,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 5270,
"language": "en",
"parked": false,
"app": {
"id": 252490,
"steam_id": 252490,
"name": "Rust",
"url": "rust"
},
"server_owner": null,
"mods": [],
"disabled_modules": []
}
}कोड उदाहरण
php
<?php
$json = file_get_contents("https://api.gamemonitoring.in/servers/11511766");
$data = json_decode($json, true);
var_dump($data);