Programlar, siteler ve diğerleri için JSON

text
https://api.gamemonitoring.tr/servers/11644917
json
{
  "response": {
    "fps": 50,
    "fps_avg": 50,
    "entities_count": 162277,
    "world_seed": 1470963251,
    "world_size": 3500,
    "steam_id": "90286547975710722",
    "domain": null,
    "id": 11644917,
    "ip": "195.60.166.126",
    "port": 28027,
    "query": 28025,
    "color": 0,
    "city": "City of London",
    "description": "![[EU] TideRust |Solo/Duo|Monthly|No BP Wipes 05/28 28.05](https://cdn.polarrust.com/media/tide/banners/active.png)\nMap Wipe: At Force\r\nBP Wipe: Never\r\n\r\nServer Information:\r\n‣ Group Limit: 2\r\n‣ Map Size: 3500\r\n‣ Upkeep: 50%\r\n‣ Merged Outpost & Bandit Camp\r\n‣ Additional Recyclers & Drone Stations\r\n‣ Dedicated, Non-Playing Admins\r\n\r\nCommunity Links:\r\nDiscord: discord.gg/tide\r\nQueue Skip: store.tiderust.com\r\n\r\nRules and more information are available in our Discord.y Pterodactyl",
    "game": 252490,
    "owner": null,
    "boosts": 1,
    "last_offline": 1780177439,
    "last_online": 1780558224,
    "icon": null,
    "name": "[EU] TideRust |Solo/Duo|Monthly|No BP Wipes 05/28 28.05",
    "connect": "195.60.166.126:28027",
    "request": "195.60.166.126:28025",
    "map": "Wiped 6 Days ago",
    "gamemode": "Survival",
    "version": "2625",
    "numplayers": 20,
    "maxplayers": 215,
    "bots": 0,
    "secured": true,
    "private": false,
    "country": "GB",
    "status": true,
    "votes": 0,
    "points": 64,
    "add_date": 1780177439,
    "last_update": 1780558224,
    "banned": false,
    "wipe": 1779983776,
    "official": null,
    "wipe_period": null,
    "next_wipe": null,
    "pve": 0,
    "pvp": null,
    "list_hidden": false,
    "hide_address": false,
    "hide_query": false,
    "position_game": 708,
    "language": "en",
    "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/11644917");
$data = json_decode($json, true);
var_dump($data);