JSON für Programme, Websites und mehr

text
https://api.gamemonitoring.de/servers/11511484
json
{
  "response": {
    "oxide": true,
    "modded": true,
    "fps": 66,
    "fps_avg": 50,
    "entities_count": 96698,
    "world_seed": 1074322983,
    "world_size": 4000,
    "steam_id": "90286576649814018",
    "domain": null,
    "id": 11511484,
    "ip": "103.91.211.127",
    "port": 14600,
    "query": 14603,
    "color": 0,
    "city": "Jinan",
    "description": "![[锦航]100000000倍-6.4日-萌新首选-稳定长久](https://pic.imgdb.cn/item/62e52e63f54cd3f937d2bcb8.jpg)\n【锦航】=服主大佬QQ:37699220\r\r\r\r\r\r\r\r\r\r\r\r\r\r\r\r\r\r\r\r\r\r\r\r\r\r\n【锦航】=禁止挂、开宏、卡石头作弊\r\r\r\r\r\r\r\r\r\r\r\r\r\r\r\r\r\r\r\r\r\r\r\r\r\r\n【锦航】=保护萌新,稳定长久\r\r\r\r\r\r\r\r\r\r\r\r\r\r\r\r\r\r\r\r\r\r\r\r\r\r\n【锦航】=玩家终极乐园,保护萌新,稳定长久!",
    "game": 252490,
    "owner": null,
    "boosts": 1,
    "last_offline": 1780567467,
    "last_online": 1780585825,
    "icon": null,
    "name": "[锦航]100000000倍-6.4日-萌新首选-稳定长久",
    "connect": "103.91.211.127:14600",
    "request": "103.91.211.127:14603",
    "map": "Procedural Map",
    "gamemode": "Survival",
    "version": "2625",
    "numplayers": 29,
    "maxplayers": 100,
    "bots": 0,
    "secured": true,
    "private": false,
    "country": "CN",
    "status": true,
    "votes": 0,
    "points": 72,
    "add_date": 1779353850,
    "last_update": 1780585825,
    "banned": false,
    "wipe": 1779233169,
    "official": null,
    "wipe_period": "monthly",
    "next_wipe": 1781825169,
    "pve": 0,
    "pvp": null,
    "list_hidden": false,
    "hide_address": false,
    "hide_query": false,
    "position_game": 490,
    "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/11511484");
$data = json_decode($json, true);
var_dump($data);