API for [EU] BrotherHood | 5X | Monthly | Noob Friendly | FREE VIP | 2/

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. Contact us

JSON for programs, websites and more

text
https://api.gamemonitoring.net/servers/7290623
json
{
  "response": {
    "fps": 217,
    "fps_avg": 222,
    "entities_count": 50896,
    "world_seed": 1950504885,
    "world_size": 3000,
    "steam_id": "90284186653496324",
    "domain": null,
    "id": 7290623,
    "ip": "57.128.202.16",
    "port": 10010,
    "query": 10020,
    "color": 0,
    "city": "Warsaw",
    "description": "![[EU] BrotherHood | 5X | Monthly | Noob Friendly | FREE VIP | 2/](https://i.ibb.co/xYnS34W/banner.png)\nWelcome to BrotherHood | 5X | Monthly | Max 6 | Noob Friendly | FREE VIP\r\n\r\nMonthly Map Wipes\r\n\r\nJoin the community on Discord: https://discord.gg/cb5VH7BRk6\r\n\r\n24/7 Active Admins.\r\nCustom Plugins.\r\nNo Pay-To-Win.\r\nEnglish Only Chat.",
    "game": 252490,
    "owner": null,
    "boosts": 1,
    "last_offline": 1775643729,
    "score": 0,
    "last_online": 1775881815,
    "icon": null,
    "name": "[EU] BrotherHood | 5X | Monthly | Noob Friendly | FREE VIP | 2/",
    "connect": "57.128.202.16:10010",
    "request": "57.128.202.16:10020",
    "map": "Procedural Map",
    "gamemode": "Survival",
    "version": "2623",
    "numplayers": 0,
    "maxplayers": 300,
    "bots": 0,
    "secured": true,
    "private": false,
    "country": "PL",
    "status": true,
    "votes": 0,
    "points": 60,
    "add_date": 1736717800,
    "last_update": 1775881815,
    "banned": false,
    "wipe": 1775152121,
    "official": null,
    "wipe_period": null,
    "next_wipe": null,
    "pve": 0,
    "pvp": null,
    "list_hidden": false,
    "hide_address": false,
    "hide_query": false,
    "position_game": 3203,
    "language": "pl",
    "parked": false,
    "app": {
      "id": 12,
      "steam_id": 252490,
      "name": "Rust",
      "url": "rust"
    },
    "server_owner": null,
    "mods": [],
    "disabled_modules": []
  }
}

Code examples

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