Programlar, siteler ve diğerleri için JSON

text
https://api.gamemonitoring.tr/servers/11606663
json
{
  "response": {
    "fps": 3,
    "fps_avg": 13,
    "entities_count": 99156,
    "world_seed": 1639188498,
    "world_size": 4000,
    "steam_id": "90286577275543574",
    "domain": null,
    "id": 11606663,
    "ip": "185.36.205.105",
    "port": 28045,
    "query": 28046,
    "color": 0,
    "city": "London",
    "description": "![ShredSke Cinematics](https://files.eugamehost.com/storage/uploads/eugamehost-rust.png)\nA high-performance Rust server, powered by CPUs running at 4.5-5Ghz, supported by super-fast SSD/NVME drives, and fortified with robust 12Tbps DDoS protection from path.net.\r\n\r\nWhat sets us apart?\r\nÔ×£ Lightning-fast Deployment in Just 30 Seconds\r\nÔ×£ Global Server Locations for Optimal Latency\r\nÔ×£ Top-of-the-line Hardware Ensuring Unwavering Reliability\r\nÔ×£ Shielded with 12Tbps Anycasted DDoS Protection and A2S Caching by path.net\r\n\r\nUnlock the ultimate gaming experience today!\r\nPurchase your own server now at eugamehost.com/rust-server-hosting.",
    "game": 252490,
    "owner": null,
    "boosts": 1,
    "last_offline": 1780538665,
    "last_online": 1780580440,
    "icon": null,
    "name": "ShredSke Cinematics",
    "connect": "185.36.205.105:28045",
    "request": "185.36.205.105:28046",
    "map": "Procedural Map",
    "gamemode": "Survival",
    "version": "2625",
    "numplayers": 0,
    "maxplayers": 50,
    "bots": 0,
    "secured": true,
    "private": false,
    "country": "GB",
    "status": true,
    "votes": 0,
    "points": 60,
    "add_date": 1779915478,
    "last_update": 1780580440,
    "banned": false,
    "wipe": 1778424552,
    "official": null,
    "wipe_period": null,
    "next_wipe": null,
    "pve": 0,
    "pvp": null,
    "list_hidden": false,
    "hide_address": false,
    "hide_query": false,
    "position_game": 5388,
    "language": "en",
    "parked": false,
    "app": {
      "id": 252490,
      "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/11606663");
$data = json_decode($json, true);
var_dump($data);