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

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

text
https://api.gamemonitoring.in/servers/10939419
json
{
  "response": {
    "fps": 60,
    "fps_avg": 59,
    "entities_count": 3249,
    "world_seed": 1,
    "world_size": 1500,
    "steam_id": "90284058669451289",
    "domain": null,
    "id": 10939419,
    "ip": "168.100.163.205",
    "port": 30015,
    "query": 30016,
    "color": 0,
    "city": "Dallas",
    "description": "![HavocRust.gg - 2x Actual One Grid | Solo/Duo | Small 1 Grid](https://i.imgur.com/YPnk2Vc.png)\nWelcome To HavocRust.gg - 2x Actual One Grid | Solo/Duo | 1 Grid!\r\n- Core Gameplay Mechanics Squeezed Inside Just One Grid!\r\n\r\n> Group Limit: Duo (2) - No Exceptions!\r\n> Wipe Schedule: Tuesdays & Saturdays @ 3PM EST U.S Timezone\r\n> Blueprints: Wipe Monthly On Force Wipe\r\n> 2x Gather/Loot , Faster Recycling , Faster Crafting\r\n\r\nHavocRust.gg Perks:\r\n- Custom Maps, New Monuments, and a Unique Playstyle\r\n- High Performance Servers & DDOS Protected\r\n- Active Staff & Constant Updates\r\n\r\nCheck Out Our Store & Support The Server:\r\n@ https://store.havocrust.gg/",
    "game": 252490,
    "owner": null,
    "boosts": 1,
    "last_offline": 1775194330,
    "score": 0,
    "last_online": 1775904018,
    "icon": null,
    "name": "HavocRust.gg - 2x Actual One Grid | Solo/Duo | Small 1 Grid",
    "connect": "168.100.163.205:30015",
    "request": "168.100.163.205:30016",
    "map": "Havoc Actual One Grid",
    "gamemode": "Survival",
    "version": "2623",
    "numplayers": 0,
    "maxplayers": 40,
    "bots": 0,
    "secured": true,
    "private": false,
    "country": "US",
    "status": true,
    "votes": 0,
    "points": 60,
    "add_date": 1768494593,
    "last_update": 1775904018,
    "banned": false,
    "wipe": 1775588341,
    "official": null,
    "wipe_period": null,
    "next_wipe": null,
    "pve": 0,
    "pvp": null,
    "list_hidden": false,
    "hide_address": false,
    "hide_query": false,
    "position_game": 4709,
    "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/10939419");
$data = json_decode($json, true);
var_dump($data);