JSON pentru programe, site-uri și altele

text
https://api.gamemonitoring.ro/servers/6966289
json
{
  "response": {
    "fps": 48,
    "fps_avg": 46,
    "entities_count": 96035,
    "world_seed": 1337,
    "world_size": 5000,
    "steam_id": "90286384355159047",
    "domain": null,
    "id": 6966289,
    "ip": "65.28.44.27",
    "port": 28048,
    "query": 28047,
    "color": 0,
    "city": "Trevor",
    "description": "![Kapco411 Hell On Earth 3X|PVE|Ultra Modded Weekly|Awesome Event](https://i.imgur.com/CwlohAH.png)\nWelcome to Hell On Earth by Kapco411.\r\n-This highly modded server offers PVE play with PVP action.\r\n-Hordes of Roaming Zombies and other NPC's throughout the map.\r\n-Custom maps loaded with plenty of Points of interest and custom monuments.\r\n-More than 20 events running make this a must play adventure.\r\n-Over 250 mods running, far to much to list.\r\n-We have something for eveyone on this one so give it a try.\r\n-Lets go!",
    "game": 252490,
    "owner": null,
    "boosts": 1,
    "last_offline": 1780108415,
    "last_online": 1780134023,
    "icon": null,
    "name": "Kapco411 Hell On Earth 3X|PVE|Ultra Modded Weekly|Awesome Event",
    "connect": "65.28.44.27:28048",
    "request": "65.28.44.27:28047",
    "map": "Kapco411 Custom",
    "gamemode": "Survival",
    "version": "2625",
    "numplayers": 0,
    "maxplayers": 100,
    "bots": 0,
    "secured": true,
    "private": false,
    "country": "US",
    "status": true,
    "votes": 0,
    "points": 60,
    "add_date": 1734715468,
    "last_update": 1780134023,
    "banned": false,
    "wipe": 1780006430,
    "official": null,
    "wipe_period": null,
    "next_wipe": null,
    "pve": 0,
    "pvp": null,
    "list_hidden": false,
    "hide_address": false,
    "hide_query": false,
    "position_game": 3174,
    "language": "en",
    "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/6966289");
$data = json_decode($json, true);
var_dump($data);