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

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

text
https://api.gamemonitoring.ru/servers/7131459
json
{
  "response": {
    "id": 7131459,
    "ip": "101.200.208.12",
    "port": 27015,
    "query": 27015,
    "owner_name": null,
    "owner_avatar": null,
    "color": 0,
    "description": null,
    "game": 2646460,
    "owner": null,
    "boosts": 1,
    "last_offline": 1744142914,
    "score": 0,
    "last_online": 1744149865,
    "icon": null,
    "name": "4月新开【异世界】3经3采-萌新养老-死亡跟包-快",
    "connect": "101.200.208.12:8777",
    "request": "101.200.208.12:27015",
    "map": "Level01_Main",
    "gamemode": "Soulmask",
    "version": "1.0.0.0",
    "numplayers": 0,
    "maxplayers": 30,
    "bots": 0,
    "secured": true,
    "private": false,
    "country": "CN",
    "status": true,
    "votes": 0,
    "points": 30,
    "add_date": 1735977753,
    "last_update": 1744149865,
    "banned": false,
    "wipe": null,
    "official": null,
    "wipe_period": null,
    "next_wipe": null,
    "pve": null,
    "list_hidden": false,
    "app": {
      "id": 1625562,
      "steam_id": 2646460,
      "name": "Soulmask",
      "url": "soulmask",
      "popular_maps_available": false
    },
    "server_owner": null,
    "mods": [],
    "disabled_modules": []
  }
}

Примеры кода

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