JSON für Programme, Websites und mehr

text
https://api.gamemonitoring.de/servers/11677272
json
{
  "response": {
    "fps": 60,
    "fps_avg": 59,
    "entities_count": 82048,
    "world_seed": 760210596,
    "world_size": 3750,
    "steam_id": "90286358540139543",
    "domain": null,
    "id": 11677272,
    "ip": "92.118.16.112",
    "port": 28025,
    "query": 28026,
    "color": 0,
    "city": "London",
    "description": "Wipe: Every Friday at 8 p.m. London time\nTeam formation limit: Quad\nNo hacker\nProhibition of racial discrimination\nJoin us:https://kook.vip/YNFEhc\nLanguage support: English, Chinese, Russian\r\n 欢迎进入极地rust服务器请认真阅读服务器规则如遇到作弊者请按F7如果需要快速处理请加入我们的K00K聊天室https://kook.vip/YNFEhc服务器人数限制:4",
    "game": 252490,
    "owner": null,
    "boosts": 1,
    "last_offline": 1780216200,
    "last_online": 1780263035,
    "icon": null,
    "name": "[EU]Polar solo/duo/trio/Quad wipe/5/29",
    "connect": "92.118.16.112:28025",
    "request": "92.118.16.112:28026",
    "map": "Procedural Map",
    "gamemode": "Survival",
    "version": "2625",
    "numplayers": 0,
    "maxplayers": 180,
    "bots": 0,
    "secured": true,
    "private": false,
    "country": "GB",
    "status": true,
    "votes": 0,
    "points": 60,
    "add_date": 1780216200,
    "last_update": 1780263035,
    "banned": false,
    "wipe": 1780056605,
    "official": null,
    "wipe_period": null,
    "next_wipe": null,
    "pve": 0,
    "pvp": null,
    "list_hidden": false,
    "hide_address": false,
    "hide_query": false,
    "position_game": 6035,
    "language": "en",
    "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/11677272");
$data = json_decode($json, true);
var_dump($data);