JSON für Programme, Websites und mehr

text
https://api.gamemonitoring.de/servers/10856295
json
{
  "response": {
    "fps": 117,
    "fps_avg": 110,
    "entities_count": 68846,
    "world_seed": 1644943654,
    "world_size": 3500,
    "steam_id": "90286413113189377",
    "domain": null,
    "id": 10856295,
    "ip": "185.189.255.162",
    "port": 35800,
    "query": 35810,
    "color": 0,
    "city": "Moscow",
    "description": "![[RU] UNISOUL | 2x | ДЛЯ НОВИЧКОВ | NO BP WIPE | Frid](https://pic.survivalhost.org/images/2026/01/07/maxresdefault.jpg)\nДобро пожаловать на UNISOUL RUST!\r\n\r\n\r\n• Рейты x2 — комфортный фарм без духоты\r\n\r\n• Без ограничения команды — собирайтесь в деревни, кланы или играйте с друзьями\r\n\r\n• Сервер для новичков и спокойной игры\r\n\r\n• NO BP WIPE — чертежи не стираются\r\n\r\n• Оптимизированный сервер без лагов\r\n\r\n• Активная администрация (без абьюза)\r\n\r\n• Честная игра — античит включён\r\n\r\n\r\nВайп карты: каждую пятницу\r\n\r\nПодключайся и начинай выживание!\r\n",
    "game": 252490,
    "owner": 159578,
    "boosts": 1,
    "last_offline": 1779894801,
    "last_online": 1780585820,
    "icon": null,
    "name": "[RU] UNISOUL | 2x | ДЛЯ НОВИЧКОВ | MONTHLY",
    "connect": "185.189.255.162:35800",
    "request": "185.189.255.162:35810",
    "map": "Procedural Map",
    "gamemode": "Vanilla",
    "version": "2625",
    "numplayers": 0,
    "maxplayers": 100,
    "bots": 0,
    "secured": true,
    "private": false,
    "country": "RU",
    "status": true,
    "votes": 0,
    "points": 90,
    "add_date": 1768274647,
    "last_update": 1780585820,
    "banned": false,
    "wipe": 1778334587,
    "official": null,
    "wipe_period": null,
    "next_wipe": null,
    "pve": null,
    "pvp": 1,
    "list_hidden": false,
    "hide_address": false,
    "hide_query": false,
    "position_game": 291,
    "language": "ru",
    "parked": false,
    "app": {
      "id": 12,
      "steam_id": 252490,
      "name": "Rust",
      "url": "rust"
    },
    "server_owner": {
      "username": "yoyyoy",
      "avatar": "ae7cd948-19f5-4682-8d60-e1919390fe5e.jpg"
    },
    "mods": [],
    "disabled_modules": []
  }
}

Codebeispiele

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