API für Empire Rust | EU | VANILLA | Monthly Full | Wipe

JSON für Programme, Websites und mehr

text
https://api.gamemonitoring.de/servers/11491864
json
{
  "response": {
    "fps": 165,
    "fps_avg": 186,
    "entities_count": 90026,
    "world_seed": 1476233958,
    "world_size": 4050,
    "steam_id": "90285504312811537",
    "domain": null,
    "id": 11491864,
    "ip": "65.108.227.103",
    "port": 60402,
    "query": 60404,
    "color": 0,
    "city": "Helsinki",
    "description": "![Empire Rust | EU | VANILLA | Monthly Full | Wipe](https://imgur.com/a/E7tmVWh)\nWelcome To Empire Rust Solo Duo Vanilla Server \r\nWipe:Mounthly and it will be Full Wipe \r\nTrue Vanilla Experience (No Pay-to-Win) \r\n24/7 Admins Online \r\nPlease Follow the rules below: \r\n- English in Global Chat \r\n- Max of 2 players per group \r\n- No hacking / Scripting \r\n- No international bug abuse \r\n- No Racism and toxicity \r\n- No Spam or Discrimination \r\n Enjoy and Have fun !!!",
    "game": 252490,
    "owner": null,
    "boosts": 1,
    "last_offline": 1778256184,
    "score": 0,
    "last_online": 1778269823,
    "icon": null,
    "name": "Empire Rust | EU | VANILLA | Monthly Full | Wipe",
    "connect": "65.108.227.103:60402",
    "request": "65.108.227.103:60404",
    "map": "Procedural Map",
    "gamemode": "Survival",
    "version": "2625",
    "numplayers": 1,
    "maxplayers": 100,
    "bots": 0,
    "secured": true,
    "private": false,
    "country": "FI",
    "status": true,
    "votes": 0,
    "points": 60,
    "add_date": 1777638813,
    "last_update": 1778269823,
    "banned": false,
    "wipe": 1778183466,
    "official": null,
    "wipe_period": null,
    "next_wipe": null,
    "pve": 0,
    "pvp": null,
    "list_hidden": false,
    "hide_address": false,
    "hide_query": false,
    "position_game": 4719,
    "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/11491864");
$data = json_decode($json, true);
var_dump($data);