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

text
https://api.gamemonitoring.ru/servers/3652627
json
{
  "response": {
    "fps": 151,
    "fps_avg": 150,
    "entities_count": 163090,
    "world_seed": 552878999,
    "world_size": 4800,
    "steam_id": "90286583287503873",
    "domain": null,
    "id": 3652627,
    "ip": "92.118.19.58",
    "port": 28015,
    "query": 28016,
    "color": 0,
    "city": "Dallas",
    "description": "![Good Vibes Only PVE|Kits|Skinbox|SkillTree|Events|Beginner Frie](https://imgur.com/KZRQMHY.jpg)\nWelcome to Good Vibes Only!\n\nJoin our vibrant community where fun and friendliness thrive. Managed by a Rust Veteran passionate about enhancing gameplay, our server offers a variety of enjoyable features and quality-of-life plugins.\n\nWe enforce fair play: players with inappropriate Steam names or recent VAC bans will be swiftly banned. Cheating, exploiting, or stream sniping results in permanent expulsion.\n\nVisit our Discord via the 'View Webpage' button for Server Commands, Updates, Votes, VIP Giveaways, and more!\n\nServer Details:\n\nMonthly wipes, monthly blueprint wipes, and custom maps.\nFeatures like Abandoned Bases, Boss Monsters, Skill Tree, and much more to explore!\nJoin us today and experience Rust like never before.",
    "game": 252490,
    "owner": null,
    "boosts": 1,
    "last_offline": 1780470420,
    "last_online": 1780557635,
    "icon": null,
    "name": "Good Vibes Only PVE|Kits|Skinbox|SkillTree|Events|Beginner Frie",
    "connect": "92.118.19.58:28015",
    "request": "92.118.19.58:28016",
    "map": "Procedural Map",
    "gamemode": "Survival",
    "version": "2625",
    "numplayers": 0,
    "maxplayers": 50,
    "bots": 0,
    "secured": true,
    "private": false,
    "country": "US",
    "status": true,
    "votes": 0,
    "points": 60,
    "add_date": 1711788518,
    "last_update": 1780557635,
    "banned": false,
    "wipe": 1778178282,
    "official": null,
    "wipe_period": null,
    "next_wipe": null,
    "pve": 0,
    "pvp": null,
    "list_hidden": false,
    "hide_address": false,
    "hide_query": false,
    "position_game": 1755,
    "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/3652627");
$data = json_decode($json, true);
var_dump($data);