Rust
API для Lone Wolf Rust | Solo Only, Monthly, Vanilla, No BP Wipes
JSON для программ, сайтов и прочего
text
https://api.gamemonitoring.ru/servers/441873json
{
"response": {
"fps": 31,
"fps_avg": 32,
"entities_count": 267131,
"world_seed": 3498,
"world_size": 3750,
"steam_id": "90285613060833287",
"domain": null,
"id": 441873,
"ip": "104.129.132.17",
"port": 28010,
"query": 28015,
"color": 0,
"city": "Dallas",
"description": "\nThe Best Solo Only Rust Server\r\nWebsite: LoneWolfRust.GG\r\nVerify: Link.LoneWolfRust.GG\r\nJoin Us: Discord.gg/LoneWolf\r\nCurrent Map: LoneWolfRust.GG/Map\r\nVIP / Queue Skips: WolfPass.GG\r\nNo BP Wipes. Map Wipe Monthly.\r\nNext: June 4th, 2026 @ 1:45PM EDT.\r\nDedicated Non-Playing Admins.\r\nCustom Lone Wolf Anti-Cheat & Anti-Team.",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1778175186,
"score": null,
"last_online": 1778539809,
"icon": null,
"name": "Lone Wolf Rust | Solo Only, Monthly, Vanilla, No BP Wipes",
"connect": "104.129.132.17:28010",
"request": "104.129.132.17:28015",
"map": "lonewolfrust.gg/map - May 2026",
"gamemode": "Survival",
"version": "2625",
"numplayers": 141,
"maxplayers": 147,
"bots": 0,
"secured": true,
"private": false,
"country": "US",
"status": true,
"votes": 0,
"points": 108,
"add_date": 1630779611,
"last_update": 1778539809,
"banned": false,
"wipe": 1778179185,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 0,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 116,
"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/441873");
$data = json_decode($json, true);
var_dump($data);