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

text
https://api.gamemonitoring.ru/servers/11501662
json
{
  "response": {
    "fps": 60,
    "fps_avg": 60,
    "entities_count": 97324,
    "world_seed": 1141138230,
    "world_size": 4000,
    "steam_id": "90286583135434771",
    "domain": null,
    "id": 11501662,
    "ip": "37.187.28.143",
    "port": 28015,
    "query": 28017,
    "color": 0,
    "city": "Roubaix",
    "description": "![[EU/PT] Rustugal.gg ┃ Monthly ┃ Wiped](https://i.imgur.com/puZYXx6.png)\nINFO\r\nWipe: Monthly on Thursday\r\nBP Wipe: Monthly\r\nMap Size: 4000\r\n\r\nREPORT\r\nUse our Discord, F7 menu or chat command /report\r\n\r\nPlease follow the rules bellow:\r\n\r\nNo Advertising\r\nEnglish or Portuguese in chat\r\nAny form of cheats / haking is not allowed\r\nNo Racism, Homophobia, Harasment or Excessive Toxicity\r\nStaff have final say, being toxic to staff will get you automatically removed",
    "game": 252490,
    "owner": null,
    "boosts": 1,
    "last_offline": 1780142020,
    "last_online": 1780578033,
    "icon": null,
    "name": "[EU/PT] Rustugal.gg ┃ Monthly ┃ Wiped",
    "connect": "37.187.28.143:28015",
    "request": "37.187.28.143:28017",
    "map": "Procedural Map",
    "gamemode": "Survival",
    "version": "2625",
    "numplayers": 0,
    "maxplayers": 100,
    "bots": 0,
    "secured": true,
    "private": false,
    "country": "FR",
    "status": true,
    "votes": 0,
    "points": 60,
    "add_date": 1779207177,
    "last_update": 1780578033,
    "banned": false,
    "wipe": 1779775010,
    "official": null,
    "wipe_period": null,
    "next_wipe": null,
    "pve": 0,
    "pvp": null,
    "list_hidden": false,
    "hide_address": false,
    "hide_query": false,
    "position_game": 4809,
    "language": "fr",
    "parked": false,
    "app": {
      "id": 252490,
      "steam_id": 252490,
      "name": "Rust",
      "url": "rust"
    },
    "server_owner": null,
    "mods": [],
    "disabled_modules": []
  }
}

Примеры кода

php
<?php
$json = file_get_contents("https://api.gamemonitoring.ru/servers/11501662");
$data = json_decode($json, true);
var_dump($data);