Programlar, siteler ve diğerleri için JSON

text
https://api.gamemonitoring.tr/servers/10412588
json
{
  "response": {
    "fps": 60,
    "fps_avg": 60,
    "entities_count": 44098,
    "world_seed": 1133595914,
    "world_size": 3000,
    "steam_id": "90286740786054169",
    "domain": null,
    "id": 10412588,
    "ip": "194.69.160.15",
    "port": 28023,
    "query": 28025,
    "project_id": null,
    "color": 0,
    "city": "City of London",
    "description": "![[ITA/EU] Zona Ostile  PvP/No Raid/Hard Survival/Solo only](https://rust-server-images.physgun.com/c68bacfc8ca231df7244c09b1fca8e57af62f26b08b651ecb9b330f1506401fe.png)\nSERVER FIRST OFFICIAL WIPE — 24.05.2026 – 21:30  \r\nMonthly Forced Wipe (official schedule)\r\n\r\nx3 Stack (Resources, Meds, Ammo)\r\nx1 Gathering\r\n75% Upkeep\r\n+100% Crates / Barrels / Resource Respawn\r\nPvP everywhere\r\nOnly Solo\r\nBlueprint Wipe\r\nNo damage to Base\r\n/remove enabled for private structures\r\n\r\nThis server is built for players who love PvP but hate raiding.\r\nEvery setting is designed to create constant pressure:\r\nResources are scarce\r\nMovement is mandatory\r\nStaying still is dangerous\r\nEncounters are frequent and unavoidable\r\nYour base is the only safe place you have.\r\nOutside your door, everything is hostile:\r\nthe world, other players… and even yourself.\r\nHere, the real fight isn’t just against whoever shoots at you —\r\nit’s against your own predatory nature.\r\nWhen you meet someone, what will you do:\r\nkill to survive, or resist the instinct and offer help?\r\nEvery choice exposes who you really are.\r\nIf you want a server where survival depends on skill, awareness, and aggression,\r\nthis is your battlefield.",
    "game": 252490,
    "owner": null,
    "boosts": 1,
    "last_offline": 1780898602,
    "last_online": 1780961433,
    "icon": null,
    "name": "[ITA/EU] Zona Ostile  PvP/No Raid/Hard Survival/Solo only",
    "connect": "194.69.160.15:28023",
    "request": "194.69.160.15:28025",
    "map": "Procedural Map",
    "gamemode": "Survival",
    "version": "2627",
    "numplayers": 0,
    "maxplayers": 50,
    "bots": 0,
    "secured": true,
    "private": false,
    "country": "GB",
    "status": true,
    "votes": 0,
    "points": 60,
    "add_date": 1759823746,
    "last_update": 1780961433,
    "banned": false,
    "wipe": 1780622504,
    "official": null,
    "wipe_period": null,
    "next_wipe": null,
    "pve": 0,
    "pvp": null,
    "list_hidden": false,
    "hide_address": false,
    "hide_query": false,
    "position_game": 3767,
    "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/10412588");
$data = json_decode($json, true);
var_dump($data);