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

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

text
https://api.gamemonitoring.ru/servers/8075589
json
{
  "response": {
    "id": 8075589,
    "ip": "185.150.190.150",
    "port": 25577,
    "query": 25577,
    "owner_name": null,
    "owner_avatar": null,
    "color": 0,
    "description": null,
    "game": 9000034,
    "owner": null,
    "boosts": 1,
    "last_offline": 1743289054,
    "score": 0,
    "last_online": 1743465679,
    "icon": null,
    "name": "GT:New Horizons 2.7.2",
    "connect": "185.150.190.150:25577",
    "request": "185.150.190.150:25577",
    "map": null,
    "gamemode": "FML",
    "version": "1.7.10",
    "numplayers": 2,
    "maxplayers": 20,
    "bots": 0,
    "secured": false,
    "private": null,
    "country": "US",
    "status": true,
    "votes": 0,
    "points": 32,
    "add_date": 1741520551,
    "last_update": 1743465679,
    "banned": false,
    "wipe": null,
    "official": null,
    "wipe_period": null,
    "next_wipe": null,
    "pve": null,
    "list_hidden": false,
    "app": {
      "id": 169,
      "steam_id": 9000034,
      "name": "Minecraft",
      "url": "minecraft",
      "popular_maps_available": false
    },
    "server_owner": null,
    "mods": [],
    "disabled_modules": []
  }
}

Примеры кода

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