API for [SEA/VN] RustVN 2x - Vietnam Community - Max 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/8297606
json
{
  "response": {
    "fps": 125,
    "fps_avg": 134,
    "world_seed": 123456,
    "world_size": 3250,
    "entities_count": 47049,
    "id": 8297606,
    "ip": "15.235.216.59",
    "port": 28019,
    "query": 28019,
    "owner_name": null,
    "owner_avatar": null,
    "color": 0,
    "description": "![[SEA/VN] RustVN 2x - Vietnam Community - Max 04](https://i.ibb.co/SbbWDym/rustvn-logo-serverbanner.png)\n[SEA/VN] RustVN 2x - SOLO/DUO/TRIO/QUAD - Newbie Friendly.\r\n\r\nResources x2 | Sulfur x1 | Scraps x1-2 (Random)\r\n\r\nKit | Skinbox | BoxSorter | Base Auto Upgrade/Repair | Node Events\r\n4 seat Copter | Fast Vending Trade\r\n\r\nMap wipe every 7 days at 4:00 PM (GMT +7). Blueprint Wipe every 14 days.\r\nLong day (80 minutes) - Short night (10 minutes)\r\nMapsize: 3250 | Custom Map | Merged Outpost.\r\nTeam limit max 04.\r\n\r\nDiscord: https://discord.gg/3CymHwAkgM",
    "game": 252490,
    "owner": null,
    "boosts": 1,
    "last_offline": 1744671370,
    "score": 0,
    "last_online": 1744707038,
    "icon": null,
    "name": "[SEA/VN] RustVN 2x - Vietnam Community - Max 04",
    "connect": "15.235.216.59:28019",
    "request": "15.235.216.59:28019",
    "map": "Custom Map",
    "gamemode": "Survival",
    "version": "2585",
    "numplayers": 4,
    "maxplayers": 100,
    "bots": 0,
    "secured": true,
    "private": false,
    "country": "SG",
    "status": true,
    "votes": 0,
    "points": 60,
    "add_date": 1743250270,
    "last_update": 1744707038,
    "banned": false,
    "wipe": 1744693482,
    "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/8297606");
$data = json_decode($json, true);
var_dump($data);