API for Rust Solo Only / Lightly Modded / North America

JSON for programs, websites and more

text
https://api.gamemonitoring.net/servers/446612
json
{
  "response": {
    "fps": 84,
    "fps_avg": 83,
    "entities_count": 50488,
    "world_seed": 0,
    "world_size": 3000,
    "steam_id": "90284802198543365",
    "domain": null,
    "id": 446612,
    "ip": "158.69.23.51",
    "port": 28056,
    "query": 28055,
    "color": 0,
    "city": "Montreal",
    "description": "![Rust Solo Only / Lightly Modded / North America](https://ruststatus.com/static/servers/tCv8lmi1TYAfaSUP6J9IoeGpnsdK7gW3.png)\nThis easy going server is perfect for SOLO ONLY play - it is lightly modded to help players get started quicker and runs on fast dedicated hardware hosted in Canada.\r\n\r\n - Increased gather\\t\\t\\t\\t\\t\\t\\t - 2x power source output\r\n - 1 hour demolish & rotate\\t\\t\\t\\t - No codelocks or keys\r\n - Fueled minicopters don't decay\\t - Randomised Chinook drops\r\n - No buildable underground caves\r\n\r\nMaps are wiped first & third Thursday with a full blueprint wipe every two months.\r\n\r\nCheck the Discord for more information.",
    "game": 252490,
    "owner": null,
    "boosts": 1,
    "last_offline": 1776846797,
    "score": null,
    "last_online": 1776854420,
    "icon": null,
    "name": "Rust Solo Only / Lightly Modded / North America",
    "connect": "158.69.23.51:28056",
    "request": "158.69.23.51:28055",
    "map": "Procedural Map",
    "gamemode": "Vanilla",
    "version": "2623",
    "numplayers": 0,
    "maxplayers": 25,
    "bots": 0,
    "secured": true,
    "private": false,
    "country": "CA",
    "status": true,
    "votes": 0,
    "points": 60,
    "add_date": 1630779759,
    "last_update": 1776854420,
    "banned": false,
    "wipe": 1776355305,
    "official": null,
    "wipe_period": null,
    "next_wipe": null,
    "pve": 0,
    "pvp": null,
    "list_hidden": false,
    "hide_address": false,
    "hide_query": false,
    "position_game": 2380,
    "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/446612");
$data = json_decode($json, true);
var_dump($data);