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

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

text
https://api.gamemonitoring.in/servers/11143172
json
{
  "response": {
    "steam_id": null,
    "domain": null,
    "id": 11143172,
    "ip": null,
    "port": null,
    "query": null,
    "color": 0,
    "city": "Eugene",
    "description": "[{\"id\":\"OAPIczjfNQ\",\"type\":\"paragraph\",\"data\":{\"text\":\"Welcome to OPIUM Classic 5V5\\n\\nExperience Counter-Strike 2 exactly as it was meant to be played. Our server is dedicated to providing a high-performance, low-latency environment for competitive 5v5 matches.\\n\\nRules: Standard Competitive (MR12)\\n\\nLocation: Czechia (Central Europe)\\n\\nFeatures: Active administration, clean config, and no lag.\\n\\nMap Pool: Dust 2, Mirage, Inferno, Nuke, Ancient, Anubis, Overpass, Vertigo, Train, Office, Italy\\n\\nJoin us for a fair and focused tactical experience. No toxic behavior, just pure CS.\"}}]",
    "game": 730,
    "owner": 169246,
    "boosts": 1,
    "last_offline": 1772517058,
    "score": 0,
    "last_online": 1771603289,
    "icon": null,
    "name": "OPIUM Classic 5V5 | Vanilla",
    "connect": null,
    "request": null,
    "map": "de_dust2",
    "gamemode": "Counter-Strike 2",
    "version": null,
    "numplayers": 0,
    "maxplayers": 10,
    "bots": 0,
    "secured": false,
    "private": false,
    "country": "US",
    "status": false,
    "votes": 0,
    "points": 0,
    "add_date": 1771414422,
    "last_update": 1772517058,
    "banned": false,
    "wipe": null,
    "official": null,
    "wipe_period": null,
    "next_wipe": null,
    "pve": null,
    "pvp": null,
    "list_hidden": false,
    "hide_address": false,
    "hide_query": false,
    "position_game": 16441,
    "language": "en",
    "parked": true,
    "app": {
      "id": 2,
      "steam_id": 730,
      "name": "Counter-Strike 2",
      "url": "counter-strike-2"
    },
    "server_owner": {
      "username": "max_n_vzorov",
      "avatar": "e3e785bd-717b-4ffc-9a50-07bfd951e7fe.jpg",
      "last_online": 1773154971
    },
    "mods": [
      {
        "id": 5,
        "name": "Admin System"
      },
      {
        "id": 48,
        "name": "Check Cheats"
      },
      {
        "id": 416,
        "name": "Classic"
      },
      {
        "id": 394,
        "name": "Votemap"
      },
      {
        "id": 395,
        "name": "Voting for map"
      },
      {
        "id": 9,
        "name": "Admins"
      },
      {
        "id": 1938,
        "name": "PUBLIC"
      }
    ],
    "disabled_modules": []
  }
}

कोड उदाहरण

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