Programlar, siteler ve diğerleri için JSON

text
https://api.gamemonitoring.tr/servers/11511345
json
{
  "response": {
    "fps": 216,
    "fps_avg": 215,
    "entities_count": 63129,
    "world_seed": 326889285,
    "world_size": 3500,
    "steam_id": "90286553572300819",
    "domain": null,
    "id": 11511345,
    "ip": "65.108.13.182",
    "port": 60419,
    "query": 60421,
    "color": 0,
    "city": "Helsinki",
    "description": "![NetroForge.com • 2x Quad • Bi-Weekly](https://i.postimg.cc/Nj46SPVM/Netro-Forge-server-icon-only-512x256.png)\nWelcome to NetroForge.com - Start your next Rust story.\r\n\r\nWe offer a high-performance, professional Rust experience designed for teams of up to four players. Our server features a balanced economy to optimize your playtime.\r\n\r\nLOOT & PROGRESSION\r\n- Gathering & Components: 2x rate for efficient building\r\n- Scrap & Resources: 2x rate to reduce the tech tree grind\r\n- Weapons & Explosives: 1x (Vanilla) rate to maintain raiding balance\r\n\r\nSERVER SETTINGS\r\n- Group Limit: Max 4 players per team (Quads)\r\n- Wipe Schedule: Bi-Weekly (Every 2 weeks)\r\n- Quality of Life: 2x Crafting & Smelting speeds\r\n\r\nSERVER RULES\r\n1. Max 4 players in a team, base, or roaming. No alliances.\r\n2. No cheating, scripting, or exploit abuse.\r\n3. Maintain professional and civil chat behavior.\r\n\r\nWebsite: https://netroforge.com",
    "game": 252490,
    "owner": null,
    "boosts": 1,
    "last_offline": 1780606405,
    "last_online": 1780488633,
    "icon": null,
    "name": "NetroForge.com • 2x Quad • Bi-Weekly",
    "connect": "65.108.13.182:60419",
    "request": "65.108.13.182:60421",
    "map": "Procedural Map",
    "gamemode": "Vanilla",
    "version": "2625",
    "numplayers": 0,
    "maxplayers": 100,
    "bots": 0,
    "secured": true,
    "private": false,
    "country": "FI",
    "status": false,
    "votes": 0,
    "points": 0,
    "add_date": 1779353841,
    "last_update": 1780606405,
    "banned": false,
    "wipe": 1780481455,
    "official": null,
    "wipe_period": null,
    "next_wipe": null,
    "pve": 0,
    "pvp": null,
    "list_hidden": false,
    "hide_address": false,
    "hide_query": false,
    "position_game": 11448,
    "language": "fi",
    "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/11511345");
$data = json_decode($json, true);
var_dump($data);