JSON für Programme, Websites und mehr

text
https://api.gamemonitoring.de/servers/10870590
json
{
  "response": {
    "fps": 63,
    "fps_avg": 62,
    "entities_count": 197772,
    "world_seed": 121315421,
    "world_size": 3800,
    "steam_id": "90286735513689110",
    "domain": null,
    "id": 10870590,
    "ip": "185.207.214.192",
    "port": 35400,
    "query": 35410,
    "project_id": null,
    "color": 0,
    "city": "Moscow",
    "description": "![GRAND RUST #2 [MAX 2 | X2 | FRIDAY] Wipe 05.06](https://pic.survivalhost.org/images/2026/02/19/headerimage.jpg)\nДобро пожаловать на Макс 2 сервер Grand Rust #2.\r\n\r\nСервер с еженедельным вайпом и рейтами х2 на ресурсы и компоненты.\r\nРазрешено играть вдвоём. На сервере присутствуют разнообразные ивенты и квесты.\r\nПодробная информация доступна на сервере.\r\nПодключайся!",
    "game": 252490,
    "owner": null,
    "boosts": 1,
    "last_offline": 1780664057,
    "last_online": 1780927825,
    "icon": null,
    "name": "GRAND RUST #2 [MAX 2 | X2 | FRIDAY] Wipe 05.06",
    "connect": "185.207.214.192:35400",
    "request": "185.207.214.192:35410",
    "map": "Custom Map",
    "gamemode": "Survival",
    "version": "2627",
    "numplayers": 25,
    "maxplayers": 100,
    "bots": 0,
    "secured": true,
    "private": false,
    "country": "RU",
    "status": true,
    "votes": 0,
    "points": 71,
    "add_date": 1768318446,
    "last_update": 1780927825,
    "banned": false,
    "wipe": 1780653597,
    "official": null,
    "wipe_period": null,
    "next_wipe": null,
    "pve": 0,
    "pvp": null,
    "list_hidden": false,
    "hide_address": false,
    "hide_query": false,
    "position_game": 801,
    "language": "ru",
    "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/10870590");
$data = json_decode($json, true);
var_dump($data);