API for Reddit.com/r/PlayRust - EU Staging

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/8029864
json
{
  "response": {
    "fps": 60,
    "fps_avg": 60,
    "world_seed": 1337,
    "world_size": 3600,
    "entities_count": 70369,
    "id": 8029864,
    "ip": "185.248.134.190",
    "port": 8401,
    "query": 8401,
    "owner_name": null,
    "owner_avatar": null,
    "color": 0,
    "description": "![Reddit.com/r/PlayRust - EU Staging](https://i.imgur.com/YukZ23V.png)\nWelcome to Reddit's official /r/PlayRust EU Staging server! \r\n - No cheating or exploiting. \r\n - No spam, racism/slurs, discrimination. \r\n - No Rust gamebans on previous accounts. \r\n \r\n VIP: vip.redditplayrust.com \r\n Rules & Support: redditplayrust.com \r\n Discord: discord.gg/playrust \r\n Weekly Map: Thursdays @ 3PM UK / BP Wipe @ Forced",
    "game": 252490,
    "owner": null,
    "boosts": 1,
    "last_offline": 1742563672,
    "score": 0,
    "last_online": 1743699672,
    "icon": null,
    "name": "Reddit.com/r/PlayRust - EU Staging",
    "connect": "185.248.134.190:28015",
    "request": "185.248.134.190:8401",
    "map": "Reddit Maps",
    "gamemode": "Survival",
    "version": "2585",
    "numplayers": 0,
    "maxplayers": 200,
    "bots": 0,
    "secured": true,
    "private": false,
    "country": "GB",
    "status": true,
    "votes": 0,
    "points": 60,
    "add_date": 1741268305,
    "last_update": 1743699672,
    "banned": false,
    "wipe": 1743606855,
    "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/8029864");
$data = json_decode($json, true);
var_dump($data);