JSON pentru programe, site-uri și altele

text
https://api.gamemonitoring.ro/servers/806550
json
{
  "response": {
    "fps": 40,
    "fps_avg": 40,
    "entities_count": 178704,
    "world_seed": 1337,
    "world_size": 4096,
    "steam_id": "90286384354037767",
    "domain": null,
    "id": 806550,
    "ip": "65.28.44.27",
    "port": 28016,
    "query": 28017,
    "color": 0,
    "city": "Trevor",
    "description": "![Kapco411 The Infected|3X PVE|Monthly|250 Mods|25+ Events](https://i.imgur.com/2QCfvLP.png)\nThis server is built and maintained for the love of the game!\r\n All Kapco411 Servers are highly modded.\r\n-Over 250 mods running daily,far to much to list.\r\n-Over 25+ events run throughout the wipe.\r\n-New mods and events are added regularly.\r\n-Server is 3X+ on resources and 5X on scrap.\r\n-Hands down the most fun you're ever going to have playing modded rust.\r\n-Come on in and make some friend",
    "game": 252490,
    "owner": null,
    "boosts": 1,
    "last_offline": 1780108415,
    "last_online": 1780132827,
    "icon": null,
    "name": "Kapco411 The Infected|3X PVE|Monthly|250 Mods|25+ Events",
    "connect": "65.28.44.27:28016",
    "request": "65.28.44.27:28017",
    "map": "Welcome To Kapco411",
    "gamemode": "Survival",
    "version": "2625",
    "numplayers": 0,
    "maxplayers": 100,
    "bots": 0,
    "secured": true,
    "private": false,
    "country": "US",
    "status": true,
    "votes": 0,
    "points": 60,
    "add_date": 1684354550,
    "last_update": 1780132827,
    "banned": false,
    "wipe": 1778196710,
    "official": null,
    "wipe_period": null,
    "next_wipe": null,
    "pve": 0,
    "pvp": null,
    "list_hidden": false,
    "hide_address": false,
    "hide_query": false,
    "position_game": 2781,
    "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/806550");
$data = json_decode($json, true);
var_dump($data);