API для FLUX RUST [X2 | MAX3 | PROCEDURAL]
JSON для программ, сайтов и прочего
text
json
{
"response": {
"fps": 222,
"fps_avg": 221,
"entities_count": 65206,
"world_seed": 1,
"world_size": 3500,
"steam_id": "90286605446064157",
"domain": null,
"id": 11606283,
"ip": "193.106.229.129",
"port": 30000,
"query": 30001,
"color": 0,
"city": "Skawina",
"description": "![FLUX RUST [X2 | MAX3 | PROCEDURAL]](https://gspics.org/images/2025/10/18/IHWTCT.jpg)\nWipes every Friday, 14:00 MSK.Resource and component gathering x2Maximum of 3 players per teamActive administration, fair gameplayShop: https://flux.gamestores.app/Discord: https://discord.gg/fvsqtB3eNbTelegram: t.me/fluxrustVK Group: vk.com/fluxrust The description under your server title. Commonly used for rules & info. Use \r\n for newlines.",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1780599868,
"last_online": 1780600238,
"icon": null,
"name": "FLUX RUST [X2 | MAX3 | PROCEDURAL]",
"connect": "193.106.229.129:30000",
"request": "193.106.229.129:30001",
"map": "Procedural Map",
"gamemode": "Vanilla",
"version": "2627",
"numplayers": 0,
"maxplayers": 10,
"bots": 0,
"secured": true,
"private": false,
"country": "PL",
"status": true,
"votes": 0,
"points": 60,
"add_date": 1779915466,
"last_update": 1780600238,
"banned": false,
"wipe": 1780599947,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 0,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 4723,
"language": "pl",
"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/11606283");
$data = json_decode($json, true);
var_dump($data);