Programlar, siteler ve diğerleri için JSON

text
https://api.gamemonitoring.tr/servers/11644807
json
{
  "response": {
    "fps": 205,
    "fps_avg": 212,
    "entities_count": 87696,
    "world_seed": 1337,
    "world_size": 4096,
    "steam_id": "90286583247872021",
    "domain": null,
    "id": 11644807,
    "ip": "108.181.127.162",
    "port": 28016,
    "query": 28017,
    "color": 0,
    "city": "Amsterdam",
    "description": "![The Roosting Grounds EU](https://i.ibb.co/qYX5RSnR/TRG-Header.png)\nThe Roosting Grounds — Where Survivors Rise\r\n Welcome to The Roosting Grounds: a player-first Rust experience built for exploration, teamwork, and high-stakes excitement. Our core is PvE with dedicated PvP zones, and we crank up the intensity twice a month with a 24-hour Purge that tests everything you've built. All players are welcome — there are no paywalls or pay-to-win features; your skill, creativity, and grit are what earn the best rewards.\r\n Why join?\r\n - PvE-focused gameplay with safe hubs and clearly marked PvP zones for those seeking combat.\r\n- Twice-monthly 24-hour Purge events that bring thrilling, server-wide action.\r\n- No paywalls — everything worth having is earned through gameplay.\r\n- Actively developed with regular updates and community-driven features; your feedback shapes the server’s future.\r\n Though young, The Roosting Grounds is full of potential and ambition. We’re building a fair, vibrant community that thrives on cooperation, competition, and player creativity. Come build, trade, raid, and rise with us — shape the world as we grow into the best server and community we can be.\r\n Join The Roosting Grounds today and stake your place among the roosting legends.",
    "game": 252490,
    "owner": null,
    "boosts": 1,
    "last_offline": 1780290245,
    "last_online": 1780565430,
    "icon": null,
    "name": "The Roosting Grounds EU",
    "connect": "108.181.127.162:28016",
    "request": "108.181.127.162:28017",
    "map": "Synecdoche Islands",
    "gamemode": "Survival",
    "version": "2625",
    "numplayers": 0,
    "maxplayers": 200,
    "bots": 0,
    "secured": true,
    "private": false,
    "country": "NL",
    "status": true,
    "votes": 0,
    "points": 60,
    "add_date": 1780177437,
    "last_update": 1780565430,
    "banned": false,
    "wipe": 1778187754,
    "official": null,
    "wipe_period": null,
    "next_wipe": null,
    "pve": 0,
    "pvp": null,
    "list_hidden": false,
    "hide_address": false,
    "hide_query": false,
    "position_game": 5691,
    "language": "nl",
    "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/11644807");
$data = json_decode($json, true);
var_dump($data);