JSON für Programme, Websites und mehr

text
https://api.gamemonitoring.de/servers/445162
json
{
  "response": {
    "fps": 30,
    "fps_avg": 29,
    "entities_count": 126081,
    "world_seed": 214114476,
    "world_size": 3750,
    "steam_id": "90286554759059479",
    "domain": null,
    "id": 445162,
    "ip": "208.52.153.33",
    "port": 28019,
    "query": 28016,
    "color": 0,
    "city": "Dallas",
    "description": "![№[3] D2S Ultimate PvE 1000 Zombies Raidable Base](https://github.com/Dare2Survive/images/blob/main/bannerUltimate.jpg?raw=true)\nDare2Surive Ultimate PvE Server! We are glad you are here!\r\n\r\nCome join us on a Custom Map with Custom Tailored Plugins\r\n\r\nPlugins: Paratroopers, Zombie Horde, Raidable Bases, Quests, JPipes and many many more\r\nBe apart of a Growing Friendly Community by joining Discord https://discord.gg/zStucjvPZ4\r\n\r\nFreindly Active NON-Playing Admins",
    "game": 252490,
    "owner": null,
    "boosts": 1,
    "last_offline": 1780054420,
    "last_online": 1780559425,
    "icon": null,
    "name": "№[3] D2S Ultimate PvE 1000 Zombies Raidable Base",
    "connect": "208.52.153.33:28019",
    "request": "208.52.153.33:28016",
    "map": "Procedural Map",
    "gamemode": "Survival",
    "version": "2625",
    "numplayers": 2,
    "maxplayers": 40,
    "bots": 0,
    "secured": false,
    "private": false,
    "country": "US",
    "status": true,
    "votes": 0,
    "points": 63,
    "add_date": 1630779711,
    "last_update": 1780559425,
    "banned": false,
    "wipe": 1778178363,
    "official": null,
    "wipe_period": null,
    "next_wipe": null,
    "pve": 0,
    "pvp": null,
    "list_hidden": false,
    "hide_address": false,
    "hide_query": false,
    "position_game": 788,
    "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/445162");
$data = json_decode($json, true);
var_dump($data);