API for [BR/LATAM] NUCLEAR 5X | SOLO DUO | WIPE 06/04]

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/8197574
json
{
  "response": {
    "fps": 60,
    "fps_avg": 59,
    "world_seed": 1858679327,
    "world_size": 3500,
    "entities_count": 79560,
    "id": 8197574,
    "ip": "138.199.5.185",
    "port": 28021,
    "query": 28021,
    "owner_name": null,
    "owner_avatar": null,
    "color": 0,
    "description": "Bem Vindo ao Melhor Servidor Rust do Brasil!\r\n ☢ NUCLEAR 10X MAX 2 ☢ \r\n\r\n » Proibido cheats/scripts, abuso de bugs, contas banidas por EAC/FP .\r\n » Sistema de TOP Players.  \r\n» Sistema de TOP Players.  \r\n » Sistema de upgrade da base pelo armário.\r\n » Sistema para compartilhar Autorizações (TC, Sentinelas, Codelocks, etc) \r\n » Sistema de Amigos/Clãs (MAX TEAM 2).\r\n » Stackeio ++ .\r\n » Componentes e Sucata ++ .\r\n » Workbench em toda a base.\r\n » Recicladora Instantanea.\r\n » Fornalhas muito mais rápidas .\r\n » Proibido cheats/scripts, abuso de bugs.\r\n » Evasão de banimento e racismo não são tolerados.\r\n » Administradores atentos e imparciais. \r\n » Regras completas:(https://discord.gg/nuclearbrasilrust).\r\n\r\n☢ LINK DO DISCORD ☢\r\n         click botão azul\r\n                 ↴↴↴",
    "game": 252490,
    "owner": null,
    "boosts": 1,
    "last_offline": 1744000142,
    "score": 0,
    "last_online": 1744132864,
    "icon": null,
    "name": "[BR/LATAM] NUCLEAR 5X | SOLO DUO | WIPE 06/04]",
    "connect": "138.199.5.185:28021",
    "request": "138.199.5.185:28021",
    "map": "Procedural Map",
    "gamemode": "Survival",
    "version": "2585",
    "numplayers": 2,
    "maxplayers": 100,
    "bots": 0,
    "secured": true,
    "private": false,
    "country": "BR",
    "status": true,
    "votes": 0,
    "points": 60,
    "add_date": 1742388414,
    "last_update": 1744132864,
    "banned": false,
    "wipe": 1743953883,
    "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/8197574");
$data = json_decode($json, true);
var_dump($data);