Rust
API for [EU] Lagoon 1.5x | Solo/Duo/Trio | 7/5
JSON for programs, websites and more
text
https://api.gamemonitoring.net/servers/10939366json
{
"response": {
"fps": 30,
"fps_avg": 30,
"entities_count": 82004,
"world_seed": 230334165,
"world_size": 3650,
"steam_id": "90285691008944139",
"domain": null,
"id": 10939366,
"ip": "168.100.161.159",
"port": 28010,
"query": 28015,
"color": 0,
"city": "London",
"description": "![[EU] Lagoon 1.5x | Solo/Duo/Trio | 7/5](https://cdn.rustlegends.com/Rust_svr_banner_lagoon.png)\n[Group Limit] : Max group size of 3 players, this includes people offline.\r\n\r\nWelcome to Lagoon Solo\\Duo\\Trio the enchanced vanilla experience with the following modifications:\r\n\r\n- 1.5x gather rate on resources\r\n- Improved Barrels (Only components)\r\n- 6x Auto Turrets limited per Tool Cupboard with restricted ammo capacity\r\n- Nights are only 5 minutes long, and always bright.\r\n\r\nFor more information and VIP please visit https://lagoonrust.com/",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1778176987,
"score": 0,
"last_online": 1778701219,
"icon": null,
"name": "[EU] Lagoon 1.5x | Solo/Duo/Trio | 7/5",
"connect": "168.100.161.159:28010",
"request": "168.100.161.159:28015",
"map": "Monthly BPs / 3 Max / FPS+ Maps",
"gamemode": "Survival",
"version": "2625",
"numplayers": 14,
"maxplayers": 200,
"bots": 0,
"secured": true,
"private": false,
"country": "GB",
"status": true,
"votes": 0,
"points": 63,
"add_date": 1768494589,
"last_update": 1778701219,
"banned": false,
"wipe": 1778177062,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 0,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 1543,
"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/10939366");
$data = json_decode($json, true);
var_dump($data);