JSON pentru programe, site-uri și altele

text
https://api.gamemonitoring.ro/servers/9500586
json
{
  "response": {
    "steam_id": null,
    "domain": null,
    "id": 9500586,
    "ip": null,
    "port": null,
    "query": null,
    "color": 0,
    "city": null,
    "description": "![old rust #1](https://sun9-4.userapi.com/impg/2pmvcWB0F8wLRJnkWbbXeSPuhLny9n9iQFFS1g/85mvBLpeDKs.jpg?size=1920x1080&quality=95&sign=f9375aa8379f6c35b7ecb72c588438e2&type=album)\nНовый проект расположившийся на 224 девблоге , открывшийся 03.06.2025. 24/7 администрация. Рейты 1-2х. Мощный хостинг в Москве : I9-13900k.",
    "game": 252490,
    "owner": 121886,
    "boosts": 1,
    "last_offline": 1756334706,
    "last_online": 1753557621,
    "icon": null,
    "name": "ComputerRust - MAIN",
    "connect": null,
    "request": null,
    "map": "Procedural Map",
    "gamemode": "Survival",
    "version": null,
    "numplayers": 0,
    "maxplayers": 250,
    "bots": 0,
    "secured": false,
    "private": false,
    "country": "RU",
    "status": false,
    "votes": 0,
    "points": 0,
    "add_date": 1748972400,
    "last_update": 1756334706,
    "banned": false,
    "wipe": null,
    "official": null,
    "wipe_period": null,
    "next_wipe": null,
    "pve": 0,
    "pvp": null,
    "list_hidden": false,
    "hide_address": false,
    "hide_query": false,
    "position_game": 13323,
    "language": "ru",
    "parked": true,
    "app": {
      "id": 252490,
      "steam_id": 252490,
      "name": "Rust",
      "url": "rust"
    },
    "server_owner": {
      "username": "belkindima925",
      "avatar": "ab60e896-9f26-4fb3-8d60-715decf7762e.jpg"
    },
    "mods": [],
    "disabled_modules": []
  }
}

Exemple de cod

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