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

text
https://api.gamemonitoring.ru/servers/9640550
json
{
  "response": {
    "fps": 37,
    "fps_avg": 61,
    "entities_count": 66767,
    "world_seed": 1337,
    "world_size": 2750,
    "steam_id": "90284623584079886",
    "domain": null,
    "id": 9640550,
    "ip": "62.251.34.227",
    "port": 28015,
    "query": 28016,
    "color": 0,
    "city": "Wijchen",
    "description": "![[EU] RUSTIG X10|Events|SkillTree|Raidable Bases|Shop|MINI|Kits|](https://www.dropbox.com/scl/fi/x9zb9n90jdki2atgjikk6/Header.png?rlkey=6vin818kn4g5hyi3hxnld7an8&st=1yp4sz5u&dl=1)\n[EU] RUSTIG X10|SkillTree|PVE|Raidable Bases|MINI|Shop\r\n\r\nMonthly Wipe\r\n\r\n- Custom Map, Size 2750\r\n- Many Events\r\n- SkillTree\r\n- Underground Basements\r\n- Shop\r\n- PVE\r\n- Custom items\r\n- Raidable Bases\r\n- Ganja\r\n- BetterTC\r\n- BetterNPC\r\n- Mini copter\r\n- Custom NPC's\r\n- Teleportation\r\n- Dungeons\r\n- Backpacks\r\n- Sign Artist\r\n- Quarry's\r\n- NPC raiders\r\n- Kits\r\n- Homes\r\n- ChestStacks\r\n- Jetpack\r\n- Building Sites",
    "game": 252490,
    "owner": null,
    "boosts": 1,
    "last_offline": 1776545600,
    "score": 0,
    "last_online": 1776854417,
    "icon": null,
    "name": "[EU] RUSTIG X10|Events|SkillTree|Raidable Bases|Shop|MINI|Kits|",
    "connect": "62.251.34.227:28015",
    "request": "62.251.34.227:28016",
    "map": "Custom Map",
    "gamemode": "Survival",
    "version": "2623",
    "numplayers": 2,
    "maxplayers": 20,
    "bots": 0,
    "secured": true,
    "private": false,
    "country": "NL",
    "status": true,
    "votes": 0,
    "points": 64,
    "add_date": 1751297571,
    "last_update": 1776854417,
    "banned": false,
    "wipe": 1775157923,
    "official": null,
    "wipe_period": null,
    "next_wipe": null,
    "pve": 0,
    "pvp": null,
    "list_hidden": false,
    "hide_address": false,
    "hide_query": false,
    "position_game": 979,
    "language": "nl",
    "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/9640550");
$data = json_decode($json, true);
var_dump($data);