हम एकीकरण विधियों की एक विस्तृत श्रृंखला प्रदान करते हैं। आप उनमें से किसी का भी उपयोग कर सकते हैं या JSON API का उपयोग करके अपना खुद का बना सकते हैं। यदि आपके पास नई एकीकरण विधि जोड़ने का सुझाव है, तो कृपया हमसे संपर्क करें। हमसे संपर्क करें

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

text
https://api.gamemonitoring.in/servers/11305483
json
{
  "response": {
    "fps": 100,
    "fps_avg": 114,
    "entities_count": 101430,
    "world_seed": 1525370277,
    "world_size": 4250,
    "steam_id": "90284209571929108",
    "domain": null,
    "id": 11305483,
    "ip": "95.216.61.213",
    "port": 60402,
    "query": 60404,
    "color": 0,
    "city": "Helsinki",
    "description": "![★ TeamX ★ x3|Vanilla+|Skills|Home|TP|Kits|Free VIP|QoL •�](https://r2.image-upload.app/ptImg/xvhKij6M.png)\n★ BGrade + Enhanced Hammer: Faster building and easier base upgrades\r\n★ Building Blocker: Prevents building in blocked/restricted situations\r\n★ No Decay: Structures won’t decay over time.\r\n★ Auto Doors: Doors can close automatically after use.\r\n★ Stack Size + Simple Sort: Bigger item stacks and quick loot/container sorting\r\n★ Kits/StarterKit: Claimable Kits\r\n★ Skill System: Progression-style skills/perks while playing\r\n★ Trade: Safe player-to-player trading system\r\n★ Wireless Power: Easier electricity setup without heavy wiring\r\n★ Kill Feed: Shows kill notifications\r\n★★★ & much more..",
    "game": 252490,
    "owner": null,
    "boosts": 1,
    "last_offline": 1775621005,
    "score": 0,
    "last_online": 1775885415,
    "icon": null,
    "name": "★ TeamX ★ x3|Vanilla+|Skills|Home|TP|Kits|Free VIP|QoL •�",
    "connect": "95.216.61.213:60402",
    "request": "95.216.61.213:60404",
    "map": "Procedural Map",
    "gamemode": "Survival",
    "version": "2623",
    "numplayers": 0,
    "maxplayers": 200,
    "bots": 0,
    "secured": true,
    "private": false,
    "country": "FI",
    "status": true,
    "votes": 0,
    "points": 60,
    "add_date": 1774592886,
    "last_update": 1775885415,
    "banned": false,
    "wipe": 1775153977,
    "official": null,
    "wipe_period": null,
    "next_wipe": null,
    "pve": 0,
    "pvp": null,
    "list_hidden": false,
    "hide_address": false,
    "hide_query": false,
    "position_game": 5526,
    "language": "fi",
    "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/11305483");
$data = json_decode($json, true);
var_dump($data);