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

text
https://api.gamemonitoring.ru/servers/11018316
json
{
  "response": {
    "fps": 60,
    "fps_avg": 60,
    "entities_count": 26270,
    "world_seed": 1469435908,
    "world_size": 2500,
    "steam_id": "90286610002073608",
    "domain": null,
    "id": 11018316,
    "ip": "66.51.99.54",
    "port": 28060,
    "query": 28061,
    "color": 0,
    "city": "Dallas",
    "description": "![US Graveshift 2x BEDWARS](https://filelinkshare.replit.app/img/d01e38556539149d4b1e1b17331e37a1f685657e2f46a1707ccd4c9f5c203a6c.png)\nWelcome to Graveshift — one bed. One life. One wipe.A 2x quality-of-life server with a twist: BedWars survival mode. You spawn with a single bed. You can never craft another. If your bed is destroyed by ANY means — raid, decay, fire, accident — you are kicked from the server until next wipe.Place it carefully. Bury it deep. Survive the week.🛏️ BED WARS RULES\r\n\r\nOne bed per player per wipe, given on first connect\r\nCannot craft beds or sleeping bags\r\nCannot pick up your bed once placed\r\nBed destroyed = kicked until next wipe\r\nDie without your bed placed = kicked until next wipe\r\nSurvive the full wipe to climb the all-time leaderboard\r\nUse /wipe to see who's still standing, /top for the hall of fame, /rules to re-read\r\n🗓️ WIPE SCHEDULE\r\n\r\nMap & BP wipes every Thursday\r\nFresh start, every week — and a fresh bed for everyone\r\n⚙️ SERVER RATES\r\n\r\n2x Gather (wood, stone, ore, scrap)\r\n2x Smelting & Recycling\r\nIncreased Stack Sizes\r\nInstant Craft\r\n1-Hit Barrels & Road Signs\r\n🗺️ THE MAP\r\nRotating custom maps hand-picked for fresh PvP and exploration. No lazy procedurals — every wipe feels different.✨ QUALITY OF LIFE\r\n\r\nSort Button on all storage\r\nBigger stacks, less hoarding\r\nInstant crafting\r\nFaster recyclers\r\nLonger days, shorter nights\r\nUnburnable cooked meat\r\nClean, lag-free experience\r\n👥 COMMUNITY\r\n\r\nActive admins, zero tolerance for cheaters\r\nSolo, duo, and small group friendly\r\nFair rules, consistent enforcement\r\nNew players welcome — but you'd better learn fast\r\nThe grind is dead. The bed is sacred. Come play on the Graveshift.",
    "game": 252490,
    "owner": null,
    "boosts": 1,
    "last_offline": 1777913013,
    "last_online": 1780663832,
    "icon": null,
    "name": "US Graveshift 2x BEDWARS",
    "connect": "66.51.99.54:28060",
    "request": "66.51.99.54:28061",
    "map": "Procedural Map",
    "gamemode": "Survival",
    "version": "2627",
    "numplayers": 0,
    "maxplayers": 50,
    "bots": 0,
    "secured": true,
    "private": false,
    "country": "US",
    "status": true,
    "votes": 0,
    "points": 60,
    "add_date": 1769944485,
    "last_update": 1780663832,
    "banned": false,
    "wipe": 1780607124,
    "official": null,
    "wipe_period": null,
    "next_wipe": null,
    "pve": 0,
    "pvp": null,
    "list_hidden": false,
    "hide_address": false,
    "hide_query": false,
    "position_game": 4200,
    "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/11018316");
$data = json_decode($json, true);
var_dump($data);