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

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

text
https://api.gamemonitoring.ru/servers/449271
json
{
  "response": {
    "fps": 107,
    "fps_avg": 106,
    "entities_count": 91622,
    "world_seed": 1337,
    "world_size": 3500,
    "id": 449271,
    "ip": "157.90.134.101",
    "port": 28015,
    "query": 28017,
    "color": 0,
    "description": "![[EU] PvRust.eu |PvE|RPG|CUSTOM PLUGINS|WIPED 07.08 08/07](https://i.imgur.com/8rgxnGN.png)\n✯ Next Wipe: 21.08.2025 20:00\n✯ Next Force Wipe: 04.09.2025 20:00\n\n Discord: pvrust.eu/discord\n\nServer Supported Languages\n ✯ English: 100%\n ✯ Polski: 40%\n\nHey, Hey, Hello!\nWe are an PvE server with a lot of custom plugins made especially for our server!\nFeel free to join and check them out; we've prepared a custom tutorial plugin for you to make it easier to get to know our server.\n\nWe have been running since July 2018 and have no intention of stopping!\nThough all of these years, we've developed a lot of custom features on our server.\n\nOn our server, you can find:\n ● Custom maps\n ● Developed economy system with shop and market\n ● Raidable bases\n ● Free ranks for playtime\n ● Bots in monuments and around the map\n ● Custom crafting and upgradeable items\n ● Own helicopter and bradley fight system\n ● Water bases\n ● Dungeons\n ● Random events\n ● Monument mutations\n ● Own leveling system\n ● Upgradeable furnaces, cupboards, recyclers, etc.\n ● Player leaderboard with rewards\n ● Backpack, portable locker, and bank system\n ● Over 500 custom items and resources\n ● Tree planting\n ● Loot ownership\n ● And much, much more!\n\n✯ Join now! ✯",
    "game": 252490,
    "owner": null,
    "boosts": 1,
    "last_offline": 1754591769,
    "score": null,
    "last_online": 1755695430,
    "icon": null,
    "name": "[EU] PvRust.eu |PvE|RPG|CUSTOM PLUGINS|WIPED 07.08 08/07",
    "connect": "157.90.134.101:28015",
    "request": "157.90.134.101:28017",
    "map": "The Earth - Apocalypse",
    "gamemode": "Survival",
    "version": "2594",
    "numplayers": 2,
    "maxplayers": 100,
    "bots": 0,
    "secured": true,
    "private": false,
    "country": "DE",
    "status": true,
    "votes": 0,
    "points": 60,
    "add_date": 1630779827,
    "last_update": 1755695430,
    "banned": false,
    "wipe": 1754591924,
    "official": null,
    "wipe_period": null,
    "next_wipe": null,
    "pve": 0,
    "pvp": null,
    "list_hidden": false,
    "hide_address": 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/449271");
$data = json_decode($json, true);
var_dump($data);