API for Lazy Rusters II - 20X - PVE - NPC Bases - Forget the Grind!

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/448026
json
{
  "response": {
    "fps": 14,
    "fps_avg": 12,
    "world_seed": 1337,
    "world_size": 4800,
    "entities_count": 410510,
    "id": 448026,
    "ip": "158.69.120.45",
    "port": 29090,
    "query": 29015,
    "owner_name": null,
    "owner_avatar": null,
    "color": 0,
    "description": "![Lazy Rusters II - 20X - PVE - NPC Bases - Forget the Grind!](https://i.imgur.com/1FLaUfs.png)\nLove to raid, but tired of logging on every day only to find your base raided?\r\nDo you just want a nice peaceful place to farm and build?\r\nDo you hate grinding away in Rust, then by the time you reach the level you want to be at, its wipe day?\r\nWell FORGET THE GRIND!\r\n20X Gather rates, increased loot, monthly wipes, instant crafting, no upkeep or decay, and more to make the most of the time you spend in Rust. \r\n\r\nDon't grind your wipe away!\r\n\r\nCheck us out at LazyRusters.com",
    "game": 252490,
    "owner": null,
    "boosts": 1,
    "last_offline": 1743581827,
    "score": null,
    "last_online": 1743592243,
    "icon": null,
    "name": "Lazy Rusters II - 20X - PVE - NPC Bases - Forget the Grind!",
    "connect": "158.69.120.45:29090",
    "request": "158.69.120.45:29015",
    "map": "Forget the Grind",
    "gamemode": "Survival",
    "version": "2583",
    "numplayers": 4,
    "maxplayers": 100,
    "bots": 0,
    "secured": true,
    "private": false,
    "country": "CA",
    "status": true,
    "votes": 0,
    "points": 61,
    "add_date": 1630779793,
    "last_update": 1743592243,
    "banned": false,
    "wipe": 1741289912,
    "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/448026");
$data = json_decode($json, true);
var_dump($data);