JSON für Programme, Websites und mehr

text
https://api.gamemonitoring.de/servers/10870169
json
{
  "response": {
    "fps": 60,
    "fps_avg": 59,
    "entities_count": 110225,
    "world_seed": 1912706775,
    "world_size": 4500,
    "steam_id": "90286605407883279",
    "domain": null,
    "id": 10870169,
    "ip": "213.136.90.245",
    "port": 28115,
    "query": 28116,
    "color": 0,
    "city": "Lauterbourg",
    "description": "![[DE/PvE] FalkenDusel [!ALPHA VERSION 0.3.1!]](https://www.dropbox.com/scl/fi/ihkft2dhiyqiptcb0dhbz/ChatGPT-Image-2.-Mai-2025-10_28_50.png?rlkey=19q4buidm2s34zj7p99wulpom&st=5t9nbz8m&dl=1)\nIst momentan ein Mann Projekt, daher wirds dauern.\n\nMomentan installierte Plugin:\n\nAirfieldEvent\nBetter No Stability  \nBuild Tools\nBuildingSites\nConvoy\nCrafts\nCustomMagazine\nDiscord Status\nDynamicMonuments\nHarborEvent\nHud\nKits\nLoot Bouncer\nNpcSpawn\nHumanNPC\nRadialMenu\nShop\nShopConverter\nSign Artist\nSkinner\nXDQuest\nXPerience",
    "game": 252490,
    "owner": null,
    "boosts": 1,
    "last_offline": 1780601666,
    "last_online": 1780600401,
    "icon": null,
    "name": "[DE/PvE] FalkenDusel [!ALPHA VERSION 0.6!]",
    "connect": "213.136.90.245:28115",
    "request": "213.136.90.245:28116",
    "map": "Procedural Map",
    "gamemode": "Vanilla",
    "version": "2627",
    "numplayers": 0,
    "maxplayers": 50,
    "bots": 0,
    "secured": true,
    "private": false,
    "country": "FR",
    "status": false,
    "votes": 0,
    "points": 0,
    "add_date": 1768318397,
    "last_update": 1780601666,
    "banned": false,
    "wipe": 1780600029,
    "official": null,
    "wipe_period": null,
    "next_wipe": null,
    "pve": 0,
    "pvp": null,
    "list_hidden": false,
    "hide_address": false,
    "hide_query": false,
    "position_game": 9442,
    "language": "fr",
    "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/10870169");
$data = json_decode($json, true);
var_dump($data);