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

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

text
https://api.gamemonitoring.ru/servers/2483189
json
{
  "response": {
    "id": 2483189,
    "ip": "50.47.134.93",
    "port": 13953,
    "query": 13953,
    "owner_name": null,
    "owner_avatar": null,
    "color": 0,
    "description": "The Wanderers",
    "game": 108600,
    "owner": null,
    "boosts": 1,
    "last_offline": 1744514288,
    "score": null,
    "last_online": 1746991831,
    "icon": null,
    "name": "[USA/EN] - [PVE/RP] - The Wanderers - Season Three!",
    "connect": "50.47.134.93:13953",
    "request": "50.47.134.93:13953",
    "map": "Basements;vehicle_interior;Road",
    "gamemode": "Project Zomboid",
    "version": "41.78.16",
    "numplayers": 4,
    "maxplayers": 18,
    "bots": 0,
    "secured": true,
    "private": false,
    "country": "US",
    "status": true,
    "votes": 0,
    "points": 67,
    "add_date": 1704709563,
    "last_update": 1746991831,
    "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/2483189");
$data = json_decode($json, true);
var_dump($data);