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

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

text
https://api.gamemonitoring.in/servers/9500802
json
{
  "response": {
    "steam_id": null,
    "domain": null,
    "id": 9500802,
    "ip": null,
    "port": null,
    "query": null,
    "color": 0,
    "city": null,
    "description": "[{\"id\":\"atxdtjZfw0\",\"type\":\"header\",\"data\":{\"text\":\"German Horror Games\",\"level\":2}},{\"id\":\"PK8Co7avL6\",\"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": 1754222620,
    "score": 0,
    "last_online": 1751451622,
    "icon": null,
    "name": "Name is not set on server",
    "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": 1749844171,
    "last_update": 1754222620,
    "banned": false,
    "wipe": null,
    "official": null,
    "wipe_period": null,
    "next_wipe": null,
    "pve": null,
    "pvp": null,
    "list_hidden": false,
    "hide_address": true,
    "hide_query": false,
    "position_game": 34,
    "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/9500802");
$data = json_decode($json, true);
var_dump($data);