Programlar, siteler ve diğerleri için JSON

text
https://api.gamemonitoring.tr/servers/10661832
json
{
  "response": {
    "fps": 201,
    "fps_avg": 199,
    "entities_count": 163577,
    "world_seed": 48198269,
    "world_size": 5000,
    "steam_id": "90286716316826638",
    "domain": null,
    "id": 10661832,
    "ip": "123.192.255.191",
    "port": 28015,
    "query": 28016,
    "project_id": null,
    "color": 0,
    "city": "Taipei",
    "description": "新開,終身守護遊戲體驗!拒絕外掛、禁止鑽漏洞,只為給一個最乾淨、最平等的環境。=====每日福利拿不完:1. 建築包、2.戰鬥包、3.食物包、4.娛樂大禮包。只要加入,天天領取,資源無憂!++++便捷指令,輕鬆操作:/dk 一鍵開啟砲台,保家衛民!/sjjz 1-4 建築輕鬆升級。/remove 快速拆除不求人。/mymini召喚小飛機遊山玩水~~~~ 座右銘:「錢不是真的用掉了,只是換個方式在虛擬世界陪伴你。____DC加入我們: https://discord.gg/8Qcv29Q8At",
    "game": 252490,
    "owner": null,
    "boosts": 1,
    "last_offline": 1780841063,
    "last_online": 1780869635,
    "icon": null,
    "name": "#2 [搞就完了] 新檔|穩定物資|全解秒造|戰爭",
    "connect": "123.192.255.191:28015",
    "request": "123.192.255.191:28016",
    "map": "Procedural Map",
    "gamemode": "Survival",
    "version": "2627",
    "numplayers": 0,
    "maxplayers": 30,
    "bots": 0,
    "secured": true,
    "private": false,
    "country": "TW",
    "status": true,
    "votes": 0,
    "points": 60,
    "add_date": 1764544827,
    "last_update": 1780869635,
    "banned": false,
    "wipe": 1780662555,
    "official": null,
    "wipe_period": null,
    "next_wipe": null,
    "pve": 0,
    "pvp": null,
    "list_hidden": false,
    "hide_address": false,
    "hide_query": false,
    "position_game": 4047,
    "language": "zh",
    "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/10661832");
$data = json_decode($json, true);
var_dump($data);