Programlar, siteler ve diğerleri için JSON

text
https://api.gamemonitoring.tr/servers/8297388
json
{
  "response": {
    "fps": 94,
    "fps_avg": 94,
    "entities_count": 125927,
    "world_seed": 1543025278,
    "world_size": 5000,
    "steam_id": "90286604829745172",
    "domain": null,
    "id": 8297388,
    "ip": "78.46.106.155",
    "port": 28017,
    "query": 28018,
    "color": 0,
    "city": "Falkenstein",
    "description": "![Celestial Rust PvE #1 x5 RAIDABLE BASES|TP|HOMES|KITS|SKINS|+MO](https://celestialrust.co.uk/assets/images/backdrop-512x288.jpg)\nCelestialRust.co.ik PvE - Newbie Friendly + Helpful Web Site\r\nWiped monthly, last wipe May 8th\r\nx5 Gather - PvP PRACTICE ZONES Active non-playing admins.\r\n\r\n===============> RAIDABLE BASES <===============\r\n\r\nCLANS++|LOOT++|TP|CHALLENGES|TRADE|SHOP|SKINS etc.\r\nRocket Turrets - Craftable Recyclers - Heli Crash - Shoot Down Cargo Planes - Lock-On Rockets - Skin Changer - Treasure Box and more.\r\n\r\nACTIVE DISCORD: CelestialRust.co.uk/discord    We encourage memes.",
    "game": 252490,
    "owner": null,
    "boosts": 1,
    "last_offline": 1778240583,
    "last_online": 1780624227,
    "icon": null,
    "name": "Celestial Rust PvE #1 x5 RAIDABLE BASES|TP|HOMES|KITS|SKINS|+MO",
    "connect": "78.46.106.155:28017",
    "request": "78.46.106.155:28018",
    "map": "Custom Map",
    "gamemode": "Survival",
    "version": "2627",
    "numplayers": 0,
    "maxplayers": 77,
    "bots": 0,
    "secured": true,
    "private": false,
    "country": "DE",
    "status": true,
    "votes": 0,
    "points": 60,
    "add_date": 1743250227,
    "last_update": 1780624227,
    "banned": false,
    "wipe": 1780598460,
    "official": null,
    "wipe_period": null,
    "next_wipe": null,
    "pve": 0,
    "pvp": null,
    "list_hidden": false,
    "hide_address": false,
    "hide_query": false,
    "position_game": 3134,
    "language": "de",
    "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/8297388");
$data = json_decode($json, true);
var_dump($data);