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

text
https://api.gamemonitoring.ru/servers/9631531
json
{
  "response": {
    "modded": true,
    "fps": 60,
    "fps_avg": 60,
    "entities_count": 88962,
    "steam_id": "90284367280963613",
    "domain": null,
    "id": 9631531,
    "ip": "205.178.168.67",
    "port": 28010,
    "query": 28015,
    "color": 0,
    "city": "Dallas",
    "description": "![WARBANDITS.GG 10X No BPs Loot++|PvP|MyMini|Shop|Noob Friendly|X](https://cdn.warbandits.gg/banners/us10xnobps.jpg)\nWelcome to WarBandits.gg 10x No BPs! \r\n - 10x Gather Rates \r\n - Instant crafting \r\n - Everyone has access to Skinbox, Furnace Sorter, BGrade, Auto Doors, Remove\r\n - Custom loot tables made for PVP \r\n - Recyclers at additional monuments \r\n - Custom High Performance Maps \r\n - All Blueprints Unlocked!  \r\n - Long Days & Short Nights \r\n - Active Staff \r\n - Fast Smelt",
    "game": 252490,
    "owner": null,
    "boosts": 1,
    "last_offline": 1775778122,
    "score": 0,
    "last_online": 1776317412,
    "icon": null,
    "name": "WARBANDITS.GG 10X No BPs Loot++|PvP|MyMini|Shop|Noob Friendly|X",
    "connect": "205.178.168.67:28010",
    "request": "205.178.168.67:28015",
    "map": "Wiped 35 Hours ago",
    "gamemode": "Survival",
    "version": "2623",
    "numplayers": 4,
    "maxplayers": 100,
    "bots": 0,
    "secured": true,
    "private": false,
    "country": "US",
    "status": true,
    "votes": 0,
    "points": 62,
    "add_date": 1750864504,
    "last_update": 1776317412,
    "banned": false,
    "wipe": 1776189451,
    "official": null,
    "wipe_period": null,
    "next_wipe": null,
    "pve": 0,
    "pvp": null,
    "list_hidden": false,
    "hide_address": false,
    "hide_query": false,
    "position_game": 1127,
    "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/9631531");
$data = json_decode($json, true);
var_dump($data);