API for Rusticated.com - EU | 2x Vanilla | Thursday | Shared Bps | 4/3

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/4811266
json
{
  "response": {
    "id": 4811266,
    "ip": "185.248.134.49",
    "port": 28015,
    "query": 28015,
    "owner_name": null,
    "owner_avatar": null,
    "color": 0,
    "description": "![Rusticated.com - EU | 2x Vanilla | Thursday | Shared Bps | 4/3](https://cdn.rusticated.com/u/dfa2d63218-banner_512x256.png)\nThursday weekly map wipes, Bps wipe on force wipe\r\nPurchase Vip at: www.rusticated.com/vip\r\nDiscord: rusticated.com/discord\r\n\r\nUse /rules in game to see our rules \r\n\r\nShared BP's with Team \r\nHalf Craft & Half Recycling \r\nFull Base WorkBench \r\nJunk removed from loot tables \r\nPlus More!",
    "game": 252490,
    "owner": null,
    "boosts": 1,
    "last_offline": 1743698893,
    "score": 0,
    "last_online": 1744123256,
    "icon": null,
    "name": "Rusticated.com - EU | 2x Vanilla | Thursday | Shared Bps | 4/3",
    "connect": "185.248.134.49:28010",
    "request": "185.248.134.49:28015",
    "map": "Rusticated Generated Maps",
    "gamemode": "Rust",
    "version": "2585",
    "numplayers": 16,
    "maxplayers": 150,
    "bots": 0,
    "secured": true,
    "private": false,
    "country": "GB",
    "status": true,
    "votes": 0,
    "points": 63,
    "add_date": 1718907446,
    "last_update": 1744123256,
    "banned": false,
    "wipe": 1743701910,
    "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/4811266");
$data = json_decode($json, true);
var_dump($data);