[5/28] Uprising Gone Wild - 10x|Kits|Events|Auto T1 BPs|TP|Inst के लिए API
प्रोग्राम, वेबसाइट और अन्य के लिए JSON
text
json
{
"response": {
"fps": 10,
"fps_avg": 10,
"entities_count": 113309,
"world_seed": 815769947,
"world_size": 4250,
"steam_id": 90286566866696200,
"domain": null,
"id": 762935,
"ip": "74.91.122.94",
"port": 28045,
"query": 28046,
"color": 0,
"city": "Chicago",
"description": "![[5/28] Uprising Gone Wild - 10x|Kits|Events|Auto T1 BPs|TP|Inst](http://www.uprisingserver.com/images/banners/up_banner_gwild.png)\n\\t☢ Welcome to Uprising Gone Wild Server - No Playing Admins - No Abuse! ☢\r\n\r\n\\t\\t☣ Wipes every Thursdays!\r\n\\t\\t☣ Advanced Loot With Junk Removed, Enhanced Stack Sizes!\r\n\\t\\t☣ Great Mix of Plugins!(10x, TP, Homes, T1 BPs, Awesome Loot, Events)\r\n\\t\\t☣ 6 MAX TEAM size!\r\n\\t\\t☣ Hand Picked Maps: All Major Monuments!\r\n\r\n\\t\\t☣ Visit our website: http://www.uprisingserver.com\r\n\\t\\t☣ Join our Discord: https://discord.gg/rQ4bra7\r\n\r\n\\t\\t\\t☢ Join our FuN Rust Community Today! ☢",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1780509838,
"last_online": 1780554628,
"icon": null,
"name": "[5/28] Uprising Gone Wild - 10x|Kits|Events|Auto T1 BPs|TP|Inst",
"connect": "74.91.122.94:28045",
"request": "74.91.122.94:28046",
"map": "Procedural Map",
"gamemode": "Survival",
"version": "2625",
"numplayers": 0,
"maxplayers": 150,
"bots": 0,
"secured": true,
"private": false,
"country": "US",
"status": true,
"votes": 0,
"points": 60,
"add_date": 1680789826,
"last_update": 1780554628,
"banned": false,
"wipe": 1779992531,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 0,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 2050,
"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/762935");
$data = json_decode($json, true);
var_dump($data);