API for Lazy Rusters I - 100x | Crazy Loot | No BP | Instant Craft

JSON for programs, websites and more

text
https://api.gamemonitoring.net/servers/5616018
json
{
  "response": {
    "fps": 38,
    "fps_avg": 37,
    "entities_count": 243761,
    "world_seed": 23310,
    "world_size": 4300,
    "steam_id": "90285196098436124",
    "domain": null,
    "id": 5616018,
    "ip": "158.69.22.101",
    "port": 28085,
    "query": 29015,
    "color": 0,
    "city": "Montreal",
    "description": "![Lazy Rusters I - 100x | Crazy Loot | No BP | Instant Craft](https://i.imgur.com/1FLaUfs.png)\nTaking the grind out of Rust...\r\n\r\n...with monthly wipes, 100x gather rates, crazy loot, no blueprints, instant crafting, teleports, personal recyclers, personal minis and much more!\r\n\r\nWe also have NPCs, and NPC bases so there's always killing and raiding to be done!",
    "game": 252490,
    "owner": null,
    "boosts": 1,
    "last_offline": 1777610592,
    "score": 0,
    "last_online": 1777688425,
    "icon": null,
    "name": "Lazy Rusters I - 100x | Crazy Loot | No BP | Instant Craft",
    "connect": "158.69.22.101:28085",
    "request": "158.69.22.101:29015",
    "map": "Forget the Grind",
    "gamemode": "Vanilla",
    "version": "2623",
    "numplayers": 0,
    "maxplayers": 100,
    "bots": 0,
    "secured": true,
    "private": false,
    "country": "CA",
    "status": true,
    "votes": 0,
    "points": 60,
    "add_date": 1723693844,
    "last_update": 1777688425,
    "banned": false,
    "wipe": 1775157345,
    "official": null,
    "wipe_period": null,
    "next_wipe": null,
    "pve": 0,
    "pvp": null,
    "list_hidden": false,
    "hide_address": false,
    "hide_query": false,
    "position_game": 2145,
    "language": "en",
    "parked": false,
    "app": {
      "id": 12,
      "steam_id": 252490,
      "name": "Rust",
      "url": "rust"
    },
    "server_owner": null,
    "mods": [],
    "disabled_modules": []
  }
}

Code examples

php
<?php
$json = file_get_contents("https://api.gamemonitoring.net/servers/5616018");
$data = json_decode($json, true);
var_dump($data);