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

text
https://api.gamemonitoring.ru/servers/11500906
json
{
  "response": {
    "fps": 20,
    "fps_avg": 20,
    "entities_count": 121662,
    "world_seed": 19265738,
    "world_size": 4500,
    "steam_id": "90286383382109184",
    "domain": null,
    "id": 11500906,
    "ip": "51.83.139.88",
    "port": 28015,
    "query": 28017,
    "color": 0,
    "city": "Wroclaw",
    "description": "![RED CLOUD |Vanilla+|Solo/Duo|Bi-Weekly|RaidableBases](https://img3.wallspic.com/previews/2/0/1/1/7/171102/171102-anime-art-akatsuki-naruto_shippuden-sasuke_uchiha-x750.jpg)\nWelcome to RED CLOUD!                                     PL / EU      FRESH WIPED !! ; 30.04                                                               SERVER SPECIFICATIONS :                                                                                                                     #Solo/Duo : Strict 2-player group limit.                                                                                                 #Raidable Bases : Explore and raid our unique, custom-made NPC bases!                                                                                                                  #Day/Night Cycle : Long Day (55 min) / Short Night (5 min).                                                                                                #Wipe Cycle : Bi-Weekly (Every 2 weeks-friday:6PM) , map and Blueprints wipe together.                                                                                                                        #Vanilla+ : 1x Gather rate with a few essential mods to enhance your gameplay.                                                                                                           #Fair Play : Zero tolerance for cheaters and players with VAC bans.",
    "game": 252490,
    "owner": null,
    "boosts": 1,
    "last_offline": 1780553019,
    "last_online": 1780117373,
    "icon": null,
    "name": "RED CLOUD |Vanilla+|Solo/Duo|Bi-Weekly|RaidableBases",
    "connect": "51.83.139.88:28015",
    "request": "51.83.139.88:28017",
    "map": "Procedural Map",
    "gamemode": "Survival",
    "version": "2625",
    "numplayers": 0,
    "maxplayers": 200,
    "bots": 0,
    "secured": true,
    "private": false,
    "country": "PL",
    "status": false,
    "votes": 0,
    "points": 0,
    "add_date": 1779207165,
    "last_update": 1780553019,
    "banned": false,
    "wipe": 1778175777,
    "official": null,
    "wipe_period": null,
    "next_wipe": null,
    "pve": 0,
    "pvp": null,
    "list_hidden": false,
    "hide_address": false,
    "hide_query": false,
    "position_game": 11143,
    "language": "pl",
    "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/11500906");
$data = json_decode($json, true);
var_dump($data);