Programlar, siteler ve diğerleri için JSON

text
https://api.gamemonitoring.tr/servers/11606761
json
{
  "response": {
    "fps": 160,
    "fps_avg": 160,
    "entities_count": 45744,
    "world_seed": 1478212890,
    "world_size": 5000,
    "steam_id": "90286560345835529",
    "domain": null,
    "id": 11606761,
    "ip": "5.29.45.209",
    "port": 28015,
    "query": 28016,
    "color": 0,
    "city": "Qiryat Ata",
    "description": "![Rust IL Israel לארשי | Explore, Build, Survive](https://i.postimg.cc/x8bHMmwp/Chat-GPT-Image-May-20-2026-12-03-26-PM.png)\nRust IL Israel לארשי | Explore, Build, Survive | Monthly Vanilla \r\nThe only aim in Rust is to survive.\r\nEverything wants you to die — the island’s wildlife, the environment, and other survivors.\r\nDo whatever it takes to last another night.\r\n\r\nOfficial-Style Vanilla Experience\r\nMonthly Map Wipes\r\nNo Mods • No Kits • No Pay-To-Win\r\nHosted in Israel",
    "game": 252490,
    "owner": null,
    "boosts": 1,
    "last_offline": 1780499578,
    "last_online": 1780560036,
    "icon": null,
    "name": "Rust IL Israel לארשי | Explore, Build, Survive",
    "connect": "5.29.45.209:28015",
    "request": "5.29.45.209:28016",
    "map": "Custom Map",
    "gamemode": "Survival",
    "version": "2625",
    "numplayers": 0,
    "maxplayers": 200,
    "bots": 0,
    "secured": true,
    "private": false,
    "country": "IL",
    "status": true,
    "votes": 0,
    "points": 60,
    "add_date": 1779915481,
    "last_update": 1780560036,
    "banned": false,
    "wipe": 1779780402,
    "official": null,
    "wipe_period": null,
    "next_wipe": null,
    "pve": 0,
    "pvp": null,
    "list_hidden": false,
    "hide_address": false,
    "hide_query": false,
    "position_game": 5457,
    "language": "he",
    "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/11606761");
$data = json_decode($json, true);
var_dump($data);