JSON für Programme, Websites und mehr

text
https://api.gamemonitoring.de/servers/11501185
json
{
  "response": {
    "fps": 59,
    "fps_avg": 57,
    "entities_count": 109394,
    "world_seed": 1672590627,
    "world_size": 4250,
    "steam_id": "90286585604808722",
    "domain": null,
    "id": 11501185,
    "ip": "5.63.21.67",
    "port": 28015,
    "query": 28017,
    "color": 0,
    "city": "Istanbul",
    "description": "![[TR/EU]Zayko 3x|Max4|Kit|Clan](https://imgur.com/xfsFFj4)\nZayko 3x Solo/Duo/Trio/Quad+ Sunucusuna Ho┼ş Geldiniz\r\n  Maksimum Grup: Max 4\r\n  Aktif Y├Ânetici Ekibi\r\n  3x Toplama Oranlar─▒ | 3x ├£retim Oranlar─▒ | 3x Bile┼şen ve Hurda\r\n  BP Klan Payla┼ş─▒m─▒ | Seviye 1 BPs a├ğ─▒k & elektrikli e┼şyalar mevcut\r\n  Ultra Y├╝ksek Performansl─▒ ├ûzel Haritalar | Ek Geri D├Ân├╝┼şt├╝r├╝c├╝ler\r\n  Otomatik Yetki Payla┼ş─▒m─▒ | Tak─▒m Dolaplar─▒ | Kod Kilitleri | Otomatik Taretler\r\n  Geni┼şletilmi┼ş ─░┼ş Tezgah─▒ Menzili\r\n  H─▒zl─▒ Kar─▒┼şt─▒rma Masalar─▒\r\n  Artt─▒r─▒lm─▒┼ş Y─▒─ş─▒n (Stack) Limitleri",
    "game": 252490,
    "owner": null,
    "boosts": 1,
    "last_offline": 1780193034,
    "last_online": 1780594236,
    "icon": null,
    "name": "[TR/EU]Zayko 3x|Max4|Kit|Clan",
    "connect": "5.63.21.67:28015",
    "request": "5.63.21.67:28017",
    "map": "Procedural Map",
    "gamemode": "Survival",
    "version": "2625",
    "numplayers": 0,
    "maxplayers": 500,
    "bots": 0,
    "secured": true,
    "private": false,
    "country": "TR",
    "status": true,
    "votes": 0,
    "points": 60,
    "add_date": 1779207168,
    "last_update": 1780594236,
    "banned": false,
    "wipe": 1779979481,
    "official": null,
    "wipe_period": null,
    "next_wipe": null,
    "pve": 0,
    "pvp": null,
    "list_hidden": false,
    "hide_address": false,
    "hide_query": false,
    "position_game": 4496,
    "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/11501185");
$data = json_decode($json, true);
var_dump($data);