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

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

text
https://api.gamemonitoring.ru/servers/11488588
json
{
  "response": {
    "steam_id": null,
    "domain": null,
    "id": 11488588,
    "ip": "80.242.59.112",
    "port": 7778,
    "query": 7778,
    "color": 0,
    "city": "Veliky Novgorod",
    "description": null,
    "game": 9000035,
    "owner": null,
    "boosts": 1,
    "last_offline": 1775767925,
    "score": 0,
    "last_online": 1775766025,
    "icon": null,
    "name": "Arizona Role Play | Boston",
    "connect": "80.242.59.112:7778",
    "request": "80.242.59.112:7778",
    "map": "San Andreas",
    "gamemode": "Arizona-rp Russian",
    "version": null,
    "numplayers": 0,
    "maxplayers": 75,
    "bots": 0,
    "secured": null,
    "private": false,
    "country": "RU",
    "status": false,
    "votes": 1,
    "points": 1,
    "add_date": 1775634701,
    "last_update": 1775767925,
    "banned": false,
    "wipe": null,
    "official": null,
    "wipe_period": null,
    "next_wipe": null,
    "pve": null,
    "pvp": null,
    "list_hidden": false,
    "hide_address": false,
    "hide_query": false,
    "position_game": 1065,
    "language": "ru",
    "parked": false,
    "app": {
      "id": 168,
      "steam_id": 9000035,
      "name": "Samp",
      "url": "samp"
    },
    "server_owner": null,
    "mods": [],
    "disabled_modules": []
  }
}

Примеры кода

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