API для Rusty Sheep 2.5 | 50% Upkeep | No Bp Wipe
JSON для программ, сайтов и прочего
text
json
{
"response": {
"fps": 59,
"fps_avg": 58,
"entities_count": 101733,
"world_seed": 812287778,
"world_size": 4250,
"steam_id": "90286619131100166",
"domain": null,
"id": 9785444,
"ip": "156.236.84.209",
"port": 28050,
"query": 28051,
"color": 0,
"city": "City of London",
"description": "\nWelcome to Rusty Sheep 2.5\r\n\r\nRusty Sheep 2.5 offers a balanced and enjoyable Rust experience with the following features:\r\n\r\n•50% Upkeep: Lower upkeep costs so you can spend more time playing and less time maintaining your base.\r\n\r\n•No BP Wipes: Keep your blueprints permanently—no more worrying about losing progress.\r\n\r\n•Monthly Map Wipes: The map is wiped every month, providing a fresh start while keeping the experience exciting and fair for all players.\r\n\r\n•Active Community: Join a lively and engaged community of players who are always ready to team up, trade, or fight for dominance.\r\n\r\n•Fair Admin: Our admins are committed to keeping the server fair and fun for everyone.\r\n\r\n•Occasional Events: We host special events to keep things interesting and add some variety to the gameplay.\r\n\r\n•Discord Updates: Stay informed with the latest server changes, updates, and announcements in our Discord.\r\n\r\nRusty Sheep 2.5 is built for players who want a stable and engaging Rust experience. Whether you're new to the game or a seasoned veteran, you'll find a place here. \r\n\r\nSee you in-game!",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1780595060,
"last_online": 1780636229,
"icon": null,
"name": "Rusty Sheep 2.5 | 50% Upkeep | No Bp Wipe",
"connect": "156.236.84.209:28050",
"request": "156.236.84.209:28051",
"map": "Procedural Map",
"gamemode": "Survival",
"version": "2627",
"numplayers": 2,
"maxplayers": 100,
"bots": 0,
"secured": true,
"private": false,
"country": "GB",
"status": true,
"votes": 0,
"points": 60,
"add_date": 1752681002,
"last_update": 1780636229,
"banned": false,
"wipe": 1780595116,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 0,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 3209,
"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/9785444");
$data = json_decode($json, true);
var_dump($data);