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

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

text
https://api.gamemonitoring.ru/servers/5569631
json
{
  "response": {
    "id": 5569631,
    "ip": "209.192.173.114",
    "port": 27015,
    "query": 27015,
    "owner_name": null,
    "owner_avatar": null,
    "color": 0,
    "description": null,
    "game": 550,
    "owner": null,
    "boosts": 1,
    "last_offline": 1743489923,
    "score": 0,
    "last_online": 1742351462,
    "icon": null,
    "name": "Plonker's Bollock Bash",
    "connect": "209.192.173.114:27015",
    "request": "209.192.173.114:27015",
    "map": "outrungridfinale_05",
    "gamemode": "Left 4 Dead 2",
    "version": null,
    "numplayers": 0,
    "maxplayers": 4,
    "bots": 0,
    "secured": false,
    "private": false,
    "country": "US",
    "status": false,
    "votes": 0,
    "points": 0,
    "add_date": 1723339603,
    "last_update": 1743489923,
    "banned": false,
    "wipe": null,
    "official": null,
    "wipe_period": null,
    "next_wipe": null,
    "pve": null,
    "list_hidden": false,
    "app": {
      "id": 11,
      "steam_id": 550,
      "name": "Left 4 Dead 2",
      "url": "left-4-dead-2",
      "popular_maps_available": true
    },
    "server_owner": null,
    "mods": [],
    "disabled_modules": []
  }
}

Примеры кода

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