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

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

text
https://api.gamemonitoring.ru/servers/4663670
json
{
  "response": {
    "id": 4663670,
    "ip": "211.208.63.128",
    "port": 16261,
    "query": 16261,
    "owner_name": null,
    "owner_avatar": null,
    "color": 0,
    "description": "서버테스트 중입니다.",
    "game": 108600,
    "owner": null,
    "boosts": 1,
    "last_offline": 1746760141,
    "score": 0,
    "last_online": 1746987643,
    "icon": null,
    "name": "[24H] [하드코어] 나는 전설이다 [KOR]",
    "connect": "211.208.63.128:16261",
    "request": "211.208.63.128:16261",
    "map": "vehicle_interior;InGameMaps_Mai",
    "gamemode": "Project Zomboid",
    "version": "41.78.16",
    "numplayers": 1,
    "maxplayers": 18,
    "bots": 0,
    "secured": true,
    "private": false,
    "country": "KR",
    "status": true,
    "votes": 0,
    "points": 61,
    "add_date": 1717666382,
    "last_update": 1746987643,
    "banned": false,
    "wipe": null,
    "official": null,
    "wipe_period": null,
    "next_wipe": null,
    "pve": null,
    "list_hidden": false,
    "app": {
      "id": 71,
      "steam_id": 108600,
      "name": "Project Zomboid",
      "url": "project-zomboid",
      "popular_maps_available": false
    },
    "server_owner": null,
    "mods": [],
    "disabled_modules": []
  }
}

Примеры кода

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