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

text
https://api.gamemonitoring.ru/servers/11501616
json
{
  "response": {
    "fps": 69,
    "fps_avg": 66,
    "entities_count": 37156,
    "world_seed": 47821,
    "world_size": 2500,
    "steam_id": "90286074287694859",
    "domain": null,
    "id": 11501616,
    "ip": "37.59.118.36",
    "port": 28015,
    "query": 28016,
    "color": 0,
    "city": "Roubaix",
    "description": "Vanilla+ 2x · THE EXTRACTION every 3h · Fair play, skill only · Solo/Duo/Trio · rustiq.app · [RS-88aa8db7]",
    "game": 252490,
    "owner": null,
    "boosts": 1,
    "last_offline": 1779207176,
    "last_online": 1780557626,
    "icon": null,
    "name": "Rustiq | Vanilla+ | The Extraction every 3h | Solo/Duo/Trio",
    "connect": "37.59.118.36:28015",
    "request": "37.59.118.36:28016",
    "map": "Procedural Map",
    "gamemode": "Survival",
    "version": "2623",
    "numplayers": 0,
    "maxplayers": 100,
    "bots": 0,
    "secured": true,
    "private": false,
    "country": "FR",
    "status": true,
    "votes": 0,
    "points": 60,
    "add_date": 1779207176,
    "last_update": 1780557626,
    "banned": false,
    "wipe": 1776522860,
    "official": null,
    "wipe_period": null,
    "next_wipe": null,
    "pve": 0,
    "pvp": null,
    "list_hidden": false,
    "hide_address": false,
    "hide_query": false,
    "position_game": 4731,
    "language": "fr",
    "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/11501616");
$data = json_decode($json, true);
var_dump($data);