JSON pentru programe, site-uri și altele

text
https://api.gamemonitoring.ro/servers/11511292
json
{
  "response": {
    "fps": 242,
    "fps_avg": 240,
    "entities_count": 92656,
    "world_seed": 1938804866,
    "world_size": 4000,
    "steam_id": "90286582492647443",
    "domain": null,
    "id": 11511292,
    "ip": "198.244.225.20",
    "port": 23600,
    "query": 23601,
    "color": 0,
    "city": "London",
    "description": "![RustFusion EU 10x | Shop | Kits | Events | No BPs](https://i.postimg.cc/qqtVhnxk/Chat-GPT-Image-May-17-2026-12-12-31-AM.png)\nRustFusion EU Server | Where Legends are Born\r\n\r\nDaily restarts: 05:00 UK time (UTC+1)\r\nWeekly wipes: Thursdays 20:00 UK time (UTC+1)\r\n\r\nServer Features:\r\nKits\r\nBackPacks\r\nQuickSmelt\r\nInstaCraft\r\nTp\r\nBGrade\r\nAuto Doors\r\nAuto Lock\r\nNPC Raiders\r\nRaidable Bases\r\nGunGame\r\nVip Airstrike\r\nPortable Forts\r\nAnd Dangerous Treasures\r\nLinks:\r\nhttps://discord.gg/cg6VyY3aS5\r\nhttps://rustfusion-10x.tebex.io/",
    "game": 252490,
    "owner": null,
    "boosts": 1,
    "last_offline": 1780376649,
    "last_online": 1780559428,
    "icon": null,
    "name": "RustFusion EU 10x | Shop | Kits | Events | No BPs",
    "connect": "198.244.225.20:23600",
    "request": "198.244.225.20:23601",
    "map": "Procedural Map",
    "gamemode": "Survival",
    "version": "2625",
    "numplayers": 0,
    "maxplayers": 75,
    "bots": 0,
    "secured": true,
    "private": false,
    "country": "GB",
    "status": true,
    "votes": 0,
    "points": 60,
    "add_date": 1779353841,
    "last_update": 1780559428,
    "banned": false,
    "wipe": 1779991813,
    "official": null,
    "wipe_period": null,
    "next_wipe": null,
    "pve": 0,
    "pvp": null,
    "list_hidden": false,
    "hide_address": false,
    "hide_query": false,
    "position_game": 5167,
    "language": "en",
    "parked": false,
    "app": {
      "id": 12,
      "steam_id": 252490,
      "name": "Rust",
      "url": "rust"
    },
    "server_owner": null,
    "mods": [],
    "disabled_modules": []
  }
}

Exemple de cod

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