Programlar, siteler ve diğerleri için JSON

text
https://api.gamemonitoring.tr/servers/11511302
json
{
  "response": {
    "fps": 60,
    "fps_avg": 60,
    "entities_count": 70282,
    "world_seed": 1449881993,
    "world_size": 3500,
    "steam_id": "90286605712112643",
    "domain": null,
    "id": 11511302,
    "ip": "194.69.160.89",
    "port": 28015,
    "query": 28017,
    "color": 0,
    "city": "City of London",
    "description": "![OUTPOST 7 |3XLoot|5XGather|PvP+PvE|Skins|Trio|Events|Skills|Kit](https://i.ibb.co/mFrxB7v6/Outpost7-Banner.png)\nOutpost 7 is a hybrid Rust server built for players who want freedom without sacrificing challenge. No forced PvP, no PVE hand-holding — just a world that pushes back.\r\n\r\nPlay your way:\r\n\r\nPVE Mode for building, exploring, and progression\r\nPVP Mode when you're ready to raid, fight, and compete\r\nSwitch anytime at designated zones — your playstyle, your rules.\r\n\r\nThe frontier is alive:\r\n\r\nSmart NPC raiders that patrol, ambush, and fight strategically\r\nBalanced progression — rewarding, not easy\r\nEvents for both PVE and PVP players\r\nNo pay-to-win — skill matters\r\n\r\nWhether you build, fight, or do both — your story starts here.",
    "game": 252490,
    "owner": null,
    "boosts": 1,
    "last_offline": 1780600465,
    "last_online": 1780640427,
    "icon": null,
    "name": "OUTPOST 7 |3XLoot|5XGather|PvP+PvE|Skins|Trio|Events|Skills|Kit",
    "connect": "194.69.160.89:28015",
    "request": "194.69.160.89:28017",
    "map": "Procedural Map",
    "gamemode": "Survival",
    "version": "2627",
    "numplayers": 0,
    "maxplayers": 100,
    "bots": 0,
    "secured": true,
    "private": false,
    "country": "GB",
    "status": true,
    "votes": 0,
    "points": 60,
    "add_date": 1779353841,
    "last_update": 1780640427,
    "banned": false,
    "wipe": 1780600649,
    "official": null,
    "wipe_period": null,
    "next_wipe": null,
    "pve": 0,
    "pvp": null,
    "list_hidden": false,
    "hide_address": false,
    "hide_query": false,
    "position_game": 4815,
    "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/11511302");
$data = json_decode($json, true);
var_dump($data);