API for [EU] RusticGods 2X NOTECHTREE | Monthly

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/8066861
json
{
  "response": {
    "fps": 79,
    "fps_avg": 72,
    "world_seed": 233,
    "world_size": 3500,
    "entities_count": 58709,
    "id": 8066861,
    "ip": "135.181.161.221",
    "port": 25232,
    "query": 25232,
    "owner_name": null,
    "owner_avatar": null,
    "color": 0,
    "description": "NO TECH TREE - MONTHLY WIPE \n 2X Gathering/Smelting/Components \n Longer Days \n Heli spawn on road \n Electrical bp's unlocked \n Discord - dsc.gg/rusticgods",
    "game": 252490,
    "owner": null,
    "boosts": 1,
    "last_offline": 1742978818,
    "score": 0,
    "last_online": 1743274258,
    "icon": null,
    "name": "[EU] RusticGods 2X NOTECHTREE | Monthly",
    "connect": "135.181.161.221:25232",
    "request": "135.181.161.221:25232",
    "map": "Procedural Map",
    "gamemode": "Survival",
    "version": "2583",
    "numplayers": 0,
    "maxplayers": 300,
    "bots": 0,
    "secured": true,
    "private": false,
    "country": "FI",
    "status": true,
    "votes": 0,
    "points": 60,
    "add_date": 1741444737,
    "last_update": 1743274258,
    "banned": false,
    "wipe": 1741465130,
    "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/8066861");
$data = json_decode($json, true);
var_dump($data);