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/7836176
json
{
  "response": {
    "steam_id": null,
    "domain": null,
    "id": 7836176,
    "ip": null,
    "port": null,
    "query": null,
    "color": 0,
    "city": "Moscow",
    "description": "[{\"id\":\"s8U0lDfs-w\",\"type\":\"paragraph\",\"data\":{\"text\":\"CSELO — это качественный игровой проект с высоким онлайном, отзывчивой администрацией и приятной атмосферой.[Сайт](https://cs-elo.ru/) | [Группа ВК](https://vk.com/cselo) | [Дискорд](https://discord.gg/2TPBdb4m5y) |\"}},{\"id\":\"xweW7WHliv\",\"type\":\"paragraph\",\"data\":{\"text\":\"PUBLIC | [CS-ELO.RU](https://cs-elo.ru/) | CS2 | !viptest, скиныIP - 95.213.255.94:27415\"}},{\"id\":\"rtbbUjf1zv\",\"type\":\"paragraph\",\"data\":{\"text\":\"AWP | [CS-ELO.RU](https://cs-elo.ru/) | CS2 | !viptest, скиныIP - [37.48.252.4:27115](steam://connect/212.22.93.25:27015)\"}},{\"id\":\"m5LRyuFBYJ\",\"type\":\"paragraph\",\"data\":{\"text\":\"STANDOFF | [CS-ELO.RU](https://cs-elo.ru/) | CS2 | !viptest, скиныIP - [95.213.255.89:27415](steam://connect/46.174.51.173:27015)\"}},{\"id\":\"bTNhRHcePx\",\"type\":\"paragraph\",\"data\":{\"text\":\"PUBLIC+BHOP | [CS-ELO.RU](https://cs-elo.ru/) | CS2 | !viptest, скиныIP - [81.163.17.83:27115](steam://connect/62.182.159.98:27115)\\n[](steam://connect/62.182.159.98:27115)\\nSTANDOFF_OLD | [CS-ELO.RU](https://cs-elo.ru/) | CS2 | !viptest, скиныIP - [95.213.255.90:27015](steam://connect/62.182.159.98:27115)\"}}]",
    "game": 730,
    "owner": 79473,
    "boosts": 1,
    "last_offline": 1774245078,
    "score": 1,
    "last_online": 1773331813,
    "icon": null,
    "name": "🔥 DUST2-MODELS | CRAZYPUB.SU | MOSCOW",
    "connect": null,
    "request": null,
    "map": "de_dust2",
    "gamemode": "Counter-Strike 2",
    "version": null,
    "numplayers": 0,
    "maxplayers": 64,
    "bots": 0,
    "secured": false,
    "private": false,
    "country": "RU",
    "status": false,
    "votes": 0,
    "points": 0,
    "add_date": 1740140046,
    "last_update": 1774245078,
    "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": 15886,
    "language": "ru",
    "parked": true,
    "app": {
      "id": 2,
      "steam_id": 730,
      "name": "Counter-Strike 2",
      "url": "counter-strike-2"
    },
    "server_owner": {
      "username": "MoOv1k",
      "avatar": "16f32f48-85a6-41c1-a3b2-ffc7b12f09df.jpg",
      "last_online": 1768422558
    },
    "mods": [],
    "disabled_modules": []
  }
}

Kod örnekleri

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