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

text
https://api.gamemonitoring.ru/servers/8736155
json
{
  "response": {
    "fps": 46,
    "fps_avg": 44,
    "entities_count": 228820,
    "world_seed": 1337,
    "world_size": 4500,
    "steam_id": "90284796800306193",
    "domain": null,
    "id": 8736155,
    "ip": "91.134.4.54",
    "port": 28080,
    "query": 28015,
    "color": 0,
    "city": "Wattrelos",
    "description": "![[EU]Luuxens[PVE&RP]Town|Drugs|Quests|Tiers|Roles|RaidBases|Fire](https://i.ibb.co/F87hxbQ/Luuxens-Server-Banner-2024.png)\n★★Welcome to Luuxens PVE Server★★\r\n★ A friendly place with good people to relax with! ◀\r\n★ Toxic behaviors is NOT tolerated! ◀\r\n★ MAX PING ALLOWED 350! ◀\r\n★ Over 250+ plugins and more to come..\r\n↙↙↙↙ Press the EXTERNAL WEBSITE button to join discord!\r\n\r\n\r\n★ Role Players and Artists are very welcome!!\r\n★ You are safe here!!\r\n━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━\r\n★ Monthly wipes! ● FORCE WIPES!\r\n★ Daily Restart! ● 06:00 AM Gmt+1\r\n★ Abandoned Bases ● 7 Days!\r\n━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━\r\n\r\n★ Premium Mods ● Custom Maps ● Rust Edit ● Active Admins\r\n\r\n★ PVE Raid Quests ● No-Decay ● No-Stability ● No-Upkeep\r\n\r\n★ Cooking ● Ganja ● Black Market ● Drugs ● TelePorts\r\n\r\n★ Custom Items ● Server Votes ● Personal Farm ● Professions\r\n\r\n★ Player Ranks ● Backpackpages ● Server Rewards ● Quests\r\n\r\n★ BOTS ● Custom Fireworks ● Personal Kits ● Skinner & Skins\r\n\r\n★ SteamGroup Rewards ● Discord Forums ● Raidable Bases\r\n\r\n★ BetterTools ● BiPlanes ● Jetpacks ● Vehicles ● Portals\r\n\r\n★ Armored Trains ● Caravans & Convoys ● Town Houses ● BetterChat\r\n\r\n★ EndLess CargoShips ● Bradley & Heli Tiers ● NPC Raids\r\n\r\n★ Sputniks ● Cosmonauts ● ScrapLeaderBoard ● Player LeaderBoards\r\n\r\n★ Custom Vehicle Modules ● PogoSticks ● Karuza-Vehicles\r\n\r\n★ DeLuux Experience! ● Everyone is VIP! ● HighPerformance!\r\n\r\n★ Gather X50 with TeaModifiers + Joints + Skills + Cooking \r\n\r\n★ PLAYERS WITH NEWER THAN 60 DAYS VAC BANS CANT JOIN!★\r\n\r\n━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━\r\n★ Powered by GTXGaming.com.uk (LOCATED IN PARIS) ★\r\n━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━\r\n Created by Luuxen",
    "game": 252490,
    "owner": null,
    "boosts": 1,
    "last_offline": 1776830599,
    "score": 0,
    "last_online": 1776844819,
    "icon": null,
    "name": "[EU]Luuxens[PVE&RP]Town|Drugs|Quests|Tiers|Roles|RaidBases|Fire",
    "connect": "91.134.4.54:28080",
    "request": "91.134.4.54:28015",
    "map": "Custom Map",
    "gamemode": "Survival",
    "version": "2623",
    "numplayers": 2,
    "maxplayers": 50,
    "bots": 0,
    "secured": true,
    "private": false,
    "country": "FR",
    "status": true,
    "votes": 0,
    "points": 63,
    "add_date": 1745872157,
    "last_update": 1776844819,
    "banned": false,
    "wipe": 1775153808,
    "official": null,
    "wipe_period": null,
    "next_wipe": null,
    "pve": 0,
    "pvp": null,
    "list_hidden": false,
    "hide_address": false,
    "hide_query": false,
    "position_game": 1085,
    "language": "fr",
    "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/8736155");
$data = json_decode($json, true);
var_dump($data);