Rust
[EU] Rustabona | FullWipe 02/04 के लिए API
प्रोग्राम, वेबसाइट और अन्य के लिए JSON
text
https://api.gamemonitoring.in/servers/807884json
{
"response": {
"fps": 50,
"fps_avg": 50,
"entities_count": 78656,
"world_seed": 1732801275,
"world_size": 3750,
"steam_id": "90284755966132252",
"domain": null,
"id": 807884,
"ip": "45.14.185.218",
"port": 28015,
"query": 28017,
"color": 0,
"city": "Sant'Agata",
"description": "![[EU] Rustabona | FullWipe 02/04](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": 1776807795,
"score": null,
"last_online": 1776845423,
"icon": null,
"name": "[EU] Rustabona | FullWipe 02/04",
"connect": "45.14.185.218:28015",
"request": "45.14.185.218:28017",
"map": "Rustabona Custom Map",
"gamemode": "Vanilla",
"version": "2623",
"numplayers": 0,
"maxplayers": 50,
"bots": 0,
"secured": true,
"private": false,
"country": "IT",
"status": true,
"votes": 0,
"points": 60,
"add_date": 1684355101,
"last_update": 1776845423,
"banned": false,
"wipe": 1775158130,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 0,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 2503,
"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);