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

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

text
https://api.gamemonitoring.in/servers/9500799
json
{
  "response": {
    "steam_id": null,
    "domain": null,
    "id": 9500799,
    "ip": null,
    "port": null,
    "query": null,
    "color": 0,
    "city": null,
    "description": "[{\"id\":\"_VKjTWCXKP\",\"type\":\"header\",\"data\":{\"text\":\"German Horror Games\",\"level\":2}},{\"id\":\"8mK314Nz9a\",\"type\":\"linkTool\",\"data\":{\"link\":\"https://discord.gg/YmkjCqM33n\",\"meta\":{\"description\":\"German Horror Games ist eine Gaming Commuity und wir haben 2 SCP:SL Server und einen in Banana Shooter. | 59 members\",\"image\":{\"url\":\"https://cdn.discordapp.com/splashes/1279090814722641931/548120f6474fe219156cf4710af0a5ed.jpg?size=512\"},\"title\":\"German Horror Games\"}}}]",
    "game": 700330,
    "owner": 122776,
    "boosts": 1,
    "last_offline": 1760939608,
    "score": 0,
    "last_online": 1758315623,
    "icon": null,
    "name": "German Horror Games",
    "connect": null,
    "request": null,
    "map": "Facility",
    "gamemode": "SCP: Secret Laboratory",
    "version": null,
    "numplayers": 0,
    "maxplayers": 20,
    "bots": 0,
    "secured": false,
    "private": false,
    "country": "DE",
    "status": false,
    "votes": 0,
    "points": 0,
    "add_date": 1749839665,
    "last_update": 1760939608,
    "banned": false,
    "wipe": null,
    "official": null,
    "wipe_period": null,
    "next_wipe": null,
    "pve": null,
    "pvp": null,
    "list_hidden": false,
    "hide_address": false,
    "hide_query": true,
    "position_game": 33,
    "language": "de",
    "parked": true,
    "app": {
      "id": 18576,
      "steam_id": 700330,
      "name": "SCP: Secret Laboratory",
      "url": "scp-secret-laboratory"
    },
    "server_owner": {
      "username": "Bacnof",
      "avatar": "bed94772-52cd-4087-9af6-48227bb0f276.jpg",
      "last_online": 1773670983
    },
    "mods": [],
    "disabled_modules": [
      "chat"
    ]
  }
}

कोड उदाहरण

php
<?php
$json = file_get_contents("https://api.gamemonitoring.in/servers/9500799");
$data = json_decode($json, true);
var_dump($data);