JSON pentru programe, site-uri și altele

text
https://api.gamemonitoring.ro/servers/11511741
json
{
  "response": {
    "fps": 30,
    "fps_avg": 29,
    "entities_count": 159690,
    "world_seed": 1337,
    "world_size": 4500,
    "steam_id": 90286546635199500,
    "domain": null,
    "id": 11511741,
    "ip": "66.51.99.122",
    "port": 2100,
    "query": 2101,
    "color": 0,
    "city": "Dallas",
    "description": "![FINAL ORDER PVE 10X |CUSTOM MAPS|RAIDABLE BASES|ACTIVE STAFF](https://i.postimg.cc/5jdm4vFc/SERVER-RUST.png)\n🌿 FINAL ORDER By: GoldStandardX Gaming | Rust PvE Experience \r\n 🔗 Discord: https://discord.gg/7Vs2CJ8P7n \r\n 🌐 Website: www.goldstandardxgaming.org \r\n 🚀 SERVER FEATURES \r\n 🔥 Starter & Progression \r\n - Mini Starter Kits \r\n - Full Kit System \r\n - Skill Tree Progression \r\n - Blueprint Sharing \r\n 🏗️ Building & Quality of Life \r\n - Remover Tool \r\n - Instant Craft \r\n - Instant Recycle \r\n - Simple Build + Symmetry \r\n - Building Workbench \r\n - B-Grade & Custom Building Grades \r\n 🎯 PvE Content & Events \r\n - Raid-able Bases \r\n - Abandoned Bases \r\n - Regular Server Events \r\n ⚙️ Custom Gameplay \r\n - 500K Stack Sizes \r\n - Boosted & Custom Loot Tables \r\n - Custom Ore System \r\n - Ultimate Industrial Farming \r\n 🚁 Unique Additions \r\n - Floating Helicopters \r\n - Waystones (Fast Travel) \r\n - Oil Rig Drilling (Large = Crude Oil / Small = Diesel Fuel) \r\n 💊 Economy & Extras \r\n - Better Medicine System \r\n - Backpacks \r\n - Ganja & Custom Drug Systems \r\n 🛒 Convenience & Utilities \r\n - Safe Zone Airwolf Vendors \r\n - Monument Recyclers \r\n - Terminal Access \r\n - Spawn Everything Access \r\n 🌙 Community Features \r\n - Skip Night Vote \r\n - Simple Kill Feed / Death Notes \r\n - Discord ↔ In-Game Chat Integration \r\n - Skinner System \r\n 💬 WHY PLAY HERE? \r\n ✔️ Active Staff & Support \r\n ✔️ Optimized Performance \r\n ✔️ Balanced PvE Progression \r\n ✔️ Constant Updates & Events \r\n 👉 Join now and experience a fully customized Rust PvE server built for long-term progression and fun.",
    "game": 252490,
    "owner": null,
    "boosts": 1,
    "last_offline": 1780463053,
    "last_online": 1780555833,
    "icon": null,
    "name": "FINAL ORDER PVE 10X |CUSTOM MAPS|RAIDABLE BASES|ACTIVE STAFF",
    "connect": "66.51.99.122:2100",
    "request": "66.51.99.122:2101",
    "map": "Custom Map",
    "gamemode": "Survival",
    "version": "2625",
    "numplayers": 0,
    "maxplayers": 1000,
    "bots": 0,
    "secured": true,
    "private": false,
    "country": "US",
    "status": true,
    "votes": 0,
    "points": 60,
    "add_date": 1779353863,
    "last_update": 1780555833,
    "banned": false,
    "wipe": 1778187442,
    "official": null,
    "wipe_period": null,
    "next_wipe": null,
    "pve": 1,
    "pvp": null,
    "list_hidden": false,
    "hide_address": false,
    "hide_query": false,
    "position_game": 5158,
    "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/11511741");
$data = json_decode($json, true);
var_dump($data);