Programlar, siteler ve diğerleri için JSON

text
https://api.gamemonitoring.tr/servers/11492388
json
{
  "response": {
    "fps": 57,
    "fps_avg": 57,
    "entities_count": 121169,
    "world_seed": 1209228262,
    "world_size": 3500,
    "steam_id": "90285641282891791",
    "domain": null,
    "id": 11492388,
    "ip": "46.174.48.51",
    "port": 28015,
    "query": 28016,
    "color": 0,
    "city": "Moscow",
    "description": "![★|GamesProjectFair|★ [RUST]](https://pic.survivalhost.org/images/2025/10/05/BannerSERVER.png)\n[Welcome to ★|GamesProjectFair|★] \r\n [No limit players] \r\n [Vanilla Survival] \r\n [Потребление шкафа снижено на 50%] \r\n [Увеличены стаки ресурсов] \r\n [Raid Block с 23:00 до 18:00 по (MSK)] \r\n [Server restart 3:00 (MSK)] \r\n [Сайт магазина, DISCORD+VK : (внешний сайт)]",
    "game": 252490,
    "owner": null,
    "boosts": 1,
    "last_offline": 1778530359,
    "score": 0,
    "last_online": 1778551818,
    "icon": null,
    "name": "★|GamesProjectFair|★ [RUST]",
    "connect": "46.174.48.51:28015",
    "request": "46.174.48.51:28016",
    "map": "Procedural Map",
    "gamemode": "Survival",
    "version": "2625",
    "numplayers": 1,
    "maxplayers": 100,
    "bots": 0,
    "secured": true,
    "private": false,
    "country": "RU",
    "status": true,
    "votes": 0,
    "points": 60,
    "add_date": 1778530359,
    "last_update": 1778551818,
    "banned": false,
    "wipe": 1778213492,
    "official": null,
    "wipe_period": null,
    "next_wipe": null,
    "pve": 0,
    "pvp": null,
    "list_hidden": false,
    "hide_address": false,
    "hide_query": false,
    "position_game": 4758,
    "language": "ru",
    "parked": false,
    "app": {
      "id": 12,
      "steam_id": 252490,
      "name": "Rust",
      "url": "rust"
    },
    "server_owner": null,
    "mods": [],
    "disabled_modules": []
  }
}

Kod örnekleri

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