Rust IL Israel לארשי | Explore, Build, Survive के लिए API
प्रोग्राम, वेबसाइट और अन्य के लिए JSON
text
json
{
"response": {
"fps": 152,
"fps_avg": 147,
"entities_count": 46007,
"world_seed": 1478212890,
"world_size": 5000,
"steam_id": "90286560345835529",
"domain": null,
"id": 11606761,
"ip": "5.29.45.209",
"port": 28015,
"query": 28016,
"color": 0,
"city": "Qiryat Ata",
"description": "\nRust IL Israel לארשי | Explore, Build, Survive | Monthly Vanilla \r\nThe only aim in Rust is to survive.\r\nEverything wants you to die — the island’s wildlife, the environment, and other survivors.\r\nDo whatever it takes to last another night.\r\n\r\nOfficial-Style Vanilla Experience\r\nMonthly Map Wipes\r\nNo Mods • No Kits • No Pay-To-Win\r\nHosted in Israel",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1780499578,
"last_online": 1780563636,
"icon": null,
"name": "Rust IL Israel לארשי | Explore, Build, Survive",
"connect": "5.29.45.209:28015",
"request": "5.29.45.209:28016",
"map": "Custom Map",
"gamemode": "Survival",
"version": "2625",
"numplayers": 0,
"maxplayers": 200,
"bots": 0,
"secured": true,
"private": false,
"country": "IL",
"status": true,
"votes": 0,
"points": 60,
"add_date": 1779915481,
"last_update": 1780563636,
"banned": false,
"wipe": 1779780402,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 0,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 5453,
"language": "he",
"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/11606761");
$data = json_decode($json, true);
var_dump($data);