JSON для программ, сайтов и прочего

text
https://api.gamemonitoring.ru/servers/5310009
json
{
  "response": {
    "fps": 30,
    "fps_avg": 30,
    "map_url": "procedural_4250_jr_oq_bt3kcqczkuhbab_a_r286",
    "map_name": "Server WIPED 17 HOURS AGO",
    "entities_count": 117924,
    "steam_id": "90292100507660292",
    "domain": null,
    "id": 5310009,
    "ip": "205.178.168.202",
    "port": 28010,
    "query": 28015,
    "project_id": null,
    "color": 0,
    "city": "Лондон",
    "description": "![WEREWOLF GAMING.CO 3x Solo/Duo LARGE|Loot x3|Share BPs| WIPED](https://i.vgy.me/QI5Hui.png)\n          ▶The Professionals of Modded Rust◀\r\nWerewolf Gaming.co 3x Duo LARGE\r\n» Max Group: 2\r\n» 24/7 Staff|Anti Cheat|Anti Teaming\r\n» Leaderboards & Playtime Rewards\r\n» 3x Gather Rates|3x Crafting Speed|3x Components\r\n» Custom Maps\r\n» Clan BP Sharing\r\n» BGrade|Remover Tool|Base Skinning\r\n» Recyclers at Monuments\r\n» Extended Workbench Range",
    "game": 252490,
    "owner": null,
    "boosts": 1,
    "last_offline": 1788459058,
    "last_online": 1788522057,
    "icon": null,
    "name": "WEREWOLF GAMING.CO 3x Solo/Duo LARGE|Loot x3|Share BPs| WIPED",
    "connect": "205.178.168.202:28010",
    "request": "205.178.168.202:28015",
    "map": "Server WIPED 17 HOURS AGO",
    "gamemode": "Survival",
    "version": "2633",
    "numplayers": 16,
    "maxplayers": 200,
    "bots": 0,
    "secured": true,
    "private": false,
    "country": "GB",
    "status": true,
    "votes": 0,
    "points": 65,
    "add_date": 1721895902,
    "last_update": 1788522057,
    "ban_reason": null,
    "banned": false,
    "hidden": false,
    "wipe": 1788457872,
    "official": null,
    "wipe_period": null,
    "next_wipe": null,
    "pve": 0,
    "pvp": null,
    "list_hidden": false,
    "hide_address": false,
    "hide_query": false,
    "position_game": 1006,
    "language": "en",
    "parked": false,
    "app": {
      "id": 12,
      "steam_id": 252490,
      "name": "Rust",
      "url": "rust"
    },
    "server_owner": null,
    "mods": [],
    "disabled_modules": []
  }
}

Примеры кода

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