Rust
⦿【ICEFUSE】20X Phoenix (NoBP|PVP|Shop|MyMini|5X WIPED) के लिए API
प्रोग्राम, वेबसाइट और अन्य के लिए JSON
text
https://api.gamemonitoring.in/servers/5951264json
{
"response": {
"fps": 30,
"fps_avg": 30,
"entities_count": 88230,
"world_seed": 1337,
"world_size": 3500,
"steam_id": "90284708912869393",
"domain": null,
"id": 5951264,
"ip": "216.39.240.113",
"port": 28010,
"query": 28015,
"color": 0,
"city": "Ashburn",
"description": "\n▼SERVER FEATURES▼\r\n ★ Advanced Loot With Removed Junk, Enhanced Stack Sizes!\r\n ★ Free Bgrade, Autodoors, Skinbox, MyMini, and Remove for everyone!\r\n ★ Clans, Teams, Kits, Homes, Teleporting, Bandit, Outpost\r\n ★ Instant Crafting AND Quick Smelting Speeds!\r\n ★ Player Shops AND Discord - Steam Linking!\r\n ★ Hand Selected Maps: All Major Monuments, Always!\r\n \r\n▼SERVER RAIDING RULES▼\r\n ✓ You are allowed 8 members to roam/raid/base with!\r\n \r\n▼SERVER WIPE TIMES▼\r\n ★ Monday at 3:00 PM EST\r\n ★ Thursday at 3:00 PM EST",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1775194330,
"score": 0,
"last_online": 1776838818,
"icon": null,
"name": "⦿【ICEFUSE】20X Phoenix (NoBP|PVP|Shop|MyMini|5X WIPED)",
"connect": "216.39.240.113:28010",
"request": "216.39.240.113:28015",
"map": "Wiped 35 hours ago",
"gamemode": "Survival",
"version": "2623",
"numplayers": 2,
"maxplayers": 100,
"bots": 0,
"secured": true,
"private": false,
"country": "US",
"status": true,
"votes": 0,
"points": 61,
"add_date": 1726360727,
"last_update": 1776838818,
"banned": false,
"wipe": 1776711798,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 0,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 1652,
"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/5951264");
$data = json_decode($json, true);
var_dump($data);