Rust
API for [ITA] RUST PVE | Sopravvivenza e Costruzione
JSON for programs, websites and more
text
https://api.gamemonitoring.net/servers/11158249json
{
"response": {
"fps": 60,
"fps_avg": 59,
"entities_count": 131013,
"world_seed": 110962992,
"world_size": 4500,
"steam_id": "90284794399280129",
"domain": null,
"id": 11158249,
"ip": "93.51.97.102",
"port": 38015,
"query": 38014,
"color": 0,
"city": "Bitonto",
"description": "![[ITA] RUST PVE | Sopravvivenza e Costruzione](https://i.postimg.cc/RVsGQwWT/Chat-GPT-Image-31-gen-2026-17-49-41.png)\nBenvenuto su RUST PVE Italia.\r\nServer dedicato alla costruzione, cooperazione e progressione bilanciata.\r\nPvP tra giocatori disabilitato.\r\nEventi automatici attivi: Convoy, Caravan, Airfield, Arctic Base, Gas Station, Power Plant, Junkyard, Shipwreck, Heavy Excavator e altri.\r\nNPC e bot AI personalizzati.\r\nStack migliorati | Blueprint Share attivo.\r\nSistema Raid Tracker e protezioni avanzate.\r\nWipe SOLO quando forzato da aggiornamento ufficiale Facepunch.\r\nServer stabile, amministrazione attiva e supporto costante.",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1776828798,
"score": 0,
"last_online": 1776846621,
"icon": null,
"name": "[ITA] RUST PVE | Sopravvivenza e Costruzione",
"connect": "93.51.97.102:38015",
"request": "93.51.97.102:38014",
"map": "Procedural Map",
"gamemode": "Vanilla",
"version": "2623",
"numplayers": 0,
"maxplayers": 50,
"bots": 0,
"secured": true,
"private": false,
"country": "IT",
"status": true,
"votes": 0,
"points": 60,
"add_date": 1772228106,
"last_update": 1776846621,
"banned": false,
"wipe": 1775889392,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 0,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 4568,
"language": "it",
"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/11158249");
$data = json_decode($json, true);
var_dump($data);