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

text
https://api.gamemonitoring.ru/servers/807656
json
{
  "response": {
    "fps": 30,
    "fps_avg": 29,
    "entities_count": 95212,
    "world_seed": 1337,
    "world_size": 3750,
    "steam_id": "90286603741765647",
    "domain": null,
    "id": 807656,
    "ip": "45.88.230.169",
    "port": 28015,
    "query": 28017,
    "color": 0,
    "city": "Poplar",
    "description": "![EU RENEGADE 3x MONTHLY MAIN | Shop | 50% Upkeep | No BP Wipe | ](https://cdn3.mapstr.gg/30cae78bdcbd60d989f32c6a2b63e411.png)\n===Welcome to RENEGADERUST.COM===\r\n\r\nWipes on the first Thursday of each month @ 2 PM EST (No BP Wipe)\r\n\r\nVIP PERKS - Renegaderust.com\r\nDISCORD - discord.gg/Renegaderust\r\n\r\n===FEATURES===\r\n>/playtowin - Earn points for playtime to purchase FREE VIP\r\n>RAID ALARM - Alerts you via Rust+ when your base is damaged\r\n>50% UPKEEP - For easy upkeep and big bases\r\n>CONVOY EVENT - Armored NPC convoy you can fight for loot\r\n>PREMIUM LOOT TABLES - 3x with junk removed\r\n>SHORT NIGHTS - 5 Minutes\r\n>MORE MINIs AND BOATS SPAWN\r\n>EXTRA - recyclers/repair/research bench at dome, oilrig, fishing, ranch, and cargo\r\n>AUTO AUTH - Auto auth teammates on TC/locks/turrets\r\n>FURNACE FILLER - Easily load/unload furnaces\r\n>FREE SKINNER\r\n>SHOP - Extra points for linking @ renegaderust.link\r\n\r\n===VIP and VIP+ FEATURES===\r\nNO P2W\r\n\r\n===RULES===\r\n>No VAC or Steam game bans within 90 days\r\n>No EAC bans within 180 days\r\n>No more than 2 total bans\r\n>No racism or homophobia\r\n\r\nComplete rules can be found at our website, discord, and /rules in game\r\n[RS-f346f4e1]",
    "game": 252490,
    "owner": null,
    "boosts": 1,
    "last_offline": 1780595060,
    "last_online": 1780603225,
    "icon": null,
    "name": "EU RENEGADE 3x MONTHLY MAIN | Shop | 50% Upkeep | No BP Wipe |",
    "connect": "45.88.230.169:28015",
    "request": "45.88.230.169:28017",
    "map": "discord.gg/RenegadeRust",
    "gamemode": "Survival",
    "version": "2627",
    "numplayers": 52,
    "maxplayers": 150,
    "bots": 0,
    "secured": true,
    "private": false,
    "country": "GB",
    "status": true,
    "votes": 0,
    "points": 76,
    "add_date": 1684355000,
    "last_update": 1780603225,
    "banned": false,
    "wipe": 1780595221,
    "official": null,
    "wipe_period": null,
    "next_wipe": null,
    "pve": 0,
    "pvp": null,
    "list_hidden": false,
    "hide_address": false,
    "hide_query": false,
    "position_game": 677,
    "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/807656");
$data = json_decode($json, true);
var_dump($data);