Programlar, siteler ve diğerleri için JSON

text
https://api.gamemonitoring.tr/servers/11644920
json
{
  "response": {
    "fps": 53,
    "fps_avg": 52,
    "entities_count": 108782,
    "world_seed": 1337,
    "world_size": 4096,
    "steam_id": "90286594199151634",
    "domain": null,
    "id": 11644920,
    "ip": "66.51.97.59",
    "port": 28000,
    "query": 28001,
    "color": 0,
    "city": "City of London",
    "description": "![[EU] Mancs PvE 10x |Monthly|No Build Limits|Custom Vehicles](https://maps.weoxiders.net/download/4qSnMUup4UJlG7k/jN2p3DkqdmMa5/MancsRustPVE_Banner_v4.png)\nBalanced PvE Rust Server\r\n - 100+ Custom Vehicles (Helis/Cars/Boats/Sci-Fi)\r\n - Race Tracks\r\n - No Build Limits\r\n - Skill Tree/Quests/Skins etc\r\n - Themed Events / Raid Bases / Arenas\r\n - Heli & Brad Signals\r\n - Procedural & Custom Maps (Monthly Rotation)\r\n\r\nHosted in the United Kingdom",
    "game": 252490,
    "owner": null,
    "boosts": 1,
    "last_offline": 1780177439,
    "last_online": 1780579242,
    "icon": null,
    "name": "[EU] Mancs PvE 10x |Monthly|No Build Limits|Custom Vehicles",
    "connect": "66.51.97.59:28000",
    "request": "66.51.97.59:28001",
    "map": "Sunkenland",
    "gamemode": "Survival",
    "version": "2625",
    "numplayers": 0,
    "maxplayers": 50,
    "bots": 0,
    "secured": true,
    "private": false,
    "country": "GB",
    "status": true,
    "votes": 0,
    "points": 60,
    "add_date": 1780177439,
    "last_update": 1780579242,
    "banned": false,
    "wipe": 1779705698,
    "official": null,
    "wipe_period": null,
    "next_wipe": null,
    "pve": 0,
    "pvp": null,
    "list_hidden": false,
    "hide_address": false,
    "hide_query": false,
    "position_game": 5677,
    "language": "en",
    "parked": false,
    "app": {
      "id": 252490,
      "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/11644920");
$data = json_decode($json, true);
var_dump($data);