JSON for programs, websites and more

text
https://api.gamemonitoring.net/servers/8736155
json
{
  "response": {
    "fps": 54,
    "fps_avg": 55,
    "entities_count": 93948,
    "world_seed": 1337,
    "world_size": 4500,
    "steam_id": "90286619270064145",
    "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 15 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": 1780598072,
    "last_online": 1780636226,
    "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": "2627",
    "numplayers": 2,
    "maxplayers": 50,
    "bots": 0,
    "secured": true,
    "private": false,
    "country": "FR",
    "status": true,
    "votes": 0,
    "points": 61,
    "add_date": 1745872157,
    "last_update": 1780636226,
    "banned": false,
    "wipe": 1780598069,
    "official": null,
    "wipe_period": null,
    "next_wipe": null,
    "pve": 0,
    "pvp": null,
    "list_hidden": false,
    "hide_address": false,
    "hide_query": false,
    "position_game": 1787,
    "language": "fr",
    "parked": false,
    "app": {
      "id": 12,
      "steam_id": 252490,
      "name": "Rust",
      "url": "rust"
    },
    "server_owner": null,
    "mods": [],
    "disabled_modules": []
  }
}

Code examples

php
<?php
$json = file_get_contents("https://api.gamemonitoring.net/servers/8736155");
$data = json_decode($json, true);
var_dump($data);