JSON für Programme, Websites und mehr

text
https://api.gamemonitoring.de/servers/11501911
json
{
  "response": {
    "fps": 57,
    "fps_avg": 57,
    "entities_count": 114215,
    "world_seed": 1235006550,
    "world_size": 4500,
    "steam_id": "90286606987051009",
    "domain": null,
    "id": 11501911,
    "ip": "151.240.121.234",
    "port": 28015,
    "query": 28017,
    "color": 0,
    "city": "Leksand",
    "description": "![FriendlyGaming Community - [Solo/Duo/Trio] - Just wiped!](http://mej.no/rust.jpg)\n[*] Server Details [*]\r\n\r\n* Monthly Map & Blueprints Wipe (@ Force Wipe - First Thursday of each month).\r\n* 50 percent less upkeep on TC.\r\n* Active Admins.\r\n* Beginners and noobs are welcome.\r\n\r\n\r\n[*] Teaming Rules [*]\r\n\r\n* Group Limit: 3 (Includes offline).\r\n* Maximum team size is 3. (this includes offline). You may replace a player on your team if you remove them from your team UI, clear TC, code locks, turrets, and remove their bags and beds.\r\n\r\n\r\n[*] Other Rules [*]\r\n\r\n* English only in global chat\r\n* No Cheating/Scripting/Exploiting.\r\n* No Ban evasion/Cheater Association\r\n* No toxicity/spam\r\n* No Griefing\r\n\r\n\r\n[*] Wipe Information [*]\r\n\r\n* Last Wipe: 7th of May 2026 @ 18:00 UTC\r\n* Next Wipe: 4th of June 2026 @ 18:00 UTC\r\n* This will include blueprints.\r\n\r\n\r\n[*] Discord & Website [*]\r\n\r\n* Join our discord at http://discord.friendlygaming.no\r\n* Website can be found at http://friendlygaming.no",
    "game": 252490,
    "owner": null,
    "boosts": 1,
    "last_offline": 1780608256,
    "last_online": 1780605029,
    "icon": null,
    "name": "FriendlyGaming Community - [Solo/Duo/Trio] - Just wiped!",
    "connect": "151.240.121.234:28015",
    "request": "151.240.121.234:28017",
    "map": "Procedural Map",
    "gamemode": "Vanilla",
    "version": "2627",
    "numplayers": 0,
    "maxplayers": 150,
    "bots": 0,
    "secured": true,
    "private": false,
    "country": "SE",
    "status": false,
    "votes": 0,
    "points": 0,
    "add_date": 1779207184,
    "last_update": 1780608256,
    "banned": false,
    "wipe": 1780602384,
    "official": null,
    "wipe_period": null,
    "next_wipe": null,
    "pve": 0,
    "pvp": null,
    "list_hidden": false,
    "hide_address": false,
    "hide_query": false,
    "position_game": 10977,
    "language": "sv",
    "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/11501911");
$data = json_decode($json, true);
var_dump($data);