API for [EU] Dirty Space - WELCOME | 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/7286873
json
{
  "response": {
    "fps": 66,
    "fps_avg": 65,
    "world_seed": 2000477,
    "world_size": 3700,
    "entities_count": 65313,
    "id": 7286873,
    "ip": "104.234.252.155",
    "port": 28027,
    "query": 28027,
    "owner_name": null,
    "owner_avatar": null,
    "color": 0,
    "description": "![[EU] Dirty Space - WELCOME | VANILLA](https://dl.dropboxusercontent.com/s/eyw9yrlfgng1cls/BannerInGame.png)\nNEXT WIPE: 03/04/2025 \r\n Rules: \r\n - Use of external aids (hacks). \r\n - Disrespectful behavior, insults, and/or racist, sexist, or offensive comments. \r\n - Using Voice Chat to annoy other players. Voice Chat must be used in the same way as written chat, to communicate respectfully with other players. \r\n - Any form of spam in the chat. \r\n - Exploiting glitches and bugs for personal gain. \r\n - Accusing other players in the chat without reason or evidence. \r\n - Building in loot areas or on predefined structures of the map. \r\n - Team Max 5 players",
    "game": 252490,
    "owner": null,
    "boosts": 1,
    "last_offline": 1737668271,
    "score": 0,
    "last_online": 1743525061,
    "icon": null,
    "name": "[EU] Dirty Space - WELCOME | VANILLA",
    "connect": "104.234.252.155:28025",
    "request": "104.234.252.155:28027",
    "map": "Procedural Map",
    "gamemode": "Survival",
    "version": "2580",
    "numplayers": 0,
    "maxplayers": 50,
    "bots": 0,
    "secured": true,
    "private": false,
    "country": "DE",
    "status": true,
    "votes": 0,
    "points": 60,
    "add_date": 1736703955,
    "last_update": 1743525061,
    "banned": false,
    "wipe": 1741282043,
    "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/7286873");
$data = json_decode($json, true);
var_dump($data);