Programlar, siteler ve diğerleri için JSON

text
https://api.gamemonitoring.tr/servers/11189948
json
{
  "response": {
    "fps": 48,
    "fps_avg": 46,
    "entities_count": 110288,
    "world_seed": 304866847,
    "world_size": 4500,
    "steam_id": "90286633647020039",
    "domain": null,
    "id": 11189948,
    "ip": "91.229.114.145",
    "port": 28015,
    "query": 28017,
    "project_id": null,
    "color": 0,
    "city": "Chicago",
    "description": "![[DeviatedPlaygrounds]3xHybrid|Monthly|DeepSea24/7|NA](https://www.dropbox.com/scl/fi/trs5cd5vgx4fvutp90eu8/Deviated-Playgrounds-Banner.png?rlkey=wsbtn2s64yif6owe2d2x547hx&dl=1)\nNA | 3x Hybrid PVE/PVP | Monthly Wipes  | DeepSea Open 24/7 | Highly Modded & Player-Focused Fun\r\n\r\nWelcome to the Playground — a fun, creative space built for Rust players who love the game!\r\n\r\nStart fresh on wipe day and go wild\r\n- Take flight Biplanes, Paraplanes, Buoyant Helicopters — soar with total freedom!\r\n\r\nPlayer Perks\r\n- Backpacks (with overflow auto-sort & quick button)\r\n- Homes & Teleport (/home)\r\n- Kits\r\n- Skins\r\n- Portable Lockers & Repair Benches anywhere\r\n- Remover Tool\r\n\r\nServer Specs\r\n- 3x Gather | 3x Loot\r\n- Active Admins\r\n- Smooth Physgun-hosted performance\r\n- Fresh monthly wipes — fair starts every time!",
    "game": 252490,
    "owner": null,
    "boosts": 1,
    "last_offline": 1780623854,
    "last_online": 1780695632,
    "icon": null,
    "name": "[DeviatedPlaygrounds]3xHybrid|Monthly|DeepSea24/7|NA",
    "connect": "91.229.114.145:28015",
    "request": "91.229.114.145:28017",
    "map": "The Playground",
    "gamemode": "Survival",
    "version": "2627",
    "numplayers": 1,
    "maxplayers": 100,
    "bots": 0,
    "secured": true,
    "private": false,
    "country": "US",
    "status": true,
    "votes": 0,
    "points": 60,
    "add_date": 1772699048,
    "last_update": 1780695632,
    "banned": false,
    "wipe": 1780624252,
    "official": null,
    "wipe_period": null,
    "next_wipe": null,
    "pve": 0,
    "pvp": null,
    "list_hidden": false,
    "hide_address": false,
    "hide_query": false,
    "position_game": 4428,
    "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/11189948");
$data = json_decode($json, true);
var_dump($data);