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/11182285
json
{
  "response": {
    "steam_id": null,
    "domain": null,
    "id": 11182285,
    "ip": "82.147.67.167",
    "port": 27215,
    "query": 27215,
    "color": 0,
    "city": "Moscow",
    "description": "[{\"id\":\"qqQ7aMjZ7m\",\"type\":\"paragraph\",\"data\":{\"text\":\"**Вас приветствует 💚FAMECSGO💚**\\nЭто лучший проект по серверам Counter-Strike: Global Offensive, на котором вас будет ждать:\\n- хорошая администрация 👋\\n- стабильный онлайн💪\\n- интересная система наград, топов по статистике, випок🤩\\n- ламповая атмосфера🤘\\nНа наших серверах любой может стать **Легендой** - попробуй и ты!!!\\n----------------------------------------------------------------------------\\nНаш сайт - https://famecsgo.ru/\\nНаш дискорд - https://discord.gg/E4NkpCcZEU\\n\"}}]",
    "game": 4465480,
    "owner": 180438,
    "boosts": 1,
    "last_offline": 1775799621,
    "score": 5,
    "last_online": 1775830209,
    "icon": null,
    "name": "💚FAMECSGO.RU ➥ +FPS PUBLIC | FREE VIP",
    "connect": "82.147.67.167:27215",
    "request": "82.147.67.167:27215",
    "map": "de_mirage_fps_fame",
    "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": 43,
    "points": 138,
    "add_date": 1772628643,
    "last_update": 1775830209,
    "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": 47,
    "language": "ru",
    "parked": false,
    "app": {
      "id": 1629104,
      "steam_id": 4465480,
      "name": "Counter-Strike: Global Offensive",
      "url": "counter-strike-global-offensive"
    },
    "server_owner": {
      "username": "famecsgo",
      "avatar": "no.jpg",
      "last_online": 1775809968
    },
    "mods": [],
    "disabled_modules": []
  }
}

Kod örnekleri

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