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

text
https://api.gamemonitoring.ru/servers/11018194
json
{
  "response": {
    "fps": 55,
    "fps_avg": 55,
    "entities_count": 81248,
    "world_seed": 1987832637,
    "world_size": 4000,
    "steam_id": "90283884750264328",
    "domain": null,
    "id": 11018194,
    "ip": "104.129.132.114",
    "port": 32015,
    "query": 32016,
    "color": 0,
    "city": "Dallas",
    "description": "![The Republic 2x | Custom Monuments | Solo/duo/trio | Monthly](https://cdn.discordapp.com/attachments/1462195639722053795/1462544576588939316/Gemini_Generated_Image_q38utvq38utvq38u.png?ex=696e9447&is=696d42c7&hm=e9ca6457e5096cb4663e439a3f1e9358a815e704bb4d10265c35cb19c67f5da9&)\nWelcome to The Republic 2x Solo/Duo/Trio!\r\nOn our server we provide the best Rust gameplay. We run multiple balanced plugins to improve the quality of the game. Our servers also run on the absolute best Network & Hardware possible to improve your in game experience on our server!\r\n\r\n2x Gather Rates\r\n2x Crafting Speed\r\n2x Components and Scrap\r\nRecyclers at additional monuments\r\nCustom High Performance Map\r\nExtended Workbench range\r\nNo BP wipes\r\nShort Nights\r\nGroup Limit: 3\r\nActive Staff\r\n\r\nMake sure to join our discord server before playing by pressing the view webpage button!\r\n https://discord.gg/DfmQb6qD",
    "game": 252490,
    "owner": null,
    "boosts": 1,
    "last_offline": 1775243529,
    "score": 0,
    "last_online": 1776210616,
    "icon": null,
    "name": "The Republic 2x | Custom Monuments | Solo/duo/trio | Monthly",
    "connect": "104.129.132.114:32015",
    "request": "104.129.132.114:32016",
    "map": "Custom Map",
    "gamemode": "Survival",
    "version": "2623",
    "numplayers": 0,
    "maxplayers": 100,
    "bots": 0,
    "secured": true,
    "private": false,
    "country": "US",
    "status": true,
    "votes": 0,
    "points": 60,
    "add_date": 1769944476,
    "last_update": 1776210616,
    "banned": false,
    "wipe": 1775243195,
    "official": null,
    "wipe_period": null,
    "next_wipe": null,
    "pve": 0,
    "pvp": null,
    "list_hidden": false,
    "hide_address": false,
    "hide_query": false,
    "position_game": 4666,
    "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/11018194");
$data = json_decode($json, true);
var_dump($data);