Rust
⦿【ICEFUSE】5X Echo (Solo/Duo|Shop|Kits|TP|Loot X5 WIPED) के लिए API
प्रोग्राम, वेबसाइट और अन्य के लिए JSON
text
https://api.gamemonitoring.in/servers/6281926json
{
"response": {
"fps": 30,
"fps_avg": 30,
"entities_count": 73342,
"world_seed": 1337,
"world_size": 3500,
"steam_id": "90284698575717405",
"domain": null,
"id": 6281926,
"ip": "64.40.9.97",
"port": 28011,
"query": 28016,
"color": 0,
"city": "London",
"description": "\n▼SERVER FEATURES▼\r\n⦿ 5X Gather Rates, 5X Recycle AND 5X Smelting Speeds!\r\n⦿ Advanced Loot With Removed Junk, Enhanced Stack Sizes!\r\n⦿ Free Bgrade, Autodoors, Skinbox, and Remove for everyone!\r\n⦿ Clans, Teams, Kits, Homes, Teleporting\r\n⦿ Vehicles Spawn With Full Health AND Parts!\r\n⦿ Drop Party System At Outpost AND Player Driven Events!\r\n \r\n▼SERVER WIPE TIMES▼\r\n ★ Monday at 3:00 PM GMT\r\n ★ Thursday at 3:00 PM GMT",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1775690524,
"score": 0,
"last_online": 1776840623,
"icon": null,
"name": "⦿【ICEFUSE】5X Echo (Solo/Duo|Shop|Kits|TP|Loot X5 WIPED)",
"connect": "64.40.9.97:28011",
"request": "64.40.9.97:28016",
"map": "Wiped 40 hours ago",
"gamemode": "Survival",
"version": "2623",
"numplayers": 2,
"maxplayers": 150,
"bots": 0,
"secured": true,
"private": false,
"country": "GB",
"status": true,
"votes": 0,
"points": 60,
"add_date": 1729462987,
"last_update": 1776840623,
"banned": false,
"wipe": 1776693829,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 0,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 2871,
"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/6281926");
$data = json_decode($json, true);
var_dump($data);