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

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

text
https://api.gamemonitoring.ru/servers/11303602
json
{
  "response": {
    "steam_id": "90284139191820288",
    "domain": null,
    "id": 11303602,
    "ip": "31.214.193.155",
    "port": 7977,
    "query": 7978,
    "color": 0,
    "city": "Frankfurt am Main",
    "description": null,
    "game": 346110,
    "owner": null,
    "boosts": 1,
    "last_offline": 1775745681,
    "score": 0,
    "last_online": 1775762422,
    "icon": null,
    "name": "nitrado.net Gameserver",
    "connect": "31.214.193.155:7977",
    "request": "31.214.193.155:7978",
    "map": "Valguero_P",
    "gamemode": "TestGameMode_C",
    "version": "361.7",
    "numplayers": 3,
    "maxplayers": 10,
    "bots": 0,
    "secured": true,
    "private": false,
    "country": "DE",
    "status": true,
    "votes": 0,
    "points": 43,
    "add_date": 1774592781,
    "last_update": 1775762422,
    "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": 1184,
    "language": "de",
    "parked": false,
    "app": {
      "id": 67,
      "steam_id": 346110,
      "name": "ARK: Survival Evolved",
      "url": "ark-survival-evolved"
    },
    "server_owner": null,
    "mods": [],
    "disabled_modules": []
  }
}

Примеры кода

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