JSON für Programme, Websites und mehr

text
https://api.gamemonitoring.de/servers/11510755
json
{
  "response": {
    "fps": 227,
    "fps_avg": 220,
    "entities_count": 75161,
    "world_seed": 1337,
    "world_size": 3750,
    "steam_id": "90286620197603339",
    "domain": null,
    "id": 11510755,
    "ip": "78.46.62.251",
    "port": 28015,
    "query": 28017,
    "color": 0,
    "city": "Falkenstein",
    "description": "![Daily Grind 3x | EU | AI-Powered | Monthly | Quad |](https://dailygrind3x.com/server-banner.jpg)\nDaily Grind 3x — Boosted Rust, done right. EU.\nFor players who work and still want proper Rust.\n\n★ THE AI-POWERED RUST SERVER\n • Meet JARVIS — type /jarvis <question> in-game or Discord\n • Rules, kits, raid hours, anything — answers in seconds\n\nRATES\n • 3x Gather & Loot  •  10x Stack Size\n • 50 min Day / 10 min Night  •  Monthly wipe\n\nGROUP LIMIT\n • Quad — max team of 4\n\nRAID HOURS (UTC)\n • Weekdays 5PM–11PM  •  Weekends 12PM–11PM\n • Full offline protection outside raid windows\n\nEVENTS & PVP\n • Raidable Bases  •  Convoy  •  Ore / Sulfur Events\n • Active, fair admins who actually play\n\nQUALITY OF LIFE\n • Free skins (/skin)  •  /remove  •  Kits (/kit)\n • Teleport / Homes  •  Trading  •  Vehicle shop (/vb)\n\nNO PAY-TO-WIN\n • Cosmetic-only store. Skill wins — not your wallet.\n\nJoin the grind » /jarvis in-game, or dailygrindrust.com",
    "game": 252490,
    "owner": null,
    "boosts": 1,
    "last_offline": 1780600466,
    "last_online": 1780636230,
    "icon": null,
    "name": "Daily Grind 3x | EU | AI-Powered | Monthly | Quad |",
    "connect": "78.46.62.251:28015",
    "request": "78.46.62.251:28017",
    "map": "Custom Map",
    "gamemode": "Survival",
    "version": "2627",
    "numplayers": 1,
    "maxplayers": 100,
    "bots": 0,
    "secured": true,
    "private": false,
    "country": "DE",
    "status": true,
    "votes": 0,
    "points": 60,
    "add_date": 1779353832,
    "last_update": 1780636230,
    "banned": false,
    "wipe": 1780601157,
    "official": null,
    "wipe_period": null,
    "next_wipe": null,
    "pve": 0,
    "pvp": null,
    "list_hidden": false,
    "hide_address": false,
    "hide_query": false,
    "position_game": 4721,
    "language": "de",
    "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/11510755");
$data = json_decode($json, true);
var_dump($data);