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

text
https://api.gamemonitoring.ru/servers/11511711
json
{
  "response": {
    "fps": 60,
    "fps_avg": 59,
    "entities_count": 76518,
    "world_seed": 1505685756,
    "world_size": 3500,
    "steam_id": "90286584341279774",
    "domain": null,
    "id": 11511711,
    "ip": "104.238.229.22",
    "port": 32015,
    "query": 32018,
    "color": 0,
    "city": "Dallas",
    "description": "![ButtHurt 10x Hybrid Half PVP Half PVE](https://www.dropbox.com/scl/fi/v5lbueupy8d81sgz9yunf/bhlr.jpg?rlkey=5wgqsv6j0ve1dt3k0wgs517pr&st=p8n8lcek&dl=1)\nWe are a new PVP PVE hybrid server giving both pvp pve to players. \r\nHalf the Map is PVP the other half is PVE. \r\nRaiding allowed in PVP Area all the time.\r\n\r\nServer Still beta testing\r\n Discord Server Link on External Website Button",
    "game": 252490,
    "owner": null,
    "boosts": 1,
    "last_offline": 1779502413,
    "last_online": 1780581631,
    "icon": null,
    "name": "ButtHurt 10x Hybrid Half PVP Half PVE",
    "connect": "104.238.229.22:32015",
    "request": "104.238.229.22:32018",
    "map": "Procedural Map",
    "gamemode": "Survival",
    "version": "2625",
    "numplayers": 2,
    "maxplayers": 50,
    "bots": 0,
    "secured": true,
    "private": false,
    "country": "US",
    "status": true,
    "votes": 0,
    "points": 62,
    "add_date": 1779353862,
    "last_update": 1780581631,
    "banned": false,
    "wipe": 1778175808,
    "official": null,
    "wipe_period": null,
    "next_wipe": null,
    "pve": 0,
    "pvp": null,
    "list_hidden": false,
    "hide_address": false,
    "hide_query": false,
    "position_game": 1305,
    "language": "en",
    "parked": false,
    "app": {
      "id": 252490,
      "steam_id": 252490,
      "name": "Rust",
      "url": "rust"
    },
    "server_owner": null,
    "mods": [],
    "disabled_modules": []
  }
}

Примеры кода

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