(AU) Kambalda residents 2x weekly के लिए API
प्रोग्राम, वेबसाइट और अन्य के लिए JSON
text
json
{
"response": {
"fps": 60,
"fps_avg": 60,
"entities_count": 27713,
"world_seed": 914787300,
"world_size": 2400,
"steam_id": "90286604281277464",
"domain": null,
"id": 11645336,
"ip": "51.161.198.94",
"port": 28015,
"query": 28016,
"color": 0,
"city": "North Sydney",
"description": "\nwipes every Friday and Monday 3 pm AEST or on force\r\nAnti offline protection (for 48 hours after you log off)\r\n\r\n2x gather\r\nFaster Craft/Smelt\r\nFaster Heli/Cargo respawn times\r\nFaster Deepsea respawn times\r\nBetter components (junk removed)\r\nCrate unlock times halved\r\nFaster recycling\r\nCheaper Upkeep\r\n\r\n/ao (playername) to check player online status",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1780596862,
"last_online": 1780598004,
"icon": null,
"name": "(AU) Kambalda residents 2x weekly",
"connect": "51.161.198.94:28015",
"request": "51.161.198.94:28016",
"map": "Procedural Map",
"gamemode": "Survival",
"version": "2627",
"numplayers": 0,
"maxplayers": 50,
"bots": 0,
"secured": true,
"private": false,
"country": "AU",
"status": true,
"votes": 0,
"points": 0,
"add_date": 1780177460,
"last_update": 1780598004,
"banned": false,
"wipe": 1780596874,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 0,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 9433,
"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/11645336");
$data = json_decode($json, true);
var_dump($data);