JSON für Programme, Websites und mehr

text
https://api.gamemonitoring.de/servers/11698857
json
{
  "response": {
    "steam_id": "90286575435410444",
    "domain": null,
    "id": 11698857,
    "ip": "153.35.147.92",
    "port": 10066,
    "query": 10067,
    "color": 0,
    "city": "Suzhou",
    "description": "![末日仙途|死亡不掉|玩家数据一年清理一次|免费](http://photogzmaz.photo.store.qq.com/psc?/V52jOubP1YwYl802k2px3cxfjW12e9VD/MgefXoixntJCvPruFHdJTSGHWOiDEoK.dnnDg6iL8G521bfCgl041Rvk4A9ATNfsMATQvN9AvebsFqlJo0k4ALZPBsJfB5F.CPzTITyR6r0!/b&bo=QAYgA0AGIAMDCSw!&rf=viewer_4)\n\r\n\r\n                    欢迎来到末日仙途服务器-玩家数据一年清理一次\r\n[末日仙途].这才是玩的最舒服的服务器*也是最好玩的服务器\r\n[末日仙途]1.开心欢乐,愉快交友 \r\n[末日仙途]4.免费强化武器.升级突破 \r\n[末日仙途]3.修仙模式.爆率越高 \r\n[末日仙途]4.重启时间,每天早晨6:55;结束7:10 \r\n[末日仙途]5. 如有问题请联系QQ:41599231QQ \r\n[末日仙途]6. 群管理:423157357Q \r\n[末日仙途]7.服务器网站68509.cn \r\n[末日仙途]8.祝大家玩的开心!",
    "game": 252490,
    "owner": null,
    "boosts": 1,
    "last_offline": 1780371852,
    "last_online": 1780573231,
    "icon": null,
    "name": "末日仙途|死亡不掉|玩家数据一年清理一次|免费",
    "connect": "153.35.147.92:10066",
    "request": "153.35.147.92:10067",
    "map": "Procedural Map",
    "gamemode": "Rust",
    "version": "2625",
    "numplayers": 0,
    "maxplayers": 100,
    "bots": 0,
    "secured": false,
    "private": false,
    "country": "CN",
    "status": true,
    "votes": 0,
    "points": 60,
    "add_date": 1780227276,
    "last_update": 1780573231,
    "banned": false,
    "wipe": 1778246125,
    "official": null,
    "wipe_period": null,
    "next_wipe": null,
    "pve": 0,
    "pvp": null,
    "list_hidden": false,
    "hide_address": false,
    "hide_query": false,
    "position_game": 5979,
    "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/11698857");
$data = json_decode($json, true);
var_dump($data);