JSON для программ, сайтов и прочего

text
https://api.gamemonitoring.ru/servers/10896318
json
{
  "response": {
    "fps": 165,
    "fps_avg": 167,
    "entities_count": 90121,
    "world_seed": 1654197055,
    "world_size": 4000,
    "steam_id": "90284533217957896",
    "domain": null,
    "id": 10896318,
    "ip": "1.34.205.31",
    "port": 28015,
    "query": 28017,
    "color": 0,
    "city": "New Taipei City",
    "description": "![[Sea/JP] HACHIMI Rust | 2x Vanilla | Weekly | AutoUpdate 4/16](https://image.myrustserver.com/logo/jasongo112374_69c46668b5812.jpg)\n\r\nuMod:\r\nBlueprintShare\r\nBuildingSkins\r\nAutoPickupBarrel\r\nAutomaticAuthorization\r\nQuickSmelt\r\nStackSizeController\r\nTimeOfDay\r\nWindyAirdrop\r\nWaterBases\r\nRaidableBases\r\n\r\nAuto update and restart\r\nNo cheating",
    "game": 252490,
    "owner": null,
    "boosts": 1,
    "last_offline": 1776843753,
    "score": 0,
    "last_online": 1776422426,
    "icon": null,
    "name": "[Sea/JP] HACHIMI Rust | 2x Vanilla | Weekly | AutoUpdate 4/16",
    "connect": "1.34.205.31:28015",
    "request": "1.34.205.31:28017",
    "map": "Procedural Map",
    "gamemode": "Survival",
    "version": "2623",
    "numplayers": 1,
    "maxplayers": 100,
    "bots": 0,
    "secured": true,
    "private": false,
    "country": "TW",
    "status": false,
    "votes": 0,
    "points": 0,
    "add_date": 1768383813,
    "last_update": 1776843753,
    "banned": false,
    "wipe": 1776345108,
    "official": null,
    "wipe_period": null,
    "next_wipe": null,
    "pve": 0,
    "pvp": null,
    "list_hidden": false,
    "hide_address": false,
    "hide_query": false,
    "position_game": 8522,
    "language": "zh",
    "parked": false,
    "app": {
      "id": 12,
      "steam_id": 252490,
      "name": "Rust",
      "url": "rust"
    },
    "server_owner": null,
    "mods": [],
    "disabled_modules": []
  }
}

Примеры кода

php
<?php
$json = file_get_contents("https://api.gamemonitoring.ru/servers/10896318");
$data = json_decode($json, true);
var_dump($data);