Мы предлагаем широкий выбор методов интеграции. Вы можете воспользоваться любым из них или создать свой собственный с помощью JSON API. Если у вас есть предложение по добавлению нового метода интеграции, пожалуйста, свяжитесь с нами. Связаться с нами

JSON для программ, сайтов и прочего

text
https://api.gamemonitoring.ru/servers/7518106
json
{
  "response": {
    "steam_id": "85568392923764232",
    "domain": null,
    "id": 7518106,
    "ip": "46.105.73.18",
    "port": 27015,
    "query": 27015,
    "color": 0,
    "city": "Roubaix",
    "description": null,
    "game": 240,
    "owner": null,
    "boosts": 1,
    "last_offline": 1768554257,
    "score": 0,
    "last_online": 1775796612,
    "icon": null,
    "name": "Zombie Escape ● NiDE.GG ● NoSteam | discord.gg/nide",
    "connect": "46.105.73.18:27015",
    "request": "46.105.73.18:27015",
    "map": "ze_atix_apocalypse_v1a",
    "gamemode": "▇▇▇▇► Zombie Escape ●",
    "version": "9540945",
    "numplayers": 39,
    "maxplayers": 65,
    "bots": 0,
    "secured": true,
    "private": false,
    "country": "FR",
    "status": true,
    "votes": 0,
    "points": 92,
    "add_date": 1739307229,
    "last_update": 1775796612,
    "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": 120,
    "language": "fr",
    "parked": false,
    "app": {
      "id": 5,
      "steam_id": 240,
      "name": "Counter-Strike: Source",
      "url": "counter-strike-source"
    },
    "server_owner": null,
    "mods": [],
    "disabled_modules": []
  }
}

Примеры кода

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