JSON für Programme, Websites und mehr

text
https://api.gamemonitoring.de/servers/11781901
json
{
  "response": {
    "fps": 41,
    "fps_avg": 38,
    "entities_count": 143488,
    "world_seed": 1257892139,
    "world_size": 4800,
    "steam_id": "90286982398607372",
    "domain": null,
    "id": 11781901,
    "ip": "110.42.40.206",
    "port": 28015,
    "query": 28017,
    "project_id": null,
    "color": 0,
    "city": "Ningbo",
    "description": "![【青衫客】-原倍仿官生存PVE](https://cdn.discordapp.com/attachments/1489484883339247646/1491060001035391061/IMG_729020260407-205116.PNG?ex=6a280e56&is=6a26bcd6&hm=f8af138789f739cac5179f28d0c34eed4f206b6a9a0065f894ee931365eccf5c&)\n每日凌晨6点重启\r\nQQ群:150260842\r\n画板插图:/sil\r\n拆除指令:/remove\r\n/boombox 音响激活或者停用UI\r\n/stream 肩扛式录音机打开或关闭UI\r\n召唤坦克/bdbuy",
    "game": 252490,
    "owner": null,
    "boosts": 1,
    "last_offline": 1781389442,
    "last_online": 1781452838,
    "icon": null,
    "name": "【青衫客】-原倍仿官生存PVE",
    "connect": "110.42.40.206:28015",
    "request": "110.42.40.206:28017",
    "map": "Procedural Map",
    "gamemode": "Survival",
    "version": "2627",
    "numplayers": 1,
    "maxplayers": 100,
    "bots": 0,
    "secured": true,
    "private": false,
    "country": "CN",
    "status": true,
    "votes": 0,
    "points": 60,
    "add_date": 1781376793,
    "last_update": 1781452838,
    "banned": false,
    "wipe": 1781024693,
    "official": null,
    "wipe_period": null,
    "next_wipe": null,
    "pve": 0,
    "pvp": null,
    "list_hidden": false,
    "hide_address": false,
    "hide_query": false,
    "position_game": 6209,
    "language": "zh",
    "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/11781901");
$data = json_decode($json, true);
var_dump($data);