API for Eu Rust Vanilla + under construction
JSON for programs, websites and more
text
json
{
"response": {
"fps": 60,
"fps_avg": 60,
"entities_count": 17209,
"world_seed": 1234567,
"world_size": 2000,
"steam_id": "90286582281726985",
"domain": null,
"id": 10896084,
"ip": "194.69.160.31",
"port": 28015,
"query": 28017,
"color": 0,
"city": "City of London",
"description": "\nEU Vanilla + Rust | Raid Times | No P2W | 50% Upkeep Classic Vanilla Rust with fair raid hours for players who can’t play all day. Raiding: 17:00 – 00:00 GMT (No 4AM offlines) Active Admins No Pay-to-Win Weekly Map Wipes Monthly BP Wipes",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1780462394,
"last_online": 1780599035,
"icon": null,
"name": "Eu Rust Vanilla + under construction",
"connect": "194.69.160.31:28015",
"request": "194.69.160.31:28017",
"map": "Procedural Map",
"gamemode": "Survival",
"version": "2625",
"numplayers": 0,
"maxplayers": 150,
"bots": 0,
"secured": true,
"private": false,
"country": "GB",
"status": true,
"votes": 0,
"points": 60,
"add_date": 1768383763,
"last_update": 1780599035,
"banned": false,
"wipe": 1778216666,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 0,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 3296,
"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/10896084");
$data = json_decode($json, true);
var_dump($data);