Programlar, siteler ve diğerleri için JSON

text
https://api.gamemonitoring.tr/servers/10896089
json
{
  "response": {
    "fps": 113,
    "fps_avg": 110,
    "entities_count": 110502,
    "world_seed": 82877763,
    "world_size": 4500,
    "steam_id": "90286604771397644",
    "domain": null,
    "id": 10896089,
    "ip": "90.217.74.244",
    "port": 28015,
    "query": 28016,
    "color": 0,
    "city": "Lewisham",
    "description": "![Macsta | Ai Enabled Translation | Vanilla | EU](https://www.macsta.co.uk/images/banner.png)\nEU Vanilla | Monthly Wipe | 4500 Map \r\n  \r\n Smart Vanilla — pure gameplay, AI-powered features. \r\n  \r\n No P2W. No gameplay-changing mods. Just a clean vanilla experience with intelligent server-side features you won't find anywhere else. \r\n  \r\n 🤖 AI FEATURES \r\n • Real-time chat translation — play with anyone, language no barrier \r\n • Smart chat commands — !pop, !server, !wipe, !help \r\n • VPN & geo detection — keeping the server clean \r\n  \r\n 🛡️ ACTIVE ADMIN \r\n • Family-run server, not a ghost town \r\n • Fair play enforced — no admin abuse \r\n • Fast response to reports \r\n  \r\n 📋 SERVER INFO \r\n • Monthly wipe cycle (~15 days) \r\n • 150 slots | 4250 procedural map \r\n • High-performance EU hosting \r\n • Fresh wipe every month — everyone starts equal \r\n  \r\n 💬 Type !help in chat for commands \r\n  \r\n Macsta.co.uk",
    "game": 252490,
    "owner": null,
    "boosts": 1,
    "last_offline": 1780598072,
    "last_online": 1780608028,
    "icon": null,
    "name": "Macsta | Ai Enabled Translation | Vanilla | EU",
    "connect": "90.217.74.244:28015",
    "request": "90.217.74.244:28016",
    "map": "Procedural Map",
    "gamemode": "Survival",
    "version": "2627",
    "numplayers": 3,
    "maxplayers": 150,
    "bots": 0,
    "secured": true,
    "private": false,
    "country": "GB",
    "status": true,
    "votes": 0,
    "points": 61,
    "add_date": 1768383763,
    "last_update": 1780608028,
    "banned": false,
    "wipe": 1780598053,
    "official": null,
    "wipe_period": null,
    "next_wipe": null,
    "pve": 0,
    "pvp": null,
    "list_hidden": false,
    "hide_address": false,
    "hide_query": false,
    "position_game": 2709,
    "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/10896089");
$data = json_decode($json, true);
var_dump($data);