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/3432504
json
{
  "response": {
    "steam_id": null,
    "domain": null,
    "id": 3432504,
    "ip": null,
    "port": null,
    "query": null,
    "color": 0,
    "city": null,
    "description": "[{\"id\":\"a5woudou0\",\"type\":\"image\",\"data\":{\"caption\":\"[![6qry-Wz-O8-QEqp-NYVDQ65m8-A.png](https://i.postimg.cc/50Gf4xpS/6qry-Wz-O8-QEqp-NYVDQ65m8-A.png)](https://postimg.cc/mzQvVWvP)\",\"withBorder\":false,\"withBackground\":false,\"stretched\":true,\"file\":{\"url\":\"https://i.postimg.cc/50Gf4xpS/6qry-Wz-O8-QEqp-NYVDQ65m8-A.png\"}}},{\"id\":\"6solh1ztz\",\"type\":\"paragraph\",\"data\":{\"text\":\"🔥Добро пожаловать на наш проект. Приятной игры на сервере🔥\\n🔥Добро пожаловать на игровой проект 322-cs2🔥\\n🎮 [CS2]PUBLIC| 322-cs2.ru #2 🎮\\n🎮 Наш сайт » [https://322-cs2.ru/](https://322-cs2.ru/) 🎮\\n🎮 Наш сервер » 193.19.119.127:30007🎮\\n🎮 Наш магазин » [https://322-cs2.ru/shop/](https://322-cs2.ru/shop/) 🎮\\n🎮 Наш дискорд »  [https://discord.gg/322-cs2](https://discord.gg/322-cs2) 🎮\"}}]",
    "game": 730,
    "owner": 54962,
    "boosts": 1,
    "last_offline": 1753434896,
    "score": 5,
    "last_online": 1749987623,
    "icon": null,
    "name": "Name is not set on server",
    "connect": null,
    "request": null,
    "map": "de_dust2",
    "gamemode": "Counter-Strike 2",
    "version": null,
    "numplayers": 0,
    "maxplayers": 20,
    "bots": 0,
    "secured": false,
    "private": false,
    "country": "RU",
    "status": false,
    "votes": 0,
    "points": 0,
    "add_date": 1710495622,
    "last_update": 1753434896,
    "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": 15571,
    "language": "ru",
    "parked": true,
    "app": {
      "id": 2,
      "steam_id": 730,
      "name": "Counter-Strike 2",
      "url": "counter-strike-2"
    },
    "server_owner": {
      "username": "chushpan",
      "avatar": "fa0ea408-53dc-4e10-a351-225ffd3a8735.jpg",
      "last_online": 1762639318
    },
    "mods": [],
    "disabled_modules": []
  }
}

Kod örnekleri

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