Programlar, siteler ve diğerleri için JSON

text
https://api.gamemonitoring.tr/servers/10661509
json
{
  "response": {
    "fps": 51,
    "fps_avg": 67,
    "entities_count": 125412,
    "world_seed": 762570878,
    "world_size": 4200,
    "steam_id": "90286574986820611",
    "domain": null,
    "id": 10661509,
    "ip": "188.240.63.102",
    "port": 28310,
    "query": 28245,
    "color": 0,
    "city": "City of London",
    "description": "![RAG | PVE | Legendary Drops | Custom Weapons | Skills | Events+](https://i.postimg.cc/02VhBBr7/RAGheader.png)\nRAG Rust — Relaxed PvE Survival\r\n\r\n\r\nWelcome to RAG Rust, a chill PvE server built for players who love progression, events, and exploring without the stress of PvP\r\n\r\nWhat Makes Us Fun!!\r\n\r\n1.Raidable Bases — NPC bases to raid anytime, from easy to nightmare\r\n\r\n2.Abandoned Homes - Call NPC's to raid you\r\n\r\n3.Custom Weapons - rocket revolvers and bows that shoot hv's + more\r\n\r\n4.Dungeon Events & Extra Events — Fresh challenges and world activities\r\n\r\n5.Airfield Event - Harbor Event - F15 Crash Event — + Loads of Pve themed events\r\n6.Roaming NPCs — The world feels alive with patrols and enemies to fight\r\n\r\n7.BetterNpc\r\n\r\n8.Epic Loot + Item Perks + Legendary Items — RPG‑style gear and rare drops\r\n\r\n9.Skill Tree — Level up and unlock powerful abilities\r\n\r\n10.Rocket/C4 Tiers — More ways to fight and progress\r\n\r\n11.Quality of Life with Backpacks & Auto‑Loot — Keep your loot safe and organized\r\n\r\n12.Combined Storage & Furnace Splitter — Less grind, more fun\r\n\r\n13.Sort Button & StackEverything — Smooth, clean base management\r\n\r\nExplore With Ease\r\n\r\nPick you own enviroment and in game TIME with /env\r\n\r\nAuto Pilot\r\n\r\nVehicle Buy & Vehicle Locks — Easy access and secure transport.\r\n\r\nBuild & Explore\r\n\r\nBetter TC & Building perks — Faster building and upgrading\r\nMonument Addons & Finder — Expanded monuments and easy navigation.\r\n\r\nCome check our server out - we have a discord if you have any questions!! \r\n\r\n - https://discord.gg/tqa3KVnSZx",
    "game": 252490,
    "owner": null,
    "boosts": 1,
    "last_offline": 1780478056,
    "last_online": 1780589434,
    "icon": null,
    "name": "RAG | PVE | Legendary Drops | Custom Weapons | Skills | Events+",
    "connect": "188.240.63.102:28310",
    "request": "188.240.63.102:28245",
    "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": 1764544752,
    "last_update": 1780589434,
    "banned": false,
    "wipe": 1778176602,
    "official": null,
    "wipe_period": null,
    "next_wipe": null,
    "pve": 0,
    "pvp": null,
    "list_hidden": false,
    "hide_address": false,
    "hide_query": false,
    "position_game": 3797,
    "language": "en",
    "parked": false,
    "app": {
      "id": 12,
      "steam_id": 252490,
      "name": "Rust",
      "url": "rust"
    },
    "server_owner": null,
    "mods": [],
    "disabled_modules": []
  }
}

Kod örnekleri

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