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

text
https://api.gamemonitoring.ru/servers/11501000
json
{
  "response": {
    "fps": 203,
    "fps_avg": 219,
    "entities_count": 91328,
    "world_seed": 1289941856,
    "world_size": 4000,
    "steam_id": "90286377178017804",
    "domain": null,
    "id": 11501000,
    "ip": "88.99.241.119",
    "port": 28015,
    "query": 28017,
    "color": 0,
    "city": "Falkenstein",
    "description": "![EU FuX-Gaming | 2X | Max 5 Team | Weekly Wipe](https://i.ibb.co/8LxVrCcG/Fux-Gaming-Titelbild.png)\nWelcome to Fux-Gaming � Your new Rust adventure! \r\nServer Features: \r\n -Fair Play \r\n -Active & fair admins \r\n -Weekly wipes \r\n -Optimized performance & stable, lag-free servers \r\n -PvP & raiding \r\n -Solo, duo & team playstyles possible \r\nDiscord: https://discord.gg/nSCcVAV4NC",
    "game": 252490,
    "owner": null,
    "boosts": 1,
    "last_offline": 1780470420,
    "last_online": 1780584637,
    "icon": null,
    "name": "EU FuX-Gaming | 2X | Max 5 Team | Weekly Wipe",
    "connect": "88.99.241.119:28015",
    "request": "88.99.241.119:28017",
    "map": "Procedural Map",
    "gamemode": "Vanilla",
    "version": "2625",
    "numplayers": 0,
    "maxplayers": 150,
    "bots": 0,
    "secured": true,
    "private": false,
    "country": "DE",
    "status": true,
    "votes": 0,
    "points": 60,
    "add_date": 1779207166,
    "last_update": 1780584637,
    "banned": false,
    "wipe": 1779991826,
    "official": null,
    "wipe_period": null,
    "next_wipe": null,
    "pve": 0,
    "pvp": null,
    "list_hidden": false,
    "hide_address": false,
    "hide_query": false,
    "position_game": 4732,
    "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/11501000");
$data = json_decode($json, true);
var_dump($data);