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

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

text
https://api.gamemonitoring.in/servers/10347409
json
{
  "response": {
    "fps": 45,
    "fps_avg": 44,
    "entities_count": 109659,
    "world_seed": 1814957568,
    "world_size": 4250,
    "steam_id": "90284165393026074",
    "domain": null,
    "id": 10347409,
    "ip": "156.236.84.197",
    "port": 28120,
    "query": 28121,
    "color": 0,
    "city": "City of London",
    "description": "![Bubble Wrap Rust 3x Main | Noob Friendly | Free VIP](https://cdn3.mapstr.gg/cde6a00412eabc68044ca89cefedb58b.png)\nMODIFIERS:\r\n3x gather | 1x sulfur\r\n3x electric\r\nIncreased turret limit\r\n3x scrap, components, stack sizes\r\n3x crafting, recycling, smelting\r\n50% Upkeep\r\n\r\nPLUGINS INCLUDE:\r\n• Backpacks – players get extra storage in their backpack\r\n• SAM Site Auth – can't be shot down by your own SAMs\r\n• Free Minicopters – /mymini to spawn a mini, minis also spawn on roads\r\n• PVE Events | Airfield Event | Harbour Event | NPC Raidable Bases | Plane Crash\r\n• Drone marketplaces at Fishing Villages & Ranches\r\n• Recyclers at Dome, Oilrigs, Cargo, Ranches & Fishing Villages\r\n• Starter Kits – spawn with essential supplies on first login\r\n• Map Wipe Polls – vote in Discord\r\n• Leaderboards – in game and online leaderboards\r\n• Raid Alarm – automatically receive raid notifications to your Rust+ account\r\n\r\nSERVER INFO:\r\nMap Wipe: Monthly on the first Thursday of the month\r\nBlueprints: Never wipe\r\nMax Team Size: 4\r\nOffline Protection: 10 minutes after logging off, protection kicks in and you have peace of mind you won't be offline raided for the next 2 days\r\n\r\nDiscord: https://discord.gg/dnF4J8ywzr | VIP: TBC",
    "game": 252490,
    "owner": null,
    "boosts": 1,
    "last_offline": 1775758324,
    "score": 0,
    "last_online": 1775885415,
    "icon": null,
    "name": "Bubble Wrap Rust | Duo | 3x | Noob Freindly | Free VIP",
    "connect": "156.236.84.197:28120",
    "request": "156.236.84.197:28121",
    "map": "Procedural Map",
    "gamemode": "Survival",
    "version": "2623",
    "numplayers": 0,
    "maxplayers": 100,
    "bots": 0,
    "secured": true,
    "private": false,
    "country": "GB",
    "status": true,
    "votes": 0,
    "points": 60,
    "add_date": 1758526804,
    "last_update": 1775885415,
    "banned": false,
    "wipe": 1775758426,
    "official": null,
    "wipe_period": null,
    "next_wipe": null,
    "pve": 0,
    "pvp": null,
    "list_hidden": false,
    "hide_address": false,
    "hide_query": false,
    "position_game": 3825,
    "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/10347409");
$data = json_decode($json, true);
var_dump($data);