Programlar, siteler ve diğerleri için JSON

text
https://api.gamemonitoring.tr/servers/10623027
json
{
  "response": {
    "fps": 40,
    "fps_avg": 38,
    "entities_count": 93368,
    "world_seed": 1337,
    "world_size": 4096,
    "steam_id": "90286569690326047",
    "domain": null,
    "id": 10623027,
    "ip": "51.161.198.101",
    "port": 28000,
    "query": 28001,
    "color": 0,
    "city": "North Sydney",
    "description": "![Citadel Prime AU 5x PVE | Skills | Raidbases | FRESH WIPE](https://i.ibb.co/nq7WNBX8/Server-logo-3.png)\n[AU] CITADEL PRIME | 5x PvE\r\nFounded and managed by veteran Australian RP administrators.\r\n\r\nExperience a premier Rust environment tailored for builders, explorers, and strategic raiders. Citadel Prime offers a refined PvE experience where community and progression are our top priorities.\r\n\r\nTHE CITADEL EXPERIENCE\r\nDynamic Progression: Advanced Skill Tree systems and playtime-based ranks.\r\n\r\nCustom Environments: Explore our exclusive Jungle Biome and bespoke map rotations.\r\n\r\nHigh-Tier PvE: Challenge your skills with AI-driven Raidable Bases.\r\n\r\nEnhanced Rates: 5x Gather and curated Custom Loot for a balanced grind.\r\n\r\nQuality of Life: Instant access to /kit, /shop, /skilltree or /st, /home, and /tp.\r\n\r\nOUR COMMITMENT\r\nWe Have an active staff presence, monthly build competitions, and a toxicity-free community.\r\n\r\nBegin your journey: https://discord.gg/SJBGdMPSWq",
    "game": 252490,
    "owner": null,
    "boosts": 1,
    "last_offline": 1780518864,
    "last_online": 1780586430,
    "icon": null,
    "name": "Citadel Prime AU 5x PVE | Skills | Raidbases | FRESH WIPE",
    "connect": "51.161.198.101:28000",
    "request": "51.161.198.101:28001",
    "map": "Procgen Custom",
    "gamemode": "Survival",
    "version": "2625",
    "numplayers": 3,
    "maxplayers": 100,
    "bots": 0,
    "secured": true,
    "private": false,
    "country": "AU",
    "status": true,
    "votes": 0,
    "points": 61,
    "add_date": 1763330665,
    "last_update": 1780586430,
    "banned": false,
    "wipe": 1780240120,
    "official": null,
    "wipe_period": null,
    "next_wipe": null,
    "pve": 0,
    "pvp": null,
    "list_hidden": false,
    "hide_address": false,
    "hide_query": false,
    "position_game": 1857,
    "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/10623027");
$data = json_decode($json, true);
var_dump($data);