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

text
https://api.gamemonitoring.ru/servers/4812530
json
{
  "response": {
    "fps": 30,
    "fps_avg": 30,
    "entities_count": 173445,
    "world_seed": 1407,
    "world_size": 4000,
    "steam_id": "90284753435435035",
    "domain": null,
    "id": 4812530,
    "ip": "172.111.33.20",
    "port": 28014,
    "query": 28015,
    "color": 0,
    "city": "Sydney",
    "description": "![[AU] Winterust - 2x Main](https://imgur.com/ldigxI9.png)\nThe Official Home Of Ser Winter!\r\n Map Wipes: Fridays @ 3pm Sydney Time\r\n BPs Wipe: First Monday After Force\r\n\r\n PLAYER REPORTS\r\n \\t• Got clips? Submit a ticket in our Discord!\r\n \\t• No clips? Press F7 to submit a report in-game!\r\n\r\n \\t``STORE: store.Winterust.net \\t|\\tSUPPORT: discord.gg/Winterust \r\n\r\nWinterust Features \r\n\\tActive Staff\\t\\t | \\tBase Pop: 500+\\t\\t| \\tCustom Maps \\t \r\n\\t2x Gather\\t\\t\\t | \\t2x Smelting\\t\\t| \\t2x Crafting Times \r\n\\tFaster Recycling\\t\\t | \\tExtra Recyclers\\t\\t| \\tTier 1 BPs Unlocked \r\n\r\n\\t\\t\\t\\tJunk items removed from loot tables",
    "game": 252490,
    "owner": null,
    "boosts": 1,
    "last_offline": 1776024135,
    "score": 0,
    "last_online": 1776817820,
    "icon": null,
    "name": "[AU] Winterust - 2x Main",
    "connect": "172.111.33.20:28014",
    "request": "172.111.33.20:28015",
    "map": "The Official Home of Ser Winter",
    "gamemode": "Survival",
    "version": "2623",
    "numplayers": 9,
    "maxplayers": 75,
    "bots": 0,
    "secured": true,
    "private": false,
    "country": "AU",
    "status": true,
    "votes": 0,
    "points": 65,
    "add_date": 1718913084,
    "last_update": 1776817820,
    "banned": false,
    "wipe": 1776401883,
    "official": null,
    "wipe_period": null,
    "next_wipe": null,
    "pve": 0,
    "pvp": null,
    "list_hidden": false,
    "hide_address": false,
    "hide_query": false,
    "position_game": 927,
    "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/4812530");
$data = json_decode($json, true);
var_dump($data);