API for [EU] Brits 2x PvE #2 | Custom Weapons | Questing | RaidableBase

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/8158122
json
{
  "response": {
    "fps": 40,
    "fps_avg": 30,
    "world_seed": 1337,
    "world_size": 5000,
    "entities_count": 176686,
    "id": 8158122,
    "ip": "79.137.98.151",
    "port": 28027,
    "query": 28027,
    "owner_name": null,
    "owner_avatar": null,
    "color": 0,
    "description": "![[EU] Brits 2x PvE #2 | Custom Weapons | Questing | RaidableBase](https://i.ibb.co/8gmRC3n/New-Project.jpg)\nWelcome to Brits PvE server!\r\nAre you tired of getting offline raided?\r\nWant to hang out and just play Rust with a bunch of cool people? Look no further.\r\n--Virtual Quarries\r\n--Raidable Bases\r\n--Quests\r\n--Faster Nighttime\r\n--Skilltree System\r\n--EXP System\r\n--Econonmy\r\n\r\nCome find your new home!",
    "game": 252490,
    "owner": null,
    "boosts": 1,
    "last_offline": 1743285481,
    "score": 0,
    "last_online": 1743525048,
    "icon": null,
    "name": "[EU] Brits 2x PvE #2 | Custom Weapons | Questing | RaidableBase",
    "connect": "79.137.98.151:28027",
    "request": "79.137.98.151:28027",
    "map": "Custom Map",
    "gamemode": "Vanilla",
    "version": "2583",
    "numplayers": 26,
    "maxplayers": 80,
    "bots": 0,
    "secured": true,
    "private": false,
    "country": "FR",
    "status": true,
    "votes": 0,
    "points": 68,
    "add_date": 1742011487,
    "last_update": 1743525048,
    "banned": false,
    "wipe": 1742498220,
    "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/8158122");
$data = json_decode($json, true);
var_dump($data);