API for [US] Lagoon 1.5x | Solo/Duo/Trio | 6/11
JSON for programs, websites and more
text
json
{
"response": {
"fps": 30,
"fps_avg": 30,
"entities_count": 105568,
"world_seed": 860938847,
"world_size": 3750,
"steam_id": "90287002714000389",
"domain": null,
"id": 10633467,
"ip": "168.100.162.185",
"port": 28010,
"query": 28015,
"project_id": null,
"color": 0,
"city": "Dallas",
"description": "![[US] Lagoon 1.5x | Solo/Duo/Trio | 6/11](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,
"last_online": 1781442630,
"icon": null,
"name": "[US] Lagoon 1.5x | Solo/Duo/Trio | 6/11",
"connect": "168.100.162.185:28010",
"request": "168.100.162.185:28015",
"map": "Wiped 65 hours ago",
"gamemode": "Survival",
"version": "2627",
"numplayers": 6,
"maxplayers": 200,
"bots": 0,
"secured": true,
"private": false,
"country": "US",
"status": true,
"votes": 0,
"points": 61,
"add_date": 1763713834,
"last_update": 1781442630,
"banned": false,
"wipe": 1781207943,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 0,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 2356,
"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/10633467");
$data = json_decode($json, true);
var_dump($data);