API for Brasa.gg - BR 5X No BPS|KITS|HOME|And More

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/4496795
json
{
  "response": {
    "fps": 40,
    "fps_avg": 40,
    "world_seed": 1337,
    "world_size": 3000,
    "entities_count": 94407,
    "id": 4496795,
    "ip": "131.196.198.228",
    "port": 28016,
    "query": 28016,
    "owner_name": null,
    "owner_avatar": null,
    "color": 0,
    "description": "![Brasa.gg - BR 5X No BPS|KITS|HOME|And More](https://cdn.brasa.gg/media/banners/banner.png)\n→ **Recursos e Componentes:** 5X\r\n→ **Ciclo Dia/Noite:** 59m dia/1m noite rapida\r\n→ **Mapa:** 3000, Outpost/Bandit Camp Unificados  \r\n→ **Time:** 6 Por time/base \r\n→ **Wipes:** Quartas e Sabados\r\n→ **VIPs:** [store.brasa.gg](https://store.brasa.gg)\r\n\r\n**Regras:**\r\n\r\n→ Proibido cheats/scripts, abuso de bugs, contas banidas por EAC/FP  \r\n→ Evasão de banimento e racismo não são tolerados  \r\n→ Administradores atentos e imparciais  \r\n\r\n**Regras completas:** [discord.gg/brasa](https://discord.gg/brasa)",
    "game": 252490,
    "owner": null,
    "boosts": 1,
    "last_offline": 1739279334,
    "score": 0,
    "last_online": 1744431651,
    "icon": null,
    "name": "Brasa.gg - BR 5X No BPS|KITS|HOME|And More",
    "connect": "131.196.198.228:28015",
    "request": "131.196.198.228:28016",
    "map": "Brasa Maps",
    "gamemode": "Vanilla",
    "version": "2585",
    "numplayers": 9,
    "maxplayers": 100,
    "bots": 0,
    "secured": true,
    "private": false,
    "country": "BR",
    "status": true,
    "votes": 0,
    "points": 63,
    "add_date": 1716898817,
    "last_update": 1744431651,
    "banned": false,
    "wipe": 1744225470,
    "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/4496795");
$data = json_decode($json, true);
var_dump($data);