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

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

text
https://api.gamemonitoring.in/servers/10571087
json
{
  "response": {
    "fps": 114,
    "fps_avg": 105,
    "entities_count": 96416,
    "world_seed": 1122626401,
    "world_size": 3750,
    "steam_id": "90284212314610717",
    "domain": null,
    "id": 10571087,
    "ip": "57.129.45.171",
    "port": 28015,
    "query": 27017,
    "color": 0,
    "city": "Frankfurt am Main",
    "description": "![0  FUCKS  GIVEN! 10X • PVP • PVE [MyMini|Kits|Shop|TP] 4/2](https://tyler.gg/0fg.jpg)\nJoin 0FG.CA/DISCORD & 0FG.CA/STEAM For Perks!\r\n\r\n✓ 10X Gather / 10X Sulfur / 10X Loot (Junk Removed)\r\n✓ Offline Protection \r\n✓ Higher Stack Sizes\r\n✓ Instant Recycling/Crafting\r\n✓ Boosted Loot Tables\r\n✓ No Electricity Required\r\n✓ Waterless Sprinklers\r\n✓ No BPs\r\n✓ /MyMini (2 Minute CoolDown) For Everyone\r\n✓ Leaderboard + Loyalty Ranks\r\n✓ Bonus Kits (/kit)\r\n✓ Added Shop (/shop)\r\n✓ Purchase Vehicles With Scrap (/vb)\r\n✓ Anti-Cheat Measures Active (Appeal on 0FG.CA/DISCORD)\r\n✓ Active Non-Playing Owner (Friendly too!)",
    "game": 252490,
    "owner": null,
    "boosts": 1,
    "last_offline": 1775587670,
    "score": 0,
    "last_online": 1775904017,
    "icon": null,
    "name": "BOOKMARK NEW IP - 178.32.109.170:25566 - COME JOIN US!",
    "connect": "57.129.45.171:28015",
    "request": "57.129.45.171:27017",
    "map": "High FPS | Wiped - 8d ago",
    "gamemode": "Survival",
    "version": "2623",
    "numplayers": 0,
    "maxplayers": 100,
    "bots": 0,
    "secured": true,
    "private": false,
    "country": "DE",
    "status": true,
    "votes": 0,
    "points": 60,
    "add_date": 1762847003,
    "last_update": 1775904017,
    "banned": false,
    "wipe": 1775152800,
    "official": null,
    "wipe_period": null,
    "next_wipe": null,
    "pve": 0,
    "pvp": null,
    "list_hidden": false,
    "hide_address": false,
    "hide_query": false,
    "position_game": 4255,
    "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/10571087");
$data = json_decode($json, true);
var_dump($data);