API для RustReborn.gg AU - Bedwars | AimTrain | Creative | Arena | FFA

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

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

text
https://api.gamemonitoring.ru/servers/7920444
json
{
  "response": {
    "fps": 90,
    "fps_avg": 89,
    "entities_count": 32440,
    "world_seed": 1,
    "world_size": 6000,
    "id": 7920444,
    "ip": "139.99.144.131",
    "port": 28015,
    "query": 28017,
    "color": 0,
    "description": "![RustReborn.gg AU - Bedwars | AimTrain | Creative | Arena | FFA](https://raw.githubusercontent.com/RustReborn/Media/main/Headers/Server_AU.png)\nRustReborn.gg's Bedwars and Minigames Server, the original and best Bedwars around.\r\n\r\nModes:\r\n• Bedwars\r\n• Battlegrounds\r\n• Combat Arenas (Unlimited)\r\n• FFA\r\n• Targets/Aimbots (Unlimited Slots)\r\n• Creative (Unlimited Slots)\r\n• Parkour\r\n\r\nAll Servers:\r\n• connect eu.rustreborn.gg\r\n• connect us.rustreborn.gg\r\n• connect au.rustreborn.gg (CURRENT)\r\n\r\nSupport the Server:\r\n• https://store.rustreborn.gg\r\n\r\nNeed Support?\r\n• https://rustreborn.gg/discord\r\n\r\nLooking for ★ Premium servers?\r\n• We offer in-house premium matches, join matches labelled with the ★ star.",
    "game": 252490,
    "owner": null,
    "boosts": 1,
    "last_offline": 1753130175,
    "score": 0,
    "last_online": 1755697226,
    "icon": null,
    "name": "RustReborn.gg AU - Bedwars | AimTrain | Creative | Arena | FFA",
    "connect": "139.99.144.131:28015",
    "request": "139.99.144.131:28017",
    "map": "RR|Bedwars|Arenas|FFA|Creative",
    "gamemode": "Survival",
    "version": "2594",
    "numplayers": 6,
    "maxplayers": 50,
    "bots": 0,
    "secured": true,
    "private": false,
    "country": "AU",
    "status": true,
    "votes": 0,
    "points": 63,
    "add_date": 1740791891,
    "last_update": 1755697226,
    "banned": false,
    "wipe": 1755635478,
    "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/7920444");
$data = json_decode($json, true);
var_dump($data);