Rust
API для Rusty Snail x2PvP - Chill - Basements|Skins|Radios|Town
JSON для программ, сайтов и прочего
text
https://api.gamemonitoring.ru/servers/11004921json
{
"response": {
"fps": 109,
"fps_avg": 90,
"entities_count": 77530,
"world_seed": 1922612086,
"world_size": 3500,
"steam_id": "90284252081387523",
"domain": null,
"id": 11004921,
"ip": "76.13.100.16",
"port": 28015,
"query": 28016,
"color": 0,
"city": "Vilnius",
"description": "Welcome to The Rusty Snail\r\n \r\n A casual 2x Solo / Duo / Trio server built for players who want\r\n longer progression, fewer wipes, and Rust that respects your time.\r\n \r\n • Monthly map wipes\r\n • No BP wipes\r\n • 2x gather & loot\r\n • Light quality-of-life mods only\r\n • Fair, non-playing admin\r\n \r\n To keep the world active during low-pop hours, the server runs\r\n occasional events that encourage PvP and exploration.\r\n These are rare, balanced, and fully PvP-enabled.\r\n \r\n Ideal for after-work players, returning Rust players,\r\n or anyone tired of weekend-only progression.\r\n \r\n Join the Discord for wipe info & updates:\r\n https://discord.gg/uxxknfMN",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1775958114,
"score": 0,
"last_online": 1776847223,
"icon": null,
"name": "Rusty Snail x2PvP - Chill - Basements|Skins|Radios|Town",
"connect": "76.13.100.16:28015",
"request": "76.13.100.16:28016",
"map": "Procedural Map",
"gamemode": "Survival",
"version": "2623",
"numplayers": 0,
"maxplayers": 40,
"bots": 0,
"secured": true,
"private": false,
"country": "LT",
"status": true,
"votes": 0,
"points": 60,
"add_date": 1769939018,
"last_update": 1776847223,
"banned": false,
"wipe": 1775153770,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 0,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 4480,
"language": "lt",
"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/11004921");
$data = json_decode($json, true);
var_dump($data);