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

text
https://api.gamemonitoring.ru/servers/443030
json
{
  "response": {
    "fps": 40,
    "fps_avg": 39,
    "entities_count": 86697,
    "world_seed": 1637280051,
    "world_size": 4250,
    "steam_id": "90286202036743179",
    "domain": null,
    "id": 443030,
    "ip": "64.40.9.79",
    "port": 28015,
    "query": 28025,
    "color": 0,
    "city": "London",
    "description": "![EU|AndysolAM 10x No BPs|PVP|Shop|Loot+|Kits|Raid+|Skinbox|WIPED](https://i.imgur.com/3gYp5QW.png)\nWelcome to AndysolAM 10X NO BPS\n\nNeed support or want to engage with our community? Go to https://andysolam.com/discord\n\nServer wipe schedule:\nMon 3PM - Fri 3PM (London)\nNext wipe: Fri 29 May 2026 14:00 UTC\nOn force wipe (the forced update that Facepunch does on the first Thursday @ 2PM ET of every month), this server will also wipe.\n\nServer feature list:\n- 10 player team limit\n- 10x gather rate (includes pickups & excavator)\n- Access to /mini\n- Highly active admin team\n- All BPs unlocked by default\n- Heavily improved loot tables (junk removed & 10x)\n- Clans & Automatic TC/Codelock sharing\n- PVP Leaderboards\n- Heavily optimised maps for increased performance (merged outpost/bandit & no swamps)\n- Base Upgrade, Base Repair and BGrade free for all users\n- Amazing server performance (12900k OC'd hardware)\n\nSome of our server rules include:\n- No cheating or associating with cheaters\n- No racism/homophobic chat/VC\n- No exploit abuse\n- No chat spam/excessive caps use\n- See https://andysolam.com/discord for a full breakdown of our rules\n\nWe hope you enjoy your stay on AndysolAM Rust servers!",
    "game": 252490,
    "owner": null,
    "boosts": 1,
    "last_offline": 1778511181,
    "last_online": 1779751822,
    "icon": null,
    "name": "EU|AndysolAM 10x No BPs|PVP|Shop|Loot+|Kits|Raid+|Skinbox|WIPED",
    "connect": "64.40.9.79:28015",
    "request": "64.40.9.79:28025",
    "map": "10x AndysolAM",
    "gamemode": "Vanilla",
    "version": "2625",
    "numplayers": 1,
    "maxplayers": 200,
    "bots": 0,
    "secured": true,
    "private": false,
    "country": "GB",
    "status": true,
    "votes": 0,
    "points": 60,
    "add_date": 1630779648,
    "last_update": 1779751822,
    "banned": false,
    "wipe": 1779717465,
    "official": null,
    "wipe_period": null,
    "next_wipe": null,
    "pve": 0,
    "pvp": null,
    "list_hidden": false,
    "hide_address": false,
    "hide_query": false,
    "position_game": 2496,
    "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/443030");
$data = json_decode($json, true);
var_dump($data);