JSON für Programme, Websites und mehr

text
https://api.gamemonitoring.de/servers/11756849
json
{
  "response": {
    "fps": 52,
    "fps_avg": 53,
    "entities_count": 92093,
    "world_seed": 45742759,
    "world_size": 4000,
    "steam_id": "90286710952743943",
    "domain": null,
    "id": 11756849,
    "ip": "95.31.73.50",
    "port": 28069,
    "query": 28072,
    "project_id": null,
    "color": 0,
    "city": "Moscow",
    "description": "![RUST PIRATE X2 Solo/Duo/Trio Loot+ РОССИЯ 7.06](https://i127.fastpic.org/big/2026/0510/1d/8be1a207c6aa84cf9a3ef0e8fef2fa1d.jpeg)\n--RUST PIRATE X2☆\r\n--Лут+                     \r\n--Конвой                      \r\n--Кобальт Лаба\r\n--Трейд\r\n--Скины\r\n--Быстрая ночь\r\nВайпы кажду пятницу с 15.00\r\nДискорд - https://discord.gg/pcCrQ4PVyR\r\nWargmClaim258404\r\ngm.link/u152075",
    "game": 252490,
    "owner": 152075,
    "boosts": 1,
    "last_offline": 1780836728,
    "last_online": 1780875619,
    "icon": null,
    "name": "RUST PIRATE X2 Solo/Duo/Trio Loot+ РОССИЯ 7.06",
    "connect": "95.31.73.50:28069",
    "request": "95.31.73.50:28072",
    "map": "Procedural Map",
    "gamemode": "Vanilla",
    "version": "2627",
    "numplayers": 1,
    "maxplayers": 200,
    "bots": 0,
    "secured": true,
    "private": false,
    "country": "RU",
    "status": true,
    "votes": 0,
    "points": 90,
    "add_date": 1780836728,
    "last_update": 1780875619,
    "banned": false,
    "wipe": 1780822059,
    "official": null,
    "wipe_period": null,
    "next_wipe": null,
    "pve": 0,
    "pvp": null,
    "list_hidden": false,
    "hide_address": false,
    "hide_query": false,
    "position_game": 357,
    "language": "ru",
    "parked": false,
    "app": {
      "id": 12,
      "steam_id": 252490,
      "name": "Rust",
      "url": "rust"
    },
    "server_owner": {
      "username": "Atmosfera",
      "avatar": "1904eddb-f8bc-4cf3-a4e5-a0bb4a0b2fac.jpg"
    },
    "mods": [],
    "disabled_modules": []
  }
}

Codebeispiele

php
<?php
$json = file_get_contents("https://api.gamemonitoring.de/servers/11756849");
$data = json_decode($json, true);
var_dump($data);