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

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

text
https://api.gamemonitoring.ru/servers/6282290
json
{
  "response": {
    "fps": 40,
    "modded": true,
    "fps_avg": 40,
    "world_seed": 1337,
    "world_size": 3300,
    "entities_count": 71800,
    "id": 6282290,
    "ip": "177.221.141.73",
    "port": 28045,
    "query": 28045,
    "owner_name": null,
    "owner_avatar": null,
    "color": 0,
    "description": "![[LATAM] LUNARUST X10 | 9/4 Wipe](https://latamgameservers.com/imgs/lunarust.jpg)\nWelcome to LUNARUST x10 LATAM \r\nFull Wipe Saturday, Map wipe Wednesday \r\n \r\nMax team: 5 \r\n \r\nKits, Clan, Home, Teleport, Trade \r\nResources and Loot x10 \r\nCraft, Smelt, Recycler and Mixing table x10 \r\nAll tier 1 and electrical BPs unlocked \r\nExtended workbench, bgrade and skinbox \r\nLong days and short nights \r\n \r\nPowered by LatamGameServers.com & LunaRust.com \r\nClick Visit Webpage (blue button) to visit our webpage, join our discord and more",
    "game": 252490,
    "owner": null,
    "boosts": 1,
    "last_offline": 1741452738,
    "score": 0,
    "last_online": 1744423252,
    "icon": null,
    "name": "[LATAM] LUNARUST X10 | 9/4 Wipe",
    "connect": "177.221.141.73:28047",
    "request": "177.221.141.73:28045",
    "map": "FPS+ LunaRust.com",
    "gamemode": "Survival",
    "version": "2585",
    "numplayers": 6,
    "maxplayers": 100,
    "bots": 0,
    "secured": true,
    "private": false,
    "country": "CL",
    "status": true,
    "votes": 0,
    "points": 61,
    "add_date": 1729463111,
    "last_update": 1744423252,
    "banned": false,
    "wipe": 1744225203,
    "official": null,
    "wipe_period": null,
    "next_wipe": null,
    "pve": null,
    "list_hidden": false,
    "app": {
      "id": 12,
      "steam_id": 252490,
      "name": "Rust",
      "url": "rust",
      "popular_maps_available": false
    },
    "server_owner": null,
    "mods": [],
    "disabled_modules": []
  }
}

Примеры кода

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