API for [EU] Wilderness Solo | Monthly | 50% Upkeep
JSON for programs, websites and more
text
json
{
"response": {
"fps": 131,
"fps_avg": 131,
"entities_count": 63009,
"world_seed": 138551651,
"world_size": 3500,
"steam_id": "90286376576090133",
"domain": null,
"id": 11511337,
"ip": "51.68.223.52",
"port": 28015,
"query": 28017,
"color": 0,
"city": "Roubaix",
"description": "![[EU] Wilderness Solo | Monthly | 50% Upkeep](https://img.wildernessgaming.co.uk/rust-header.png)\nWelcome to the wilderness! \r\n - Solo only \r\n - No BP wipe / only map \r\n - 50% Upkeep \r\n - Active Staff & Community",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1780563210,
"last_online": 1780417231,
"icon": null,
"name": "[EU] Wilderness Solo | Monthly | 50% Upkeep",
"connect": "51.68.223.52:28015",
"request": "51.68.223.52:28017",
"map": "Procedural Map",
"gamemode": "Vanilla",
"version": "2625",
"numplayers": 0,
"maxplayers": 60,
"bots": 0,
"secured": true,
"private": false,
"country": "FR",
"status": false,
"votes": 0,
"points": 0,
"add_date": 1779353841,
"last_update": 1780563210,
"banned": false,
"wipe": 1778176820,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 0,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 11829,
"language": "fr",
"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/11511337");
$data = json_decode($json, true);
var_dump($data);