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

text
https://api.gamemonitoring.in/servers/10520282
json
{
  "response": {
    "steam_id": null,
    "domain": null,
    "id": 10520282,
    "ip": null,
    "port": null,
    "query": null,
    "color": 0,
    "city": "Secaucus",
    "description": "[{\"id\":\"PWIMf1ghdl\",\"type\":\"paragraph\",\"data\":{\"text\":\"**Zombieland Gaming Discord Server: For Adult Gamers (18+)** https://discord.gg/nsYxBrxxJM\"}},{\"id\":\"rlbdjuwHJC\",\"type\":\"paragraph\",\"data\":{\"text\":\"Welcome to **Zombieland Gaming (ZLG)** — a mature, friendly, and community-driven gaming network built by and for adult gamers. Whether you’re surviving the apocalypse, raiding dungeons, or building your dream base, this is your home for chill vibes, teamwork, and unforgettable moments.  \"}},{\"id\":\"ZXneHF-eX8\",\"type\":\"paragraph\",\"data\":{\"text\":\"### 🧟‍♂️ What We Offer  \"}},{\"id\":\"zxRhoTZhxP\",\"type\":\"paragraph\",\"data\":{\"text\":\"**🎮 Multi-Game Servers**  \"}},{\"id\":\"IVz0oCWlAY\",\"type\":\"paragraph\",\"data\":{\"text\":\"We host a wide range of games including **7 Days to Die**, **DayZ**, **Rust**, **Vein**, **SCUM**, **Dune: Awakening**, **Minecraft**, and more — each with unique modded setups and dedicated admins ensuring smooth gameplay.  \"}},{\"id\":\"1q90M9MYG1\",\"type\":\"paragraph\",\"data\":{\"text\":\"**🏆 Events & Competitions**  \"}},{\"id\":\"SeY9HWwwrH\",\"type\":\"paragraph\",\"data\":{\"text\":\"Join regular **community events**, **build contests**, and **special themed challenges** across our servers. Earn bragging rights, custom roles, and sometimes even in-game rewards.  \"}},{\"id\":\"qXXA1HYZ12\",\"type\":\"paragraph\",\"data\":{\"text\":\"**🎧 Voice & Text Channels**  \"}},{\"id\":\"Ud3NpQ4mZL\",\"type\":\"paragraph\",\"data\":{\"text\":\"Chat, strategize, or just hang out in our active voice and text channels. Each major game has its own category for organized discussion and updates.  \"}},{\"id\":\"bwWaRRqsst\",\"type\":\"paragraph\",\"data\":{\"text\":\"**💬 Supportive, Mature Community**  \"}},{\"id\":\"R-gaU5F9Ci\",\"type\":\"paragraph\",\"data\":{\"text\":\"ZLG is built for **adult players** who value respect, good energy, and fun. Whether you’re grinding after work or jumping in for weekend adventures, you’ll find players who understand the balance between gaming and real life.  \"}},{\"id\":\"Pb_OXCj4Db\",\"type\":\"paragraph\",\"data\":{\"text\":\"**🛠️ Active Staff & Fair Play**  \"}},{\"id\":\"mQLB1kCwrp\",\"type\":\"paragraph\",\"data\":{\"text\":\"Our admin and mod team (PapaGlock, Ronny, Sydd, Kimmera, Volkswagonn, Dionysus777, and more) work hard to keep things fair, fun, and drama-free. Zero tolerance for griefing, stealing, or harassment — we protect our players and community.  \"}},{\"id\":\"tSX6Qs9AEc\",\"type\":\"paragraph\",\"data\":{\"text\":\"---\"}},{\"id\":\"p7PuuUVryf\",\"type\":\"paragraph\",\"data\":{\"text\":\"**Join Zombieland Gaming today** — where every game, every base, and every laugh brings us closer together.  \"}},{\"id\":\"eSiDav8cPx\",\"type\":\"paragraph\",\"data\":{\"text\":\"**The apocalypse never ends… and neither does the fun.** https://discord.gg/nsYxBrxxJM\"}}]",
    "game": 1857950,
    "owner": 144285,
    "boosts": 1,
    "last_offline": 1765950658,
    "last_online": 1765007411,
    "icon": null,
    "name": "[NA] Zombieland Gaming 2 [PVE - 2x Loot - 2x XP - 2x Zombies -",
    "connect": null,
    "request": null,
    "map": "Champlain Valley",
    "gamemode": "VEIN",
    "version": null,
    "numplayers": 0,
    "maxplayers": 50,
    "bots": 0,
    "secured": false,
    "private": false,
    "country": "US",
    "status": false,
    "votes": 0,
    "points": 0,
    "add_date": 1761424600,
    "last_update": 1765950658,
    "banned": false,
    "wipe": null,
    "official": null,
    "wipe_period": null,
    "next_wipe": null,
    "pve": null,
    "pvp": null,
    "list_hidden": false,
    "hide_address": false,
    "hide_query": false,
    "position_game": 1440,
    "language": "en",
    "parked": true,
    "app": {
      "id": 1530675,
      "steam_id": 1857950,
      "name": "VEIN",
      "url": "vein"
    },
    "server_owner": {
      "username": "papaglock",
      "avatar": "no.jpg"
    },
    "mods": [],
    "disabled_modules": []
  }
}

कोड उदाहरण

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