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/9828197
json
{
  "response": {
    "steam_id": "85568392934986819",
    "domain": null,
    "id": 9828197,
    "ip": "95.213.255.158",
    "port": 27115,
    "query": 27115,
    "color": 0,
    "city": "Moscow",
    "description": "[{\"id\":\"VFFbzX6hnC\",\"type\":\"header\",\"data\":{\"text\":\"Первый в России WCS Проект - Azerot.\",\"level\":2}},{\"id\":\"msYGi-pTOV\",\"type\":\"paragraph\",\"data\":{\"text\":\"**Сервер открылся 19 июля, пока что доступно около 30 рас.**\"}},{\"id\":\"vl-docRHog\",\"type\":\"paragraph\",\"data\":{\"text\":\"На сервере также есть: Скинченджер (Бесплатно), Кастомные скины на оружие (Бесплатно), Кастомные скины на персонажей, Боевой Пропуск, Различные привилегии без дизбаланса.\"}},{\"id\":\"DDa-j7yrbO\",\"type\":\"paragraph\",\"data\":{\"text\":\"**Наш сайт - **[AZEROTCS2.RU](https://azerotcs2.ru/)\"}}]",
    "game": 730,
    "owner": 70804,
    "boosts": 1,
    "last_offline": 1773281530,
    "score": 5,
    "last_online": 1775809809,
    "icon": null,
    "name": "AZEROTCS2.RU 👑 WCS2 - ОБНОВЛЕНИЕ 28.03",
    "connect": "95.213.255.158:27115",
    "request": "95.213.255.158:27115",
    "map": "de_dust2",
    "gamemode": "Counter-Strike 2",
    "version": "1.41.4.1",
    "numplayers": 0,
    "maxplayers": 32,
    "bots": 0,
    "secured": false,
    "private": false,
    "country": "RU",
    "status": true,
    "votes": 0,
    "points": 114,
    "add_date": 1752948744,
    "last_update": 1775809809,
    "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": 83,
    "language": "ru",
    "parked": false,
    "app": {
      "id": 2,
      "steam_id": 730,
      "name": "Counter-Strike 2",
      "url": "counter-strike-2"
    },
    "server_owner": {
      "username": "samosaddd",
      "avatar": "3b569643-8915-4a28-ba89-5589819ae915.jpg",
      "last_online": 1774821808
    },
    "mods": [
      {
        "id": 343,
        "name": "Skins"
      },
      {
        "id": 436,
        "name": "Weapon Skins"
      },
      {
        "id": 344,
        "name": "Skins (Shop)"
      },
      {
        "id": 398,
        "name": "Weapon Restrict"
      },
      {
        "id": 177,
        "name": "Custom Weapons"
      },
      {
        "id": 1355,
        "name": "Skins"
      },
      {
        "id": 696,
        "name": "Customizable Weapons"
      },
      {
        "id": 150,
        "name": "Weapon Paints"
      },
      {
        "id": 151,
        "name": "weapon skin"
      },
      {
        "id": 1777,
        "name": "WCS"
      },
      {
        "id": 1168,
        "name": "Player Skins"
      },
      {
        "id": 1346,
        "name": "Skin Changer"
      },
      {
        "id": 671,
        "name": "Custom Explosive Weapons"
      },
      {
        "id": 803,
        "name": "FreeSkins"
      }
    ],
    "disabled_modules": []
  }
}

Kod örnekleri

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