JSON für Programme, Websites und mehr

text
https://api.gamemonitoring.de/servers/8536554
json
{
  "response": {
    "oxide": true,
    "modded": true,
    "fps": 196,
    "fps_avg": 194,
    "entities_count": 363430,
    "world_seed": 2183,
    "world_size": 3750,
    "steam_id": "90284789740675072",
    "domain": null,
    "id": 8536554,
    "ip": "80.242.59.130",
    "port": 35500,
    "query": 35500,
    "color": 0,
    "city": "Veliky Novgorod",
    "description": "![OldRust - Blue [trio; x2]](https://gspics.org/images/2025/08/04/ItFDo8.jpg)\nВайп: каждую пятницу в 15:00 по МСК\nЛимит в команде: 3 игрока\n\nФункции:\n— Рейты: x2\n— Стаки ресурсов: x5\n— Инстант крафт\n— Скины /skin\n... И многое другое /menu\n\nСсылки:\n— Сайт: oldrust.store\n— Telegram: t.me/oldrust\n— Discord: discord.gg/oldrustproject",
    "game": 252490,
    "owner": null,
    "boosts": 1,
    "last_offline": 1776426223,
    "score": 0,
    "last_online": 1776817818,
    "icon": null,
    "name": "OldRust - Blue [trio; x2]",
    "connect": "80.242.59.130:35500",
    "request": "80.242.59.130:35500",
    "map": "Procedural Map",
    "gamemode": "Rust: Survival Mode",
    "version": "2283",
    "numplayers": 40,
    "maxplayers": 300,
    "bots": 0,
    "secured": false,
    "private": false,
    "country": "RU",
    "status": true,
    "votes": 0,
    "points": 69,
    "add_date": 1744463469,
    "last_update": 1776817818,
    "banned": false,
    "wipe": 1776426383,
    "official": null,
    "wipe_period": "weekly",
    "next_wipe": 1777031183,
    "pve": 0,
    "pvp": null,
    "list_hidden": false,
    "hide_address": false,
    "hide_query": false,
    "position_game": 651,
    "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/8536554");
$data = json_decode($json, true);
var_dump($data);