API for RustReborn.gg EU - Bedwars | AimTrain | Creative | Arena | FFA

We offer a wide range of integration methods. You can use any of them or create your own using the JSON API. If you have a suggestion to add a new integration method, please contact us. Connect with us

JSON for programs, websites and more

text
https://api.gamemonitoring.net/servers/439393
json
{
  "response": {
    "fps": 4152246,
    "fps_avg": 4152246,
    "world_seed": 1337,
    "world_size": 6000,
    "entities_count": 0,
    "id": 439393,
    "ip": "64.40.9.156",
    "port": 28017,
    "query": 28015,
    "owner_name": null,
    "owner_avatar": null,
    "color": 3,
    "description": "![RustReborn.gg EU - Bedwars | AimTrain | Creative | Arena | FFA](https://raw.githubusercontent.com/RustReborn/Media/main/Headers/Server_EU.png)\nRustReborn.gg's Bedwars and Minigames Server, the original and best Bedwars around.\n\nModes:\n✦ Bedwars\n✦ Battlegrounds\n✦ Combat Arenas (Unlimited)\n✦ FFA\n✦ Targets/Aimbots (Unlimited Slots)\n✦ Creative (Unlimited Slots)\n✦ Parkour\n\nAll Servers:\n✦ connect eu.rustreborn.gg (CURRENT)\n✦ connect us.rustreborn.gg\n✦ connect au.rustreborn.gg\n\nSupport the Server:\n✦ https://store.rustreborn.gg\n\nNeed Support?\n✦ https://rustreborn.gg/discord\n\nLooking for ★ Premium servers?\n✦ We offer in-house premium matches, join matches labelled with the ★ star.",
    "game": 252490,
    "owner": null,
    "boosts": 1,
    "last_offline": 1743619201,
    "score": null,
    "last_online": 1744959022,
    "icon": null,
    "name": "RustReborn.gg EU - Bedwars | AimTrain | Creative | Arena | FFA",
    "connect": "64.40.9.156:28017",
    "request": "64.40.9.156:28015",
    "map": "RR|Bedwars|Arenas|FFA|Creative",
    "gamemode": "Rust Reborn Minigames",
    "version": "2585",
    "numplayers": 562,
    "maxplayers": 600,
    "bots": 0,
    "secured": true,
    "private": false,
    "country": "GB",
    "status": true,
    "votes": 2,
    "points": 128,
    "add_date": 1605728434,
    "last_update": 1744959022,
    "banned": false,
    "wipe": 1744950633,
    "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": []
  }
}

Code examples

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