API для [JFG]Epoch/Origins|TANKS|AlienRifle|COIN|TELEPORTER|MODDED(1.0.

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

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

text
https://api.gamemonitoring.ru/servers/812017
json
{
  "response": {
    "id": 812017,
    "ip": "76.100.7.57",
    "port": 2312,
    "query": 2313,
    "owner_name": null,
    "owner_avatar": null,
    "color": 0,
    "description": "",
    "game": 33930,
    "owner": null,
    "boosts": 1,
    "last_offline": 1735491241,
    "score": null,
    "last_online": 1747221125,
    "icon": null,
    "name": "[JFG]Epoch/Origins|TANKS|AlienRifle|COIN|TELEPORTER|MODDED(1.0.",
    "connect": "76.100.7.57:2312",
    "request": "76.100.7.57:2313",
    "map": null,
    "gamemode": "Arma OA",
    "version": "1.64.144629",
    "numplayers": 0,
    "maxplayers": 50,
    "bots": 0,
    "secured": false,
    "private": false,
    "country": "US",
    "status": true,
    "votes": 0,
    "points": 30,
    "add_date": 1684357600,
    "last_update": 1747221125,
    "banned": false,
    "wipe": null,
    "official": null,
    "wipe_period": null,
    "next_wipe": null,
    "pve": null,
    "list_hidden": false,
    "app": {
      "id": 62,
      "steam_id": 33930,
      "name": "Arma 2: Operation Arrowhead",
      "url": "arma-2-operation-arrowhead",
      "popular_maps_available": true
    },
    "server_owner": null,
    "mods": [],
    "disabled_modules": []
  }
}

Примеры кода

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