API for SEA Singapore 20X resources Rust Map PVP

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/5234349
json
{
  "response": {
    "fps": 57,
    "fps_avg": 56,
    "world_seed": 30090000,
    "world_size": 4300,
    "entities_count": 98670,
    "id": 5234349,
    "ip": "103.107.199.231",
    "port": 49026,
    "query": 49026,
    "owner_name": null,
    "owner_avatar": null,
    "color": 0,
    "description": "Standard map this week Youtube channel Dino D-American in the Philippines ,5 mintues for a locked crate instead of 15 minutes. No BP needed,  Server is setup for people that want to try new things from the updates and have a safe place to learn building. Wipe will be on Friday Singapore time, day before wipe on Thursday is purge day for raiding. Teleport, add home, resource splitter for the furnaces, and more. Join the server and have fun.",
    "game": 252490,
    "owner": null,
    "boosts": 1,
    "last_offline": 1743647273,
    "score": 0,
    "last_online": 1743697876,
    "icon": null,
    "name": "SEA Singapore 20X resources Rust Map PVP",
    "connect": "103.107.199.231:49025",
    "request": "103.107.199.231:49026",
    "map": "Procedural Map",
    "gamemode": "Vanilla",
    "version": "2583",
    "numplayers": 0,
    "maxplayers": 50,
    "bots": 0,
    "secured": true,
    "private": false,
    "country": "SG",
    "status": true,
    "votes": 0,
    "points": 60,
    "add_date": 1721207707,
    "last_update": 1743697876,
    "banned": false,
    "wipe": 1743107416,
    "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/5234349");
$data = json_decode($json, true);
var_dump($data);