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

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

text
https://api.gamemonitoring.ru/servers/8263193
json
{
  "response": {
    "id": 8263193,
    "ip": "78.48.72.35",
    "port": 27035,
    "query": 27035,
    "owner_name": null,
    "owner_avatar": null,
    "color": 0,
    "description": null,
    "game": 41010,
    "owner": null,
    "boosts": 1,
    "last_offline": 1743830141,
    "score": 0,
    "last_online": 1742546585,
    "icon": null,
    "name": "!AAH!CLAN!Server (CTF)",
    "connect": "78.48.72.35:27035",
    "request": "78.48.72.35:27035",
    "map": "AshesToAshes",
    "gamemode": "Serious Sam HD : The Second Encounter",
    "version": null,
    "numplayers": 0,
    "maxplayers": 16,
    "bots": 0,
    "secured": false,
    "private": false,
    "country": "DE",
    "status": false,
    "votes": 0,
    "points": 0,
    "add_date": 1742469159,
    "last_update": 1743830141,
    "banned": false,
    "wipe": null,
    "official": null,
    "wipe_period": null,
    "next_wipe": null,
    "pve": null,
    "list_hidden": false,
    "app": {
      "id": 95,
      "steam_id": 41010,
      "name": "Serious Sam HD: The Second Encounter",
      "url": "serious-sam-hd-the-second-encounter",
      "popular_maps_available": true
    },
    "server_owner": null,
    "mods": [],
    "disabled_modules": []
  }
}

Примеры кода

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