JSON pentru programe, site-uri și altele

text
https://api.gamemonitoring.ro/servers/11644661
json
{
  "response": {
    "fps": 52,
    "fps_avg": 51,
    "entities_count": 64730,
    "world_seed": 1385377600,
    "world_size": 3500,
    "steam_id": "90286539000083480",
    "domain": null,
    "id": 11644661,
    "ip": "5.226.191.199",
    "port": 28015,
    "query": 27017,
    "color": 0,
    "city": "Istanbul",
    "description": "![[TR/EU] Atlas Rust 3X Trio | Weekly Wipe | Monthly BP |](https://r.resimlink.com/mKBE6OobTw.png)\n🔥 Atlas Rust 3X Trio | TR / EU Server 🔥 ⚔️ 3X gather & loot | Solo / Duo / Trio only ⚔️ 3X kaynak & loot | Sadece Solo / Duo / Trio 🗺️ Weekly wipe | Monthly BP wipe 🗺️ Haftalık wipe | Aylık BP wipe 🎯 Balanced PvP + PvE experience 🎯 Dengeli PvP + PvE deneyimi 💰 Economy System + Server Rewards 💰 Ekonomi sistemi + ödül sistemi 🎁 Starter Kit | Daily Kits | VIP Kits 🎁 Başlangıç kit | Günlük kit | VIP kit 🏚️ Raidable Bases Events 💥 Dangerous Treasures Events 🚁 Patrol Helicopter & Cargo Events 👮 NPC & Monument PvE zones ⚙️ Quality of Life Features ⚙️ Oyun kolaylık sistemleri ✔ Backpacks system ✔ Quick loot & furnace splitter ✔ Enhanced chat system ✔ Auto events system ✔ Remover tool ✔ Loot optimized server 🌍 EU & TR friendly community 🌍 EU & TR dostu topluluk 💬 Active admin support 💬 Aktif admin desteği 🚫 No pay-to-win | Fair gameplay 🚫 Pay-to-win yok | Adil oyun 🔗 Join Discord for updates 🔗 Güncellemeler için Discord'a katıl",
    "game": 252490,
    "owner": null,
    "boosts": 1,
    "last_offline": 1780350252,
    "last_online": 1780548633,
    "icon": null,
    "name": "[TR/EU] Atlas Rust 3X Trio | Weekly Wipe | Monthly BP |",
    "connect": "5.226.191.199:28015",
    "request": "5.226.191.199:27017",
    "map": "Procedural Map",
    "gamemode": "Survival",
    "version": "2625",
    "numplayers": 0,
    "maxplayers": 100,
    "bots": 0,
    "secured": true,
    "private": false,
    "country": "TR",
    "status": true,
    "votes": 0,
    "points": 60,
    "add_date": 1780177432,
    "last_update": 1780548633,
    "banned": false,
    "wipe": 1780141179,
    "official": null,
    "wipe_period": null,
    "next_wipe": null,
    "pve": 0,
    "pvp": null,
    "list_hidden": false,
    "hide_address": false,
    "hide_query": false,
    "position_game": 5617,
    "language": "tr",
    "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/11644661");
$data = json_decode($json, true);
var_dump($data);