API для RustPlay PVE/PVP-Zones TP|Zombies|LVLs|Kits|Quests|Clans|+More!

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

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

text
https://api.gamemonitoring.ru/servers/1397541
json
{
  "response": {
    "fps": 28,
    "fps_avg": 27,
    "entities_count": 308295,
    "world_seed": 4071,
    "world_size": 4750,
    "id": 1397541,
    "ip": "69.10.61.11",
    "port": 28023,
    "query": 28024,
    "color": 0,
    "description": "![RustPlay PVE/PVP-Zones TP|Zombies|LVLs|Kits|Quests|Clans|+More!](https://i.ibb.co/yB6kWJg/Rustplaypvepvp5.png)\nPVE Based Map With PVP Zones And Zombies \r\n -Zombies -AI Raid Bases -Events -Quests -Kits \r\n -Vehicles -Levels -SkinBox -Backpacks -Fishing  \r\n -Custom Loot -Clans -Teleport/Home -Rewards Store  \r\n -Raid Protection Online & 48 Hours After Logging Off \r\n -70% Less Decay -50% More Loot -1000% More Fun \r\n -70+ Custom Plugins To Make Rust The Way It Should Be \r\n -Eastern No Lag US Server -Restarts Daily 4AM CST \r\n -Active Staff -Owner Supervision -All Game Styles Welcome \r\n -48 Hour Purge Before Wipe -Forced Monthly Wipe At Rust Update Only",
    "game": 252490,
    "owner": null,
    "boosts": 1,
    "last_offline": 1755680771,
    "score": null,
    "last_online": 1755703226,
    "icon": null,
    "name": "RustPlay PVE/PVP-Zones TP|Zombies|LVLs|Kits|Quests|Clans|+More!",
    "connect": "69.10.61.11:28023",
    "request": "69.10.61.11:28024",
    "map": "Procedural Map",
    "gamemode": "Survival",
    "version": "2594",
    "numplayers": 30,
    "maxplayers": 420,
    "bots": 0,
    "secured": true,
    "private": false,
    "country": "US",
    "status": true,
    "votes": 0,
    "points": 62,
    "add_date": 1696081409,
    "last_update": 1755703226,
    "banned": false,
    "wipe": 1754589396,
    "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/1397541");
$data = json_decode($json, true);
var_dump($data);