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

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

text
https://api.gamemonitoring.in/servers/5538594
json
{
  "response": {
    "fps": 26,
    "fps_avg": 26,
    "entities_count": 137167,
    "world_seed": 862026,
    "world_size": 3800,
    "steam_id": "90283958937978890",
    "domain": null,
    "id": 5538594,
    "ip": "49.12.146.141",
    "port": 28010,
    "query": 28011,
    "color": 0,
    "city": "Falkenstein",
    "description": "![WILDERNESS Romania x2 |Solo Only| Monthly|Noob|50% Up|05.04](https://i.ibb.co/gZBDC0cN/Wilderness-1024-x-512-px-1.png)\nMap Wipes: First Sunday of each month at 13:00 CET\r\n BP Wipes: First Thursday of each month at 20:00 CET\r\n \r\n ★ 2x Improved Loot & Gather\r\n ★ Faster Recycling\r\n ★ 5x Stack Sizes & Boosted Sell Rates\r\n ★ Junk Removed & New Additions\r\n \r\n ★ Playtime Rewards • New Vehicle Options\r\n ★ 50% UPKEEP • Short Nights (5 mins)\r\n ★ Backpack • 2x SkillTree • /Craft Panel\r\n ★ Box Sorter • Auto-Doors • Extended WB Range\r\n \r\n ★ Extra Recyclers • New Vehicles • /Craft Panel\r\n ★ PvE Events • Daily Events • /skin • /missions\r\n ★ Rust Points • /Shop • BattlePass • /kit\r\n  \r\n ★ Active Staff 24/7 • Friendly Community • No Teaming Abuse",
    "game": 252490,
    "owner": null,
    "boosts": 1,
    "last_offline": 1775386931,
    "score": 0,
    "last_online": 1775916016,
    "icon": null,
    "name": "WILDERNESS Romania x2 |Solo Only| Monthly|Noob|50% Up|05.04",
    "connect": "49.12.146.141:28010",
    "request": "49.12.146.141:28011",
    "map": "High FPS | Wiped - 6d ago",
    "gamemode": "Survival",
    "version": "2623",
    "numplayers": 6,
    "maxplayers": 200,
    "bots": 0,
    "secured": true,
    "private": false,
    "country": "DE",
    "status": true,
    "votes": 0,
    "points": 61,
    "add_date": 1723112727,
    "last_update": 1775916016,
    "banned": false,
    "wipe": 1775386697,
    "official": null,
    "wipe_period": null,
    "next_wipe": null,
    "pve": 0,
    "pvp": null,
    "list_hidden": false,
    "hide_address": false,
    "hide_query": false,
    "position_game": 2386,
    "language": "de",
    "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/5538594");
$data = json_decode($json, true);
var_dump($data);