JSON für Programme, Websites und mehr

text
https://api.gamemonitoring.de/servers/6472701
json
{
  "response": {
    "fps": 59,
    "fps_avg": 59,
    "entities_count": 131458,
    "world_seed": 228685188,
    "world_size": 4500,
    "steam_id": "90286589619280922",
    "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": 1780265057,
    "last_online": 1780594236,
    "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": "2625",
    "numplayers": 0,
    "maxplayers": 75,
    "bots": 0,
    "secured": true,
    "private": false,
    "country": "GB",
    "status": true,
    "votes": 0,
    "points": 60,
    "add_date": 1730212171,
    "last_update": 1780594236,
    "banned": false,
    "wipe": 1778180558,
    "official": null,
    "wipe_period": null,
    "next_wipe": null,
    "pve": 0,
    "pvp": null,
    "list_hidden": false,
    "hide_address": false,
    "hide_query": false,
    "position_game": 2823,
    "language": "en",
    "parked": false,
    "app": {
      "id": 12,
      "steam_id": 252490,
      "name": "Rust",
      "url": "rust"
    },
    "server_owner": null,
    "mods": [],
    "disabled_modules": []
  }
}

Codebeispiele

php
<?php
$json = file_get_contents("https://api.gamemonitoring.de/servers/6472701");
$data = json_decode($json, true);
var_dump($data);