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

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

text
https://api.gamemonitoring.ru/servers/6080507
json
{
  "response": {
    "id": 6080507,
    "ip": "217.64.151.113",
    "port": 32000,
    "query": 32000,
    "color": 0,
    "description": null,
    "game": 563560,
    "owner": null,
    "boosts": 1,
    "last_offline": 1755298657,
    "score": 0,
    "last_online": 1755775370,
    "icon": null,
    "name": "sg-servers.net ASRD #2 |30 Players",
    "connect": "217.64.151.113:32000",
    "request": "217.64.151.113:32000",
    "map": "ASI-Jac1-LandingBay_01",
    "gamemode": "Alien Swarm: Reactive Drop",
    "version": "7.1.4.6",
    "numplayers": 0,
    "maxplayers": 30,
    "bots": 0,
    "secured": true,
    "private": false,
    "country": "DE",
    "status": true,
    "votes": 0,
    "points": 30,
    "add_date": 1727702725,
    "last_update": 1755775370,
    "banned": false,
    "wipe": null,
    "official": null,
    "wipe_period": null,
    "next_wipe": null,
    "pve": null,
    "pvp": null,
    "list_hidden": false,
    "hide_address": false,
    "app": {
      "id": 176,
      "steam_id": 563560,
      "name": "Alien Swarm: Reactive Drop",
      "url": "alien-swarm-reactive-drop",
      "popular_maps_available": true
    },
    "server_owner": null,
    "mods": [],
    "disabled_modules": []
  }
}

Примеры кода

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