Programlar, siteler ve diğerleri için JSON

text
https://api.gamemonitoring.tr/servers/11501763
json
{
  "response": {
    "fps": 60,
    "fps_avg": 59,
    "entities_count": 68428,
    "world_seed": 703324703,
    "world_size": 3500,
    "steam_id": "90286580020584458",
    "domain": null,
    "id": 11501763,
    "ip": "66.51.97.51",
    "port": 28010,
    "query": 28011,
    "color": 0,
    "city": "City of London",
    "description": "![[EU] Full Tilt Rust - Solo/Duo](https://i.postimg.cc/k4Vr7D0D/banner-01-(1).jpg)\n[EU] Full Tilt Rust - Solo/Duo\r\nRust for working people - enjoy real Rust without 24/7 grind and pointless offline raids.\r\n\r\n▶ Max Group: 2\r\n▶ Vanilla Gather Rates | 0.5x Sulfur Rates\r\n▶ Base upkeep: -90%\r\n▶ Short nights\r\n▶ Locked Crates: 10 min\r\n▶ Turret limit: 30 turrets\r\n▶ High Performance Procedural Maps\r\n▶ Active Staff |Anti-Cheat/Anti-Teaming\r\n▶ Short nights\r\n\r\nRaiding Rules:\r\n▶ Online raiding is encouraged\r\n▶ Offline raids must have a reason behind them (conflicts, revenge, rivalries, territory wars)\r\n▶ Random offline raids are not allowed",
    "game": 252490,
    "owner": null,
    "boosts": 1,
    "last_offline": 1780126416,
    "last_online": 1780593631,
    "icon": null,
    "name": "[EU] Full Tilt Rust - Solo/Duo",
    "connect": "66.51.97.51:28010",
    "request": "66.51.97.51:28011",
    "map": "Procedural Map",
    "gamemode": "Survival",
    "version": "2625",
    "numplayers": 0,
    "maxplayers": 75,
    "bots": 0,
    "secured": true,
    "private": false,
    "country": "GB",
    "status": true,
    "votes": 0,
    "points": 60,
    "add_date": 1779207180,
    "last_update": 1780593631,
    "banned": false,
    "wipe": 1779807013,
    "official": null,
    "wipe_period": null,
    "next_wipe": null,
    "pve": 0,
    "pvp": null,
    "list_hidden": false,
    "hide_address": false,
    "hide_query": false,
    "position_game": 4568,
    "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/11501763");
$data = json_decode($json, true);
var_dump($data);