Programlar, siteler ve diğerleri için JSON

text
https://api.gamemonitoring.tr/servers/11502490
json
{
  "response": {
    "fps": 217,
    "fps_avg": 218,
    "entities_count": 74185,
    "world_seed": 132527066,
    "world_size": 3700,
    "steam_id": "90286427078456330",
    "domain": null,
    "id": 11502490,
    "ip": "78.108.218.57",
    "port": 28022,
    "query": 28023,
    "color": 0,
    "city": "Ashburn",
    "description": "![Apex Rust 2X Quad | Weekly Wipes | No P2W](https://cdn.discordapp.com/attachments/1502578626749661244/1503187027263356948/ChatGPT_Image_May_10_2026_08_04_53_PM.png?ex=6a026f83&is=6a011e03&hm=85ae07624c7fdc81d946474a0dc67d97b59f476d9f05efbefe08052f09d0bd93&)\nWelcome to Apex Rust! Apex Rust is a balanced 2X Rust server built for competitive but chill gameplay. Enjoy faster progression, clean loot, active staff, and a fair no pay-to-win experience. 2X Gather Rates 2X Crafting Speed 2X Components and Scrap Solo/Duo/Trio/Quad Teams No Pay To Win Bi-Weekly Wipes Active Staff Balanced Loot Beginner Friendly Grinding & PvP Focused discord.gg/apexrust",
    "game": 252490,
    "owner": null,
    "boosts": 1,
    "last_offline": 1780200236,
    "last_online": 1780626627,
    "icon": null,
    "name": "Apex Rust 2X Quad | Weekly Wipes | No P2W",
    "connect": "78.108.218.57:28022",
    "request": "78.108.218.57:28023",
    "map": "Procedural Map",
    "gamemode": "Survival",
    "version": "2625",
    "numplayers": 0,
    "maxplayers": 120,
    "bots": 0,
    "secured": true,
    "private": false,
    "country": "US",
    "status": true,
    "votes": 0,
    "points": 60,
    "add_date": 1779207201,
    "last_update": 1780626627,
    "banned": false,
    "wipe": 1780200706,
    "official": null,
    "wipe_period": null,
    "next_wipe": null,
    "pve": 0,
    "pvp": null,
    "list_hidden": false,
    "hide_address": false,
    "hide_query": false,
    "position_game": 4679,
    "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/11502490");
$data = json_decode($json, true);
var_dump($data);