API for Rustland.co US Random Jump 5x

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/7468261
json
{
  "response": {
    "fps": 185,
    "fps_avg": 183,
    "world_seed": 1,
    "world_size": 3500,
    "entities_count": 58193,
    "id": 7468261,
    "ip": "15.235.118.87",
    "port": 2331,
    "query": 2331,
    "owner_name": null,
    "owner_avatar": null,
    "color": 0,
    "description": "![Rustland.co US Random Jump 5x](https://imgur.com/4rVlDCh.png)\nRustland.co US Random Item Jump 5x\n-Active adult staff\n-5x farming \n-5x loot\n-5x furnaces\n-5x recyclers\n-personal recyclers\n-kits\n-random item jump\n-and a lot more",
    "game": 252490,
    "owner": null,
    "boosts": 1,
    "last_offline": 1739234807,
    "score": 0,
    "last_online": 1743699671,
    "icon": null,
    "name": "Rustland.co US Random Jump 5x",
    "connect": "15.235.118.87:2330",
    "request": "15.235.118.87:2331",
    "map": "Procedural Map",
    "gamemode": "Survival",
    "version": "2582",
    "numplayers": 0,
    "maxplayers": 250,
    "bots": 0,
    "secured": true,
    "private": false,
    "country": "CA",
    "status": true,
    "votes": 0,
    "points": 60,
    "add_date": 1739234807,
    "last_update": 1743699671,
    "banned": false,
    "wipe": 1741288473,
    "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/7468261");
$data = json_decode($json, true);
var_dump($data);