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

text
https://api.gamemonitoring.ru/servers/11607025
json
{
  "response": {
    "fps": 30,
    "fps_avg": 30,
    "entities_count": 79394,
    "world_seed": 550496754,
    "world_size": 3500,
    "steam_id": "90286585963444226",
    "domain": null,
    "id": 11607025,
    "ip": "216.201.72.67",
    "port": 10000,
    "query": 10003,
    "color": 0,
    "city": "Manassas",
    "description": "Welcome to Rusty Sporks PvP! We offer friendly & active staff, softcore gamemode, and 15% decay. We are a great place for new players to learn! Think of this as a stepping stone between PvE and PvP; more of a casual and forgiving place to play.\r\n\r\n- don't be a jerk\r\n- max team size 4 players\r\n- respect staffs time & energy\r\n\r\nFor more information please join our discord > https://discord.gg/Q7geQzSeww",
    "game": 252490,
    "owner": null,
    "boosts": 1,
    "last_offline": 1780044168,
    "last_online": 1780569028,
    "icon": null,
    "name": "Rusty Sporks PvP  | softcore / noob friendly",
    "connect": "216.201.72.67:10000",
    "request": "216.201.72.67:10003",
    "map": "Procedural Map",
    "gamemode": "Softcore",
    "version": "2625",
    "numplayers": 3,
    "maxplayers": 100,
    "bots": 0,
    "secured": true,
    "private": false,
    "country": "US",
    "status": true,
    "votes": 0,
    "points": 61,
    "add_date": 1779915491,
    "last_update": 1780569028,
    "banned": false,
    "wipe": 1779502631,
    "official": null,
    "wipe_period": null,
    "next_wipe": null,
    "pve": 0,
    "pvp": null,
    "list_hidden": false,
    "hide_address": false,
    "hide_query": false,
    "position_game": 1306,
    "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/11607025");
$data = json_decode($json, true);
var_dump($data);