API for Rusticaland Vanilla | Skins | Custom Small Maps

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/1709247
json
{
  "response": {
    "fps": 79,
    "fps_avg": 75,
    "world_seed": 504318501,
    "world_size": 3100,
    "entities_count": 65351,
    "id": 1709247,
    "ip": "51.91.214.177",
    "port": 28023,
    "query": 28023,
    "owner_name": null,
    "owner_avatar": null,
    "color": 0,
    "description": "![Rusticaland Vanilla | Skins | Custom Small Maps](https://www.dropbox.com/scl/fi/bm6k5sp9flzlspjt6a99g/RusticalandVanilla.jpg?rlkey=f2juru90jofomjb4zjt0jfefy&st=vkt95vz0&dl=1)\nMap - Weekly @ Fridays 6PM BST \r\nBPs - Bi-Weekly @ Every Two Weeks \r\n\r\n\r\nDiscord: discord.gg/rusticaland\r\n→ Group limit: No Limit\r\n→ Junk Loot Removed \r\n→ Mini's Spawn On Roads \r\n→ Map size: 3000\r\n\r\nRules:\r\n- No hacking / scripting\r\n- No intentional bug abuse\r\n- No EAC / FP banned alts\r\n- No ban evading\r\n- No racism\r\n\r\nActive non playing admins\r\n\r\nFull rules: discord.gg/rusticaland",
    "game": 252490,
    "owner": null,
    "boosts": 1,
    "last_offline": 1743181660,
    "score": 5,
    "last_online": 1743274247,
    "icon": null,
    "name": "Rusticaland Vanilla | Skins | Custom Small Maps",
    "connect": "51.91.214.177:28022",
    "request": "51.91.214.177:28023",
    "map": "No Junk Loot / Optimized Maps",
    "gamemode": "Vanilla",
    "version": "2583",
    "numplayers": 9,
    "maxplayers": 40,
    "bots": 0,
    "secured": true,
    "private": false,
    "country": "FR",
    "status": true,
    "votes": 1,
    "points": 66,
    "add_date": 1699055086,
    "last_update": 1743274247,
    "banned": false,
    "wipe": 1743181767,
    "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/1709247");
$data = json_decode($json, true);
var_dump($data);