Programlar, siteler ve diğerleri için JSON

text
https://api.gamemonitoring.tr/servers/8946798
json
{
  "response": {
    "fps": 188,
    "fps_avg": 178,
    "entities_count": 66973,
    "world_seed": 138551651,
    "world_size": 3500,
    "steam_id": "90286576547603477",
    "domain": null,
    "id": 8946798,
    "ip": "110.42.101.66",
    "port": 7555,
    "query": 7557,
    "color": 0,
    "city": "Ningbo",
    "description": "![《灰色地带》萌新养老周清独狼双人6.4新开](https://img1.baidu.com/it/u=1000423665,783403591&fm=253&fmt=auto&app=138&f=JPEG?w=815&h=500)\n周清,独狼,双人,无权,萌新,养老\r\n抄家保护24-8\r\n无巨蛙,萌新学习集结地\r\n地图每周五晚八点清\r\n发现宏或者挂,非法组队等第一时间加群联系\r\n萌新礼包/KIT,有爱心赞助礼包\r\n建材两倍硫磺原倍纯净服qq裙1050580134",
    "game": 252490,
    "owner": null,
    "boosts": 1,
    "last_offline": 1780554266,
    "last_online": 1780562619,
    "icon": null,
    "name": "《灰色地带》萌新养老周清独狼双人6.4新开",
    "connect": "110.42.101.66:7555",
    "request": "110.42.101.66:7557",
    "map": "Procedural Map",
    "gamemode": "Survival",
    "version": "2625",
    "numplayers": 2,
    "maxplayers": 50,
    "bots": 0,
    "secured": true,
    "private": false,
    "country": "CN",
    "status": true,
    "votes": 0,
    "points": 62,
    "add_date": 1746744788,
    "last_update": 1780562619,
    "banned": false,
    "wipe": 1780016243,
    "official": null,
    "wipe_period": null,
    "next_wipe": null,
    "pve": 0,
    "pvp": null,
    "list_hidden": false,
    "hide_address": false,
    "hide_query": false,
    "position_game": 1148,
    "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/8946798");
$data = json_decode($json, true);
var_dump($data);