API for Verse 2X iSLANDS
JSON for programs, websites and more
text
json
{
"response": {
"fps": 226,
"fps_avg": 226,
"entities_count": 28449,
"world_seed": 1337,
"world_size": 3500,
"steam_id": "90286576744461339",
"domain": null,
"id": 11607003,
"ip": "135.148.136.49",
"port": 60403,
"query": 60405,
"color": 0,
"city": "Watson",
"description": "[US] VERSE RUST Welcome to VERSE RUST, a competitive yet balanced Rust experience built for both casual and serious players. ⚡ Server Features: • 2x Gather Rates (Fridays boosted gameplay focus) • Solo / Duo / Trio only — no massive clans • Shared Blueprints for fair progression • Active, smooth performance & low lag 🎁 VIP Kits Available: Upgrade your gameplay with exclusive VIP kits featuring extra resources, weapons, and early-game advantages. Support the server and get rewarded in return. 🔥 Whether you're raiding, building, or PvPing, VERSE RUST delivers a fair and fast-paced survival experience.",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1780533260,
"last_online": 1780585837,
"icon": null,
"name": "Verse 2X iSLANDS",
"connect": "135.148.136.49:60403",
"request": "135.148.136.49:60405",
"map": "Custom Map",
"gamemode": "Survival",
"version": "2625",
"numplayers": 0,
"maxplayers": 100,
"bots": 0,
"secured": true,
"private": false,
"country": "US",
"status": true,
"votes": 0,
"points": 60,
"add_date": 1779915490,
"last_update": 1780585837,
"banned": false,
"wipe": 1780533555,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 0,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 5489,
"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/11607003");
$data = json_decode($json, true);
var_dump($data);