Geniş bir entegrasyon yöntemleri yelpazesi sunuyoruz. Bunlardan herhangi birini kullanabilir veya JSON API'sini kullanarak kendinizinkini oluşturabilirsiniz. Yeni bir entegrasyon yöntemi ekleme öneriniz varsa, lütfen bizimle iletişime geçin. Bizimle iletişime geçin

Programlar, siteler ve diğerleri için JSON

text
https://api.gamemonitoring.tr/servers/9317826
json
{
  "response": {
    "steam_id": "85568392935220423",
    "domain": null,
    "id": 9317826,
    "ip": "85.119.149.165",
    "port": 27015,
    "query": 27015,
    "color": 0,
    "city": "Moscow",
    "description": "[\n    {\n        \"id\": \"m9R8hnPLWP\",\n        \"type\": \"paragraph\",\n        \"data\": {\n            \"text\": \"Наш сайт - https://qqbasement.ru/\"\n        }\n    },\n    {\n        \"id\": \"S0NXndaMRn\",\n        \"type\": \"paragraph\",\n        \"data\": {\n            \"text\": \"tg - https://t.me/qqbasement\"\n        }\n    },\n    {\n        \"id\": \"F_qTvcdtbW\",\n        \"type\": \"paragraph\",\n        \"data\": {\n            \"text\": \"discord - https://discord.gg/H4bb3bTCVU\"\n        }\n    }\n]",
    "game": 730,
    "owner": 120145,
    "boosts": 1,
    "last_offline": 1771525295,
    "score": 5,
    "last_online": 1775761209,
    "icon": null,
    "name": "qqbasement.ru - PUBLIC",
    "connect": "85.119.149.165:27015",
    "request": "85.119.149.165:27015",
    "map": "de_ancient",
    "gamemode": "Counter-Strike 2",
    "version": "1.41.4.1",
    "numplayers": 0,
    "maxplayers": 32,
    "bots": 0,
    "secured": true,
    "private": false,
    "country": "RU",
    "status": true,
    "votes": 55,
    "points": 145,
    "add_date": 1747719446,
    "last_update": 1775761209,
    "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": 54,
    "language": "ru",
    "parked": false,
    "app": {
      "id": 2,
      "steam_id": 730,
      "name": "Counter-Strike 2",
      "url": "counter-strike-2"
    },
    "server_owner": {
      "username": "deckrimenant",
      "avatar": "d6d509d2-a3a2-45b2-9db5-391991799e9a.jpg",
      "last_online": 1775068302
    },
    "mods": [
      {
        "id": 379,
        "name": "VIP"
      },
      {
        "id": 343,
        "name": "Skins"
      },
      {
        "id": 435,
        "name": "VIP FREE"
      },
      {
        "id": 381,
        "name": "VIP Bhop"
      },
      {
        "id": 383,
        "name": "VIP Core"
      },
      {
        "id": 415,
        "name": "BunnyHop"
      },
      {
        "id": 391,
        "name": "Vips"
      },
      {
        "id": 437,
        "name": "Shop"
      },
      {
        "id": 425,
        "name": "Knife"
      },
      {
        "id": 4,
        "name": "Admin List"
      },
      {
        "id": 362,
        "name": "Tag"
      },
      {
        "id": 34,
        "name": "Bhop"
      },
      {
        "id": 338,
        "name": "Show Damage"
      },
      {
        "id": 23,
        "name": "Armor"
      },
      {
        "id": 344,
        "name": "Skins (Shop)"
      },
      {
        "id": 348,
        "name": "Smoke Color"
      },
      {
        "id": 394,
        "name": "Votemap"
      }
    ],
    "disabled_modules": []
  }
}

Kod örnekleri

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