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

text
https://api.gamemonitoring.ru/servers/10805102
json
{
  "response": {
    "fps": 213,
    "fps_avg": 211,
    "entities_count": 88340,
    "world_seed": 1586544950,
    "world_size": 4000,
    "steam_id": "90286566622508057",
    "domain": null,
    "id": 10805102,
    "ip": "5.9.148.249",
    "port": 27034,
    "query": 27035,
    "color": 0,
    "city": "Falkenstein",
    "description": "![Rustorious Solo/Duo/Trio](https://i.postimg.cc/3NxfMwLq/Universal-Rustorious.png)\nHosted at Rampart.games\r\nWe’re building a community server to be proud of.\r\n\r\nInfo:\r\n→ Bi-Weekly Map Wipe & Monthly BP wipes\r\n→ True Vanilla gameplay\r\n→ Active admins\r\n→ Shaped by community \\(join Discord\\) https://discord.gg/4b8JSCxH8g\r\n\r\nRules:\r\n→ No hacks/exploits\r\n→ No ban evasion\r\n→ No racism\r\n\r\nPlay fair.",
    "game": 252490,
    "owner": null,
    "boosts": 1,
    "last_offline": 1780240395,
    "last_online": 1780608034,
    "icon": null,
    "name": "Rustorious Solo/Duo/Trio",
    "connect": "5.9.148.249:27034",
    "request": "5.9.148.249:27035",
    "map": "Procedural Map",
    "gamemode": "Survival",
    "version": "2625",
    "numplayers": 0,
    "maxplayers": 125,
    "bots": 0,
    "secured": true,
    "private": false,
    "country": "DE",
    "status": true,
    "votes": 0,
    "points": 60,
    "add_date": 1766921195,
    "last_update": 1780608034,
    "banned": false,
    "wipe": 1779398210,
    "official": null,
    "wipe_period": null,
    "next_wipe": null,
    "pve": 0,
    "pvp": null,
    "list_hidden": false,
    "hide_address": false,
    "hide_query": false,
    "position_game": 3944,
    "language": "de",
    "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/10805102");
$data = json_decode($json, true);
var_dump($data);