JSON pentru programe, site-uri și altele

text
https://api.gamemonitoring.ro/servers/11261315
json
{
  "response": {
    "fps": 228,
    "fps_avg": 225,
    "entities_count": 50821,
    "world_seed": 1655496267,
    "world_size": 3000,
    "steam_id": "90284791495421969",
    "domain": null,
    "id": 11261315,
    "ip": "169.155.126.31",
    "port": 2350,
    "query": 2353,
    "color": 0,
    "city": "Osasco",
    "description": "![Latinoamérica 24/7 Rust - Latam](https://www.dropbox.com/scl/fi/yjtqeshhga3w6bvak1nqo/247latinoamerica3.png?rlkey=0dqr7x70a1y27hcizdq801ytl&st=kbs1e675&dl=1)\nBienvenidos al Servidor Latinoamérica\r\n\r\nVanilla\r\nSolo/Duo\r\nFull wipe primer jueves de cada mes (Force)\r\nBlueprint mensual\r\nWipe Mensual\r\nNo insultos\r\nNo toxicidad\r\nNo racismo\r\nNo Stream sniping\r\nProhibido hacks",
    "game": 252490,
    "owner": null,
    "boosts": 1,
    "last_offline": 1775160730,
    "score": 0,
    "last_online": 1776853223,
    "icon": null,
    "name": "Latinoamérica 24/7 Rust - Latam",
    "connect": "169.155.126.31:2350",
    "request": "169.155.126.31:2353",
    "map": "Procedural Map",
    "gamemode": "Survival",
    "version": "2623",
    "numplayers": 0,
    "maxplayers": 50,
    "bots": 0,
    "secured": true,
    "private": false,
    "country": "BR",
    "status": true,
    "votes": 0,
    "points": 60,
    "add_date": 1774555234,
    "last_update": 1776853223,
    "banned": false,
    "wipe": 1775160832,
    "official": null,
    "wipe_period": null,
    "next_wipe": null,
    "pve": 0,
    "pvp": null,
    "list_hidden": false,
    "hide_address": false,
    "hide_query": false,
    "position_game": 5067,
    "language": "pt",
    "parked": false,
    "app": {
      "id": 12,
      "steam_id": 252490,
      "name": "Rust",
      "url": "rust"
    },
    "server_owner": null,
    "mods": [],
    "disabled_modules": []
  }
}

Exemple de cod

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