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

text
https://api.gamemonitoring.ru/servers/10815518
json
{
  "response": {
    "fps": 74,
    "fps_avg": 72,
    "entities_count": 94631,
    "world_seed": 2147483647,
    "world_size": 4000,
    "steam_id": "90286420684439575",
    "domain": null,
    "id": 10815518,
    "ip": "51.161.219.251",
    "port": 28070,
    "query": 28071,
    "color": 0,
    "city": "North Sydney",
    "description": "![[AU] Mallows Rust - Bi-Weekly | Solo/Duo/Trio/Quad](https://i.imgur.com/n1PvXcf.png)\n\r\n Features \r\n -Bi Weekly Wipes \r\n -Community Discord \r\n -Raidable Bases \r\n -Backpacks \r\n -Kits \r\n Rules: \r\n - 4 Player Group Limit \r\n - No teaming with other groups \r\n -Only 1 previous Game ban over 365 days \r\n -No cheating \r\n -No bug exploiting \r\n -No harassment/racism",
    "game": 252490,
    "owner": null,
    "boosts": 1,
    "last_offline": 1780628610,
    "last_online": 1780234836,
    "icon": null,
    "name": "[AU] Mallows Rust - Bi-Weekly | Solo/Duo/Trio/Quad",
    "connect": "51.161.219.251:28070",
    "request": "51.161.219.251:28071",
    "map": "Procedural Map",
    "gamemode": "Survival",
    "version": "2625",
    "numplayers": 0,
    "maxplayers": 100,
    "bots": 0,
    "secured": true,
    "private": false,
    "country": "AU",
    "status": false,
    "votes": 0,
    "points": 0,
    "add_date": 1767109946,
    "last_update": 1780628610,
    "banned": false,
    "wipe": 1779025923,
    "official": null,
    "wipe_period": null,
    "next_wipe": null,
    "pve": 0,
    "pvp": null,
    "list_hidden": false,
    "hide_address": false,
    "hide_query": false,
    "position_game": 10059,
    "language": "en",
    "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/10815518");
$data = json_decode($json, true);
var_dump($data);