JSON für Programme, Websites und mehr

text
https://api.gamemonitoring.de/servers/11645222
json
{
  "response": {
    "fps": 92,
    "fps_avg": 116,
    "entities_count": 90554,
    "world_seed": 1954944974,
    "world_size": 3750,
    "steam_id": "90286456094150676",
    "domain": null,
    "id": 11645222,
    "ip": "167.148.181.116",
    "port": 28015,
    "query": 27017,
    "color": 0,
    "city": "Istanbul",
    "description": "🚀 [TR/EU] RUST TURKIYE | 10x LOOT & PVP 🚀 \r\nWelcometo the ultimate 10x Rust experience! \r\n💎 SUNUCU ÖZELLİKLERİ / FEATURES \r\n• 10x Gather & Loot Rates (Hızlı Gelişim) \r\n• Merged Outpost & Bandit (Tüm Güvenli Bölgeler Bir Arada) \r\n• Custom Fast Stack Sizes (Geliştirilmiş Stack Sınırları) \r\n• Instant Craft & Smelt (Anında Üretim ve Eritme) \r\n• Bütün Silah Ekleri ve Blueprintler Açık! (No Workbench) \r\n🛡️ KURALLAR / RULES \r\n• Takım Limiti: [MAX 6] \r\n• Hile, Makro ve Toxic davranışlar kesinlikle yasaktır. \r\n• Yetkililer ilgili ve aktiftir, adaletsiz oyuncu/admin yardımı yoktur. \r\n🌍 DİĞER / LINKS \r\n• Harita Boyutu: [3750] | Haftalık Wipe (Weekly Wipe) \r\n⚔️ Savaşmaya hazır mısın? İyi eğlenceler!",
    "game": 252490,
    "owner": null,
    "boosts": 1,
    "last_offline": 1780177454,
    "last_online": 1780263030,
    "icon": null,
    "name": "[TR/EU] Prime Rust 10x | No BPs | Kits & Loot+ | Weekly Wipe",
    "connect": "167.148.181.116:28015",
    "request": "167.148.181.116:27017",
    "map": "Procedural Map",
    "gamemode": "Survival",
    "version": "2625",
    "numplayers": 0,
    "maxplayers": 40,
    "bots": 0,
    "secured": true,
    "private": false,
    "country": "TR",
    "status": true,
    "votes": 0,
    "points": 60,
    "add_date": 1780177454,
    "last_update": 1780263030,
    "banned": false,
    "wipe": 1780069302,
    "official": null,
    "wipe_period": null,
    "next_wipe": null,
    "pve": 0,
    "pvp": null,
    "list_hidden": false,
    "hide_address": false,
    "hide_query": false,
    "position_game": 5971,
    "language": "tr",
    "parked": false,
    "app": {
      "id": 12,
      "steam_id": 252490,
      "name": "Rust",
      "url": "rust"
    },
    "server_owner": null,
    "mods": [],
    "disabled_modules": []
  }
}

Codebeispiele

php
<?php
$json = file_get_contents("https://api.gamemonitoring.de/servers/11645222");
$data = json_decode($json, true);
var_dump($data);