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

text
https://api.gamemonitoring.in/servers/10225648
json
{
  "response": {
    "fps": 52,
    "fps_avg": 53,
    "entities_count": 116851,
    "world_seed": 1337,
    "world_size": 4096,
    "steam_id": "90286199775514641",
    "domain": null,
    "id": 10225648,
    "ip": "64.40.8.245",
    "port": 33015,
    "query": 33017,
    "color": 0,
    "city": "Dallas",
    "description": "![US| Papis Paradise 3x PVE/PVP Zombies | Skill Tree| Raid Bases|](https://i.ibb.co/KFvjM5T/banner1.jpg)\nWelcome to Papi's Paradise 3X!\r\nWhether you're a builder, PvE grinder, or just here to explore, we’ve got something for you. Here’s what makes our server stand out:\r\n\r\n Key Features:\r\n√ True Custom NPCs \r\n√ Raidable bases with 5 difficulty levels: Easy, Medium, Hard, Expert, Nightmare (over 600 NPC raid bases) \r\n√ Roaming raiding zombies (they ignore players during their first 2 hours on the server or after wipe) \r\n√ Custom currency (cash) \r\n√ Friendly staff and players with VERY active admins (zero tolerance for toxicity) \r\n√ Heli signals (choose from waves or single helis) \r\n√ Custom Bradleys (check out the Bradley Arena) \r\n√ Raidable player-abandoned bases \r\n√ Voting rewards (cash and supply signals) \r\n√ Custom quests with juicy rewards \r\n√ PvP zones at Airfield and Cargoship — fight other players for glory and loot\r\n√ Battle Royale and GunGame PvP arenas for extra competitive fun \r\n√ Monthly blueprint wipes for a fresh start \r\n√ Skill-based leveling system — resets monthly to keep things competitive \r\n√ CASH never wipes, so your grind always counts \r\n\r\nVoice Chat Rewards:\r\n√ Join a Discord voice channel in our Discord server (discord.gg/papisparadise) and get 1.5x gather while you’re in it (account must be linked)\r\n\r\nWe hope to see you in game!",
    "game": 252490,
    "owner": null,
    "boosts": 1,
    "last_offline": 1779510813,
    "last_online": 1779790822,
    "icon": null,
    "name": "US| Papis Paradise 3x PVE/PVP Zombies | Skill Tree| Raid Bases|",
    "connect": "64.40.8.245:33015",
    "request": "64.40.8.245:33017",
    "map": "Cataclysm",
    "gamemode": "Survival",
    "version": "2625",
    "numplayers": 0,
    "maxplayers": 50,
    "bots": 0,
    "secured": true,
    "private": false,
    "country": "US",
    "status": true,
    "votes": 0,
    "points": 60,
    "add_date": 1756733181,
    "last_update": 1779790822,
    "banned": false,
    "wipe": 1779392951,
    "official": null,
    "wipe_period": null,
    "next_wipe": null,
    "pve": 0,
    "pvp": null,
    "list_hidden": false,
    "hide_address": false,
    "hide_query": false,
    "position_game": 3522,
    "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/10225648");
$data = json_decode($json, true);
var_dump($data);