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

text
https://api.gamemonitoring.ru/servers/760328
json
{
  "response": {
    "fps": 30,
    "fps_avg": 29,
    "entities_count": 87480,
    "world_seed": 1337,
    "world_size": 3250,
    "steam_id": "90284964111147013",
    "domain": null,
    "id": 760328,
    "ip": "205.178.168.43",
    "port": 28015,
    "query": 28010,
    "color": 0,
    "city": "Dallas",
    "description": "Welcome to Ace Rust, the heart of modded rust\r\n\r\n\\t - 2x Gather Rate\r\n\\t - Max Team: 3\r\n\\t - Custom Loot Tables\r\n\\t - Tier 1 BPs unlocked\r\n\\t - Recyclers at Dome, Oilrigs, Cargo & Fishing Villages\r\n\\t - Long Days & Short Nights\r\n\\t - Automated Teaming Detection\r\n\\t - Custom AntiCheat",
    "game": 252490,
    "owner": null,
    "boosts": 1,
    "last_offline": 1777633396,
    "score": null,
    "last_online": 1777636219,
    "icon": null,
    "name": "AceRust.com 2x Monthly Solo/Duo/Trio|No BP Wipes|50% Upkeep",
    "connect": "205.178.168.43:28015",
    "request": "205.178.168.43:28010",
    "map": "Wiped - 5 Days ago",
    "gamemode": "Survival",
    "version": "2623",
    "numplayers": 5,
    "maxplayers": 150,
    "bots": 0,
    "secured": true,
    "private": false,
    "country": "US",
    "status": true,
    "votes": 0,
    "points": 61,
    "add_date": 1680784952,
    "last_update": 1777636219,
    "banned": false,
    "wipe": 1777150257,
    "official": null,
    "wipe_period": null,
    "next_wipe": null,
    "pve": 0,
    "pvp": null,
    "list_hidden": false,
    "hide_address": false,
    "hide_query": false,
    "position_game": 1794,
    "language": "en",
    "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/760328");
$data = json_decode($json, true);
var_dump($data);