[CS:GO]🟢🟢🟢| FEATANIME#2 | !VIP !SHOP !VIPTEST🔴 için API

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/10733650
json
{
  "response": {
    "steam_id": null,
    "domain": null,
    "id": 10733650,
    "ip": "185.194.107.195",
    "port": 27015,
    "query": 27015,
    "color": 0,
    "city": "St Petersburg",
    "description": "[{\"id\":\"7S-KX_5-Sw\",\"type\":\"paragraph\",\"data\":{\"text\":\"Отличный проект, с хорошими игроками и всякими ивентами\"}}]",
    "game": 4465480,
    "owner": 30703,
    "boosts": 1,
    "last_offline": 1773545564,
    "score": 5,
    "last_online": 1775805011,
    "icon": null,
    "name": "[CS:GO]🟢🟢🟢| FEATANIME#2 | !VIP !SHOP !VIPTEST🔴",
    "connect": "185.194.107.195:27015",
    "request": "185.194.107.195:27015",
    "map": "de_mirage",
    "gamemode": "Counter-Strike: Global Offensive",
    "version": "1.38.8.1",
    "numplayers": 0,
    "maxplayers": 32,
    "bots": 0,
    "secured": true,
    "private": false,
    "country": "RU",
    "status": true,
    "votes": 0,
    "points": 90,
    "add_date": 1765380227,
    "last_update": 1775805011,
    "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": 89,
    "language": "ru",
    "parked": false,
    "app": {
      "id": 1629104,
      "steam_id": 4465480,
      "name": "Counter-Strike: Global Offensive",
      "url": "counter-strike-global-offensive"
    },
    "server_owner": {
      "username": "FEATANIME",
      "avatar": "a58188d7-ba51-4386-96a4-8aeee8408466.jpg",
      "last_online": 1769779271
    },
    "mods": [
      {
        "id": 14,
        "name": "Advertisement"
      },
      {
        "id": 49,
        "name": "CheckCheats"
      },
      {
        "id": 979,
        "name": "Kits"
      },
      {
        "id": 338,
        "name": "Show Damage"
      },
      {
        "id": 1323,
        "name": "Shop"
      },
      {
        "id": 363,
        "name": "Tag (LR)"
      },
      {
        "id": 370,
        "name": "Time VIP"
      },
      {
        "id": 1388,
        "name": "Stack Size Controller"
      },
      {
        "id": 348,
        "name": "Smoke Color"
      },
      {
        "id": 947,
        "name": "IQRates"
      },
      {
        "id": 1225,
        "name": "Raidable Bases"
      },
      {
        "id": 645,
        "name": "Convoy Reforged"
      },
      {
        "id": 355,
        "name": "Status"
      },
      {
        "id": 931,
        "name": "IQEconomic"
      },
      {
        "id": 1602,
        "name": "SimpleClans"
      }
    ],
    "disabled_modules": []
  }
}

Kod örnekleri

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