[AU] WaifuGaming.com - x2 Gather 6x Stack Limit | Monthly | Wip के लिए API
प्रोग्राम, वेबसाइट और अन्य के लिए JSON
text
json
{
"response": {
"fps": 221,
"fps_avg": 221,
"entities_count": 77443,
"world_seed": 807513655,
"world_size": 3750,
"steam_id": "90286396153674777",
"domain": null,
"id": 11744647,
"ip": "103.15.236.224",
"port": 20097,
"query": 20098,
"color": 0,
"city": "Melbourne",
"description": "[AU] WaifuGaming.com - x2 | Zombies | Monthly | Wiped 10/5\r\nWelcome to WaifuGaming! We hope you enjoy your stay.\r\nNoob friendly! - Players are encouraged to help out other players.\r\nPLayers are encouraged to build colonies and survive together\r\nServer stats - x2 Gather Rate + 6x Stack Amount\r\n| Events | Faster Smelting |\r\nKits | Clans | Teleport and so much more to come!",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1780518717,
"last_online": 1780638027,
"icon": null,
"name": "[AU] WaifuGaming.com - x2 Gather 6x Stack Limit | Monthly | Wip",
"connect": "103.15.236.224:20097",
"request": "103.15.236.224:20098",
"map": "Procedural Map",
"gamemode": "Survival",
"version": "2625",
"numplayers": 0,
"maxplayers": 75,
"bots": 0,
"secured": true,
"private": false,
"country": "AU",
"status": true,
"votes": 0,
"points": 60,
"add_date": 1780518717,
"last_update": 1780638027,
"banned": false,
"wipe": 1778380830,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 0,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 5669,
"language": "en",
"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/11744647");
$data = json_decode($json, true);
var_dump($data);