API für COG Rust | 5X | Friendly | EU | Solo/Duo/Trio |

JSON für Programme, Websites und mehr

text
https://api.gamemonitoring.de/servers/11159384
json
{
  "response": {
    "fps": 101,
    "fps_avg": 99,
    "entities_count": 69992,
    "world_seed": 830332939,
    "world_size": 3500,
    "steam_id": "90285607800413213",
    "domain": null,
    "id": 11159384,
    "ip": "135.181.132.240",
    "port": 28015,
    "query": 28016,
    "color": 0,
    "city": "Helsinki",
    "description": "![COG Rust | 5X | Friendly | EU | Solo/Duo/Trio |](https://conventionofgamers.com/downloads/cogserverheader.png)\n🔥 Welcome to COG Rust 🔥\r\n\r\n**Wiped 02-04-2026**\r\n\r\n• Wipe Schedule: Monthly\r\n• Rates: 5x  / Vanilla+ Loot\r\n• Group Limit: Trio\r\n• Map Size: 3.5k\r\n\r\n🎯 Perfect for:\r\n- Casual players who still want PvP\r\n- Small groups (solo/duo/trio)\r\n\r\nCome have fun at a relaxed rate of play. We are very casual gamers. \r\nJoin the Discord!\r\nJoin the forums!\r\nDon't be shy\r\n\r\n🌐 Website: conventionofgamers.com\r\n🌐 Forums: forum.conventionofgamers.com\r\n💬 Discord: https://discord.gg/DJmYxDH9mA",
    "game": 252490,
    "owner": null,
    "boosts": 1,
    "last_offline": 1778424782,
    "score": 0,
    "last_online": 1778602819,
    "icon": null,
    "name": "COG Rust | 5X | Friendly | EU | Solo/Duo/Trio |",
    "connect": "135.181.132.240:28015",
    "request": "135.181.132.240:28016",
    "map": "Procedural Map",
    "gamemode": "Survival",
    "version": "2625",
    "numplayers": 1,
    "maxplayers": 50,
    "bots": 0,
    "secured": true,
    "private": false,
    "country": "FI",
    "status": true,
    "votes": 0,
    "points": 61,
    "add_date": 1772228127,
    "last_update": 1778602819,
    "banned": false,
    "wipe": 1778425258,
    "official": null,
    "wipe_period": null,
    "next_wipe": null,
    "pve": 0,
    "pvp": null,
    "list_hidden": false,
    "hide_address": false,
    "hide_query": false,
    "position_game": 2635,
    "language": "fi",
    "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/11159384");
$data = json_decode($json, true);
var_dump($data);