[EU] Rustabona | FullWipe 04/06 के लिए API
प्रोग्राम, वेबसाइट और अन्य के लिए JSON
text
json
{
"response": {
"fps": 50,
"fps_avg": 50,
"entities_count": 80317,
"world_seed": 1936134185,
"world_size": 3750,
"steam_id": "90286731973519388",
"domain": null,
"id": 807884,
"ip": "45.14.185.218",
"port": 28015,
"query": 28017,
"project_id": null,
"color": 0,
"city": "Sant'Agata",
"description": "![[EU] Rustabona | FullWipe 04/06](https://i.imgur.com/GFAtdP9.png)\nRustabona, be friendly and have fun!\r\n\r\n - zombies, raidable bases and other cool stuff\r\n - 3750m map (all monuments, above ground rail line, bandit camp merged in outpost)\r\n - no group limit, small teams preferred\r\n - wipe map/BP monthly\r\n\r\nServer discord ITA: https://discord.gg/paMtNn8kFe",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1780437205,
"last_online": 1781360590,
"icon": null,
"name": "[EU] Rustabona | FullWipe 04/06",
"connect": "45.14.185.218:28015",
"request": "45.14.185.218:28017",
"map": "Rustabona Custom Map",
"gamemode": "Vanilla",
"version": "2627",
"numplayers": 0,
"maxplayers": 50,
"bots": 0,
"secured": true,
"private": false,
"country": "IT",
"status": true,
"votes": 0,
"points": 60,
"add_date": 1684355101,
"last_update": 1781360590,
"banned": false,
"wipe": 1780599089,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 0,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 3320,
"language": "it",
"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/807884");
$data = json_decode($json, true);
var_dump($data);