API для [US] Lagoon 1.5x | Solo/Duo/Trio | 5/14
JSON для программ, сайтов и прочего
text
json
{
"response": {
"fps": 30,
"fps_avg": 30,
"entities_count": 120173,
"world_seed": 830722047,
"world_size": 3650,
"steam_id": "90285943886106629",
"domain": null,
"id": 10633467,
"ip": "168.100.162.185",
"port": 28010,
"query": 28015,
"color": 0,
"city": "Dallas",
"description": "![[US] Lagoon 1.5x | Solo/Duo/Trio | 5/14](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": 1779255614,
"icon": null,
"name": "[US] Lagoon 1.5x | Solo/Duo/Trio | 5/14",
"connect": "168.100.162.185:28010",
"request": "168.100.162.185:28015",
"map": "Monthly BPs / 3 Max / FPS+ Maps",
"gamemode": "Survival",
"version": "2625",
"numplayers": 16,
"maxplayers": 200,
"bots": 0,
"secured": true,
"private": false,
"country": "US",
"status": true,
"votes": 0,
"points": 66,
"add_date": 1763713834,
"last_update": 1779255614,
"banned": false,
"wipe": 1778788731,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 0,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 623,
"language": "en",
"parked": false,
"app": {
"id": 12,
"steam_id": 252490,
"name": "Rust",
"url": "rust"
},
"server_owner": null,
"mods": [],
"disabled_modules": []
}
}Примеры кода
php
<?php
$json = file_get_contents("https://api.gamemonitoring.ru/servers/10633467");
$data = json_decode($json, true);
var_dump($data);