API for [EU]Braz20x FPS+PvE|LEGENDARY GUNS|LEGENDARY ARMOR

JSON for programs, websites and more

text
https://api.gamemonitoring.net/servers/11305259
json
{
  "response": {
    "fps": 82,
    "fps_avg": 83,
    "entities_count": 189492,
    "world_seed": 1337,
    "world_size": 4500,
    "steam_id": "90284746594845704",
    "domain": null,
    "id": 11305259,
    "ip": "45.151.44.147",
    "port": 28015,
    "query": 28017,
    "color": 0,
    "city": "Frankfurt am Main",
    "description": "![[EU]Braz20x FPS+PvE|LEGENDARY GUNS|LEGENDARY ARMOR](https://i.ibb.co/PZpjTWvG/braz-logo-cabe-alho.png)\n★ CREATED BY THE ORIGINAL DEVELOPER OF 'NECROMANCER WEAPONS' ★\r\n★ VETERAN ADMINISTRATION: OVER 20,000 HOURS IN RUST ★\r\n\r\nExperience a true PVE forged by those who understand the game.\r\n\r\n[+] RPG, COMBAT & EXCLUSIVITY\r\n • WORLD'S HIGHEST Legendary Weapon drop rate!\r\n • Complete Skill Tree & Custom Crafting System\r\n • Legendary Armor with insane bonuses\r\n • Raidable Bases & Unique Custom Events\r\n\r\n[+] SMART RATES (20x)\r\n • Loot: 20x (Explosive!)\r\n • Gather: Balanced & Custom (Healthy Economy)\r\n • Wipe: Biweekly\r\n\r\nJoin a community that values quality, stability, and innovation.\r\nDiscord: https://discord.gg/SsJcfekacJ",
    "game": 252490,
    "owner": null,
    "boosts": 1,
    "last_offline": 1776661399,
    "score": 0,
    "last_online": 1776825617,
    "icon": null,
    "name": "[EU]Braz20x FPS+PvE|LEGENDARY GUNS|LEGENDARY ARMOR",
    "connect": "45.151.44.147:28015",
    "request": "45.151.44.147:28017",
    "map": "Custom Map",
    "gamemode": "Survival",
    "version": "2623",
    "numplayers": 9,
    "maxplayers": 100,
    "bots": 0,
    "secured": true,
    "private": false,
    "country": "DE",
    "status": true,
    "votes": 0,
    "points": 64,
    "add_date": 1774592882,
    "last_update": 1776825617,
    "banned": false,
    "wipe": 1776342314,
    "official": null,
    "wipe_period": null,
    "next_wipe": null,
    "pve": 0,
    "pvp": null,
    "list_hidden": false,
    "hide_address": false,
    "hide_query": false,
    "position_game": 923,
    "language": "de",
    "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/11305259");
$data = json_decode($json, true);
var_dump($data);