API for [EU] RustValley 10x PVE |#3| Legendary Weapons|RaidableBases

JSON for programs, websites and more

text
https://api.gamemonitoring.net/servers/11260523
json
{
  "response": {
    "fps": 113,
    "fps_avg": 114,
    "entities_count": 173506,
    "world_seed": 1337,
    "world_size": 4500,
    "steam_id": "90284725652598809",
    "domain": null,
    "id": 11260523,
    "ip": "31.56.81.105",
    "port": 28015,
    "query": 28017,
    "color": 0,
    "city": "Amsterdam",
    "description": "![[EU] RustValley 10x PVE |#3| Legendary Weapons|RaidableBases](https://image.myrustserver.com/logo/tedymt_6813310d976dc.png)\nEU] New RustValley | PVE+ | LEGENDARY WEAPONS | RAIDABLE BASES | SKILLS \r\nWipe: 15 DAYS \r\n\r\nFeatures: \r\n✯ VIRTUAL QUARRIES /vq\r\n✯ LEGENDARY WEAPONS\r\n✯ CASINO /casino\r\n✯ RAIDABLE BASES\r\n✯ STARTER KITS \r\n✯ /SHOP TO BUY ITEMS\r\n✯EPIC LOOT /el",
    "game": 252490,
    "owner": null,
    "boosts": 1,
    "last_offline": 1776751403,
    "score": 0,
    "last_online": 1776823225,
    "icon": null,
    "name": "[EU] RustValley 10x PVE |#3| Legendary Weapons|RaidableBases",
    "connect": "31.56.81.105:28015",
    "request": "31.56.81.105:28017",
    "map": "Custom Map",
    "gamemode": "Survival",
    "version": "2623",
    "numplayers": 2,
    "maxplayers": 100,
    "bots": 0,
    "secured": true,
    "private": false,
    "country": "NL",
    "status": true,
    "votes": 0,
    "points": 60,
    "add_date": 1774555194,
    "last_update": 1776823225,
    "banned": false,
    "wipe": 1776364865,
    "official": null,
    "wipe_period": null,
    "next_wipe": null,
    "pve": 0,
    "pvp": null,
    "list_hidden": false,
    "hide_address": false,
    "hide_query": false,
    "position_game": 2092,
    "language": "nl",
    "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/11260523");
$data = json_decode($json, true);
var_dump($data);