प्रोग्राम, वेबसाइट और अन्य के लिए JSON

text
https://api.gamemonitoring.in/servers/11502184
json
{
  "response": {
    "fps": 42,
    "fps_avg": 45,
    "entities_count": 130228,
    "world_seed": 1099713234,
    "world_size": 4500,
    "steam_id": "90286628115160066",
    "domain": null,
    "id": 11502184,
    "ip": "51.161.52.111",
    "port": 2342,
    "query": 2343,
    "color": 0,
    "city": "Montreal",
    "description": "![[CA/QC] RUSTLORD | Skilltree | RaidableBases | RaidableBOATS](https://i.ibb.co/zLGcZG8/FB-IMG-1721761639981.jpg)\n\r\nTired of losing it all overnight? Rule the North on RustLord!\r\nThe perfect server for players who want high-tier action without the toxicity. We offer a fluid, feature-rich experience optimized for survivors who play smart.\r\nWHY JOIN RUSTLORD?\r\nPVE WORLD / PVP MONUMENTS: Roam and build freely, engage in combat only when you’re ready.\r\nSKILLTREE: Don't just survive—evolve. Unlock unique perks and master your craft.\r\nNON-STOP ACTION: Buy Raidable Bases (AI) or defend your own fortress against waves of NPCs with RaidFlares.\r\nPOWERFUL ECONOMY: Full Server Shop, No-Limit Vending Machines, and a custom Ganja system.\r\nLOOT & GEAR: BattlePass missions, custom Kits, and extra Backpack storage.\r\nTECH & STABILITY\r\nWipes: Map wipes monthly | BP & Skills: Once a year (January)!\r\nPerformance: High-speed Quebec-based hosting (Daily 6:00 AM EST restart).\r\nPro Tools: Instant /up, /bskin for custom builds, /remove, and Extended Industrial.\r\n\r\nDécouvrez l'expérience Rust ultime sur Rustlord ! Un serveur équilibré où la survie rencontre le confort.\r\n-Concept : Map PVE avec Monuments PVP pour une progression sans stress.\r\n-Progression : SkillTree (compétences), BattlePass, et Wipes mensuels (BP/Skills 1x par an).\r\n-Action : Bases raidables, vagues de défense NPC (RaidFlare), et événements fréquents (Convoi, Plane Crash).\r\n-Qualité de vie : TP/Homes, Sac à dos, Shop, Upgrade rapide, Carrière virtuelle et Recycleur perso.\r\n-Stabilité : Hébergé au Québec, sans limites sur les Vending Machines et système industriel étendu.",
    "game": 252490,
    "owner": null,
    "boosts": 1,
    "last_offline": 1780655059,
    "last_online": 1780663229,
    "icon": null,
    "name": "[CA/QC] RUSTLORD | Skilltree | RaidableBases | RaidableBOATS",
    "connect": "51.161.52.111:2342",
    "request": "51.161.52.111:2343",
    "map": "Procedural Map",
    "gamemode": "Survival",
    "version": "2627",
    "numplayers": 3,
    "maxplayers": 75,
    "bots": 0,
    "secured": true,
    "private": false,
    "country": "CA",
    "status": true,
    "votes": 0,
    "points": 62,
    "add_date": 1779207193,
    "last_update": 1780663229,
    "banned": false,
    "wipe": 1780596404,
    "official": null,
    "wipe_period": null,
    "next_wipe": null,
    "pve": 0,
    "pvp": null,
    "list_hidden": false,
    "hide_address": false,
    "hide_query": false,
    "position_game": 1898,
    "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.in/servers/11502184");
$data = json_decode($json, true);
var_dump($data);