JSON für Programme, Websites und mehr

text
https://api.gamemonitoring.de/servers/8054400
json
{
  "response": {
    "fps": 30,
    "fps_avg": 29,
    "entities_count": 73326,
    "world_seed": 2040531909,
    "world_size": 3500,
    "steam_id": "90286603959416837",
    "domain": null,
    "id": 8054400,
    "ip": "83.147.29.10",
    "port": 28019,
    "query": 28021,
    "color": 0,
    "city": "City of London",
    "description": "![[PVE] Gibberish Rust 10x Skills|RaidBases|Zombie|Kits|Convoy](https://gibberishrust.com/img/GibberishBanner2.jpg)\nJoin Gibberish!!\r\nYour favorite rust server!! (Even if you dont know it yet!)\r\nModded server, with active admins!\r\n\r\n- Mature, Active, Non-Playing Admin/Mod\r\n- Monthly Wipes \r\n- Increased Gather Rate \r\n- Backpacks (Size is linked to your MIGHT level)\r\n- Bgrade command for everyone. Build your base in HQM from the start!\r\n- Server Rewards (Each VIP level gets faster RP)\r\n- Instant Craft\r\n- Kits (Special kits per VIP rank)\r\n- LSkins\r\n- NTeleportation (Each VIP level gets faster teleports)\r\n- Remover Tool\r\n- Shop\r\n- Spawn your own mini/tcop/attack heli (Each VIP level has lower cooldowns)\r\n\r\nFor everything else, be sure to check the /info menu in game.",
    "game": 252490,
    "owner": null,
    "boosts": 1,
    "last_offline": 1780595663,
    "last_online": 1780618225,
    "icon": null,
    "name": "[PVE] Gibberish Rust 10x Skills|RaidBases|Zombie|Kits|Convoy",
    "connect": "83.147.29.10:28019",
    "request": "83.147.29.10:28021",
    "map": "https://gibberishrust.com",
    "gamemode": "Survival",
    "version": "2627",
    "numplayers": 4,
    "maxplayers": 50,
    "bots": 0,
    "secured": true,
    "private": false,
    "country": "GB",
    "status": true,
    "votes": 0,
    "points": 63,
    "add_date": 1741383885,
    "last_update": 1780618225,
    "banned": false,
    "wipe": 1780596051,
    "official": null,
    "wipe_period": null,
    "next_wipe": null,
    "pve": 0,
    "pvp": null,
    "list_hidden": false,
    "hide_address": false,
    "hide_query": false,
    "position_game": 1275,
    "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/8054400");
$data = json_decode($json, true);
var_dump($data);