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

text
https://api.gamemonitoring.ru/servers/11710905
json
{
  "response": {
    "fps": 24,
    "fps_avg": 27,
    "entities_count": 344154,
    "world_seed": 564942299,
    "world_size": 4500,
    "steam_id": "90286546987855897",
    "domain": null,
    "id": 11710905,
    "ip": "173.188.36.156",
    "port": 28115,
    "query": 28116,
    "color": 0,
    "city": "Utica",
    "description": "![[US] Badlands 3X Bi-Weekly](https://www.badlandsrust.com/img/server-banner.png)\n...:::=== BADLANDSRUST.COM ===:::...\r\n\r\nWipes Every other Thursday at 3pm EST\r\nBPs never wipe unless forced by Facepunch during updates.\r\n\r\nNO PAY TO WIN!\r\n\r\nVIP - https://badlandsrust.tebex.io/\r\nDISCORD - discord.badlandsrust.com\r\n\r\n..::== GAME MODIFICATIONS ==::..\r\n-> 50% UPKEEP\r\n-> PREMIUM 2X LOOT TABLES - Junk removed from loot containers\r\n-> SHORT NIGHTS - 5 Minutes long\r\n-> Built in RAID ALARM - Rust+ Alerts you when your base(s) take damage \r\n-> EVENTS MODIFIED - Events run more frequently\r\n-> RECYCLERS, REPAIR and RESEARCH - At Fishing, Ranch, Dome and Oil\r\n-> TURRETS capped at 25 per 40m vs 12\r\n-> QUICK SMELT and BLUEPRINT SHARE\r\n\r\n..::== VIP ==::..\r\n-> SKINBOX and SIGN ART\r\n-> BOX SORTING\r\n-> FURNACE FILLER\r\n-> AUTO AUTH CUPBORD and TURRET sharing for teamates.\r\n-> COLOR Chat and custom VIP Tag\r\n\r\n..::== RULES ==::..\r\n-> NO VAC or Game bans within 180 days\r\n-> NO EAC bans within 180 days\r\n-> NO MORE THEN ONE TOTAL BAN on record\r\n-> RACISM and or HOMOPHOBIA is no tolerated\r\n\r\nA complete list of rules can be found on our website, discord and /rules in game.\r\n\r\nWe have active Admins and Mods, a Discord community and a VIP \r\nstore. We run on dedicated high end servers.\r\n\r\nYou can show your support and grow the server with a donation or \r\npurchasing VIP.\r\n\r\nCheck us out on Discord for our rules, maps votes, support, friendly \r\nchats and more information!!!",
    "game": 252490,
    "owner": null,
    "boosts": 1,
    "last_offline": 1780608201,
    "last_online": 1780473034,
    "icon": null,
    "name": "[US] Badlands 3X Bi-Weekly",
    "connect": "173.188.36.156:28115",
    "request": "173.188.36.156:28116",
    "map": "Procedural Map",
    "gamemode": "Survival",
    "version": "2592",
    "numplayers": 0,
    "maxplayers": 100,
    "bots": 0,
    "secured": true,
    "private": false,
    "country": "US",
    "status": false,
    "votes": 0,
    "points": 0,
    "add_date": 1780300734,
    "last_update": 1780608201,
    "banned": false,
    "wipe": 1751569027,
    "official": null,
    "wipe_period": null,
    "next_wipe": null,
    "pve": 0,
    "pvp": null,
    "list_hidden": false,
    "hide_address": false,
    "hide_query": false,
    "position_game": 12703,
    "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/11710905");
$data = json_decode($json, true);
var_dump($data);