API for [NZ] Vanilla Rust 1
JSON for programs, websites and more
text
json
{
"response": {
"fps": 42,
"fps_avg": 46,
"entities_count": 107197,
"world_seed": 525414408,
"world_size": 4250,
"steam_id": "90286725842775049",
"domain": null,
"id": 566812,
"ip": "158.140.244.251",
"port": 28015,
"query": 28017,
"project_id": null,
"color": 0,
"city": "Auckland",
"description": "Vanilla Rust - BP and map reset monthly\r\n\r\nFurnace Splitter and SignArtist mods added\r\nDaily restart 6AM NZDT\r\n\r\nRULES:\r\n - Dont be a dick\r\n - Dont be racist\r\n - No VPNs or VAC/Gameban within 12 months - You will be kicked automatically\r\n - Do not publish any pornographic images in frames\r\n\r\nF7 report any suspected cheating or players who are being overly toxic.",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1780859061,
"last_online": 1780920029,
"icon": null,
"name": "[NZ] Vanilla Rust 1",
"connect": "158.140.244.251:28015",
"request": "158.140.244.251:28017",
"map": "Procedural Map",
"gamemode": "Vanilla",
"version": "2627",
"numplayers": 3,
"maxplayers": 75,
"bots": 0,
"secured": true,
"private": false,
"country": "NZ",
"status": true,
"votes": 0,
"points": 62,
"add_date": 1668889421,
"last_update": 1780920029,
"banned": false,
"wipe": 1780600886,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 0,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 1561,
"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/566812");
$data = json_decode($json, true);
var_dump($data);