API for (SEA) PINOY 2x VANILLA

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/8054561
json
{
  "response": {
    "fps": 112,
    "fps_avg": 75,
    "world_seed": 50000,
    "world_size": 3750,
    "entities_count": 73284,
    "id": 8054561,
    "ip": "139.99.22.7",
    "port": 24338,
    "query": 24338,
    "owner_name": null,
    "owner_avatar": null,
    "color": 0,
    "description": "![(SEA) PINOY 2x VANILLA](https://i.imgur.com/WToHoDT.png)\n(SEA) PINOY 2x VANILLA |   >https://discord.gg/d4tTvU6nzS >Max Group: 8 >Wipe Every Friday >2x Gather Rate >Active Admins",
    "game": 252490,
    "owner": null,
    "boosts": 1,
    "last_offline": 1744402110,
    "score": 0,
    "last_online": 1744426854,
    "icon": null,
    "name": "(SEA) PINOY 2x VANILLA",
    "connect": "139.99.22.7:24338",
    "request": "139.99.22.7:24338",
    "map": "Custom Map",
    "gamemode": "Survival",
    "version": "2585",
    "numplayers": 3,
    "maxplayers": 125,
    "bots": 0,
    "secured": true,
    "private": false,
    "country": "SG",
    "status": true,
    "votes": 0,
    "points": 60,
    "add_date": 1741383957,
    "last_update": 1744426854,
    "banned": false,
    "wipe": 1744311677,
    "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/8054561");
$data = json_decode($json, true);
var_dump($data);