RUSTWORLD.CC [AS] Japan - Newbie Paradise | Monthly/PvE | Wiped के लिए API
प्रोग्राम, वेबसाइट और अन्य के लिए JSON
text
json
{
"response": {
"fps": 32,
"fps_avg": 31,
"entities_count": 89547,
"world_seed": 255308939,
"world_size": 4000,
"steam_id": "90286568486042631",
"domain": null,
"id": 11596716,
"ip": "20.78.0.188",
"port": 28015,
"query": 28017,
"color": 0,
"city": "Tokyo",
"description": "![RUSTWORLD.CC [AS] Japan - Newbie Paradise | Monthly/PvE | Wiped](http://www.hostedinc.net/rustworldlogo.jpg)\n================= RUST WORLD FOUNDATION =================\r\ntky1.rustworld.cc - RustWorld Server in Tokyo JP\r\nThis server offers softcore game play. ** PVP is -NOT- Allowed **.\r\n\r\nThis server is wiped monthly on the 1st Thursday of the month.\r\n\r\nMap size is 4000 using seed 255308939.\r\nLast wipe was at 05/08/2026, Next wipe is at 06/04/2026\r\nServer has 13 hours uptime, running at 31.95 fps with 0/50 players online.\r\n\r\nDiscord: https://discord.gg/8t6aQyBq\r\nRules: http://www.rustworld.cc/rules.php\r\nSupport: http://www.rustworld.cc/support.php\r\nDonate: http://www.rustworld.cc/donate.php\r\n\r\nServer provided by: Rust World Foundation Inc.",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1780514585,
"last_online": 1780563632,
"icon": null,
"name": "RUSTWORLD.CC [AS] Japan - Newbie Paradise | Monthly/PvE | Wiped",
"connect": "20.78.0.188:28015",
"request": "20.78.0.188:28017",
"map": "RustWorld TKY",
"gamemode": "Softcore",
"version": "2625",
"numplayers": 0,
"maxplayers": 50,
"bots": 0,
"secured": true,
"private": false,
"country": "JP",
"status": true,
"votes": 0,
"points": 60,
"add_date": 1779358597,
"last_update": 1780563632,
"banned": false,
"wipe": 1778253198,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 0,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 5301,
"language": "ja",
"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/11596716");
$data = json_decode($json, true);
var_dump($data);