JSON pentru programe, site-uri și altele

text
https://api.gamemonitoring.ro/servers/11305225
json
{
  "response": {
    "fps": 49,
    "fps_avg": 44,
    "entities_count": 97613,
    "world_seed": 574231105,
    "world_size": 4000,
    "steam_id": "90286506421580818",
    "domain": null,
    "id": 11305225,
    "ip": "167.148.181.114",
    "port": 28015,
    "query": 27017,
    "color": 0,
    "city": "London",
    "description": "![BRD 1000x [TR] / [EU] | Kits-Clan-RaidBase-Mymini-RaidAlarm](https://i.imgur.com/O2LnlYf.jpeg)\nBRD RUST 1000X DISCORD: https://dsc.gg/brdrust SONRAKİ WIPE (NEXT WIPE) 30.04.2026 - 20:30 1000X LOOT VE FARM (1000X LOOT AND FARM) RAIDABLE BASELER (RAIDABLE BASES) KIT SİSTEMİ (/kit) (KITS) MYMINI (MINI HELICOPTER) TELEPORT (TPA / HOME) BGRADE (/bgrade) KLAN SİSTEMİ (CLANS) HIZLI ERİTME VE ÜRETİM (FAST SMELT & CRAFT) RP SİSTEMİ (REWARDS) HIZLI GELİŞİM VE SÜREKLİ PVP (FAST PROGRESSION & PVP)",
    "game": 252490,
    "owner": null,
    "boosts": 1,
    "last_offline": 1779897204,
    "last_online": 1780545030,
    "icon": null,
    "name": "BRD 1000x PVP [TR] / [EU] | Kits-Clan-Mymini-RaidAlarm",
    "connect": "167.148.181.114:28015",
    "request": "167.148.181.114:27017",
    "map": "Procedural Map",
    "gamemode": "Survival",
    "version": "2625",
    "numplayers": 0,
    "maxplayers": 100,
    "bots": 0,
    "secured": true,
    "private": false,
    "country": "GB",
    "status": true,
    "votes": 0,
    "points": 60,
    "add_date": 1774592881,
    "last_update": 1780545030,
    "banned": false,
    "wipe": 1779387090,
    "official": null,
    "wipe_period": null,
    "next_wipe": null,
    "pve": 0,
    "pvp": null,
    "list_hidden": false,
    "hide_address": false,
    "hide_query": false,
    "position_game": 4466,
    "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/11305225");
$data = json_decode($json, true);
var_dump($data);