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

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

text
https://api.gamemonitoring.in/servers/10185341
json
{
  "response": {
    "fps": 63,
    "fps_avg": 76,
    "entities_count": 77404,
    "world_seed": 1337,
    "world_size": 4500,
    "steam_id": "90284211011244039",
    "domain": null,
    "id": 10185341,
    "ip": "98.142.2.49",
    "port": 2844,
    "query": 2845,
    "color": 0,
    "city": "Ashburn",
    "description": "- 5x resources\r\n- NPCs\r\n- Increased loot\r\n- Raid bases\r\n- Dungeons\r\n- Shop\r\n- Skill Tree\r\n- Many many premium plugins\r\n- Zero VIP bullshit, enjoy 98% of all plugins on the server\r\n- Monthly map/BP wipes (first Thursday of each month)\r\n- Every 3 months SkillTree and RP wipe\r\n- Enjoy the game you already paid for",
    "game": 252490,
    "owner": null,
    "boosts": 1,
    "last_offline": 1775883801,
    "score": 0,
    "last_online": 1775885417,
    "icon": null,
    "name": "!Crustacean Club 5x|PvE|Shop|SkillTree|RaidBases|Dungeons|NoVIP",
    "connect": "98.142.2.49:2844",
    "request": "98.142.2.49:2845",
    "map": "Custom Map",
    "gamemode": "Survival",
    "version": "2623",
    "numplayers": 1,
    "maxplayers": 100,
    "bots": 0,
    "secured": true,
    "private": false,
    "country": "US",
    "status": true,
    "votes": 0,
    "points": 60,
    "add_date": 1756307609,
    "last_update": 1775885417,
    "banned": false,
    "wipe": 1775152887,
    "official": null,
    "wipe_period": null,
    "next_wipe": null,
    "pve": 0,
    "pvp": null,
    "list_hidden": false,
    "hide_address": false,
    "hide_query": false,
    "position_game": 3737,
    "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/10185341");
$data = json_decode($json, true);
var_dump($data);