[EU][PVE] 5x |ZE-Gaming #2|Loot++|Skills|Events|Monthly MAP|BP için API
Programlar, siteler ve diğerleri için JSON
text
json
{
"response": {
"fps": 59,
"fps_avg": 59,
"entities_count": 136810,
"world_seed": 1380797227,
"world_size": 4800,
"steam_id": "90286606673899546",
"domain": null,
"id": 6472701,
"ip": "141.98.157.185",
"port": 28025,
"query": 28026,
"color": 0,
"city": "City of London",
"description": "![[EU][PVE] 5x |ZE-Gaming #2|Loot++|Skills|Events|Monthly MAP|BP ](https://i.imgur.com/M4tmbri.png)\nCustom Plugins and Better AntiCheat.\r\n- Adult Server Management, Active Administration.\r\n- \r\n- Consider helping out the server by improvements by donating. \r\n-For further support please click the 'View Webpage' to join the discord and contact a staff member.\r\n\r\n*This is a monthly wipe server.\r\n\r\n BP, Skils, VehLicense WIPE per 3 Months.\r\n- Server Plugins: \r\n⦿ AbandonedBases ⦿AirfieldEvent ⦿Backpacks ⦿Bank\r\n⦿ AI Roaming around ⦿Roaming Bradley ⦿ BotPurgeEvent\r\n⦿ Building Grades ⦿ Building Skins ⦿ Enchanted Hammer\r\n⦿ CargoPlaneEvent ⦿ Building Workbench ⦿ Economics ⦿ Shop\r\n⦿ DynamicCupShare ⦿ Teleportnation ⦿ NightVision ⦿Personal Attack Heli\r\n⦿Monument Recycler ⦿ Everything is lootable ⦿Kits\r\n ⦿ Composter Splitter ⦿ Grow\r\n⦿ Vehicle License ⦿ Restore Upon Death ⦿ Custom Radio Stations ⦿ Quicksmelt & Sort\r\n⦿ Virtual Quarries ⦿ Trade ⦿ Raidablebases ⦿ RaidableShelters ⦿ Skills",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1780598667,
"last_online": 1780604431,
"icon": null,
"name": "[EU][PVE] 5x |ZE-Gaming #2|Loot++|Skills|Events|Monthly MAP|BP",
"connect": "141.98.157.185:28025",
"request": "141.98.157.185:28026",
"map": "discord.gg/ze-gaming",
"gamemode": "Survival",
"version": "2627",
"numplayers": 1,
"maxplayers": 75,
"bots": 0,
"secured": true,
"private": false,
"country": "GB",
"status": true,
"votes": 0,
"points": 60,
"add_date": 1730212171,
"last_update": 1780604431,
"banned": false,
"wipe": 1780597115,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 0,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 3328,
"language": "en",
"parked": false,
"app": {
"id": 12,
"steam_id": 252490,
"name": "Rust",
"url": "rust"
},
"server_owner": null,
"mods": [],
"disabled_modules": []
}
}Kod örnekleri
php
<?php
$json = file_get_contents("https://api.gamemonitoring.tr/servers/6472701");
$data = json_decode($json, true);
var_dump($data);