Rust
WEREWOLF GAMING.CO 5x SOLO |Loot X5|TP|Homes|Kits|No Teams| के लिए API
प्रोग्राम, वेबसाइट और अन्य के लिए JSON
text
https://api.gamemonitoring.in/servers/7467987json
{
"response": {
"fps": 30,
"fps_avg": 29,
"entities_count": 122800,
"world_seed": 1337,
"world_size": 3500,
"steam_id": "90284657443362829",
"domain": null,
"id": 7467987,
"ip": "205.178.168.179",
"port": 28012,
"query": 28017,
"color": 0,
"city": "London",
"description": "\n ▶The Professionals of Modded Rust◀\r\nWerewolf Gaming.co 5x Solo enjoy your stay!\r\n▶ Max Group: 1\r\n▶ 5x Gather Rates | 5x Crafting Speed | 5x Components & Scrap\r\n▶ FREE Skinbox Access\r\n▶ Ultra High Performance Custom Maps\r\n▶ Active Staff 24/7|Anti-Cheat/Anti-Teaming\r\n▶ Custom Improved Loot Tables\r\n▶ BP Clan Sharing\r\n▶ TP & Homes\r\n▶ Increased stack sizes",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1776423820,
"score": 0,
"last_online": 1776823217,
"icon": null,
"name": "WEREWOLF GAMING.CO 5x SOLO |Loot X5|TP|Homes|Kits|No Teams|",
"connect": "205.178.168.179:28012",
"request": "205.178.168.179:28017",
"map": "Server WIPED 2 DAYS AGO",
"gamemode": "Survival",
"version": "2623",
"numplayers": 7,
"maxplayers": 150,
"bots": 0,
"secured": true,
"private": false,
"country": "GB",
"status": true,
"votes": 0,
"points": 63,
"add_date": 1739234784,
"last_update": 1776823217,
"banned": false,
"wipe": 1776606892,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 0,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 1117,
"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/7467987");
$data = json_decode($json, true);
var_dump($data);