API для Rusty Rascals | Solo/Duo | Fridays | No BP Wipes
JSON для программ, сайтов и прочего
text
json
{
"response": {
"fps": 56,
"fps_avg": 56,
"entities_count": 99495,
"world_seed": 1337,
"world_size": 4000,
"steam_id": "90286159005281287",
"domain": null,
"id": 6966315,
"ip": "89.28.237.45",
"port": 28018,
"query": 28020,
"color": 0,
"city": "Dallas",
"description": "\nRust the way it should be played.\r\n- BPs never wipe — progression that lasts\r\n- Active anti-cheat + anti-team detection (>2 = ban)\r\n- Cheats/Scripts/EAC Alt Bans = Perm Ban\r\n- No VAC/Rust bans <365d, VPNs whitelisted only\r\n- Daily 9am EST restart, DDoS protected\r\n- Live leaderboards, FV/Barn recyclers\r\n- Active Staff, Admins DO NOT play",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1775854927,
"last_online": 1779664219,
"icon": null,
"name": "Rusty Rascals | Solo/Duo | Fridays | No BP Wipes",
"connect": "89.28.237.45:28018",
"request": "89.28.237.45:28020",
"map": "discord.rustyrascals.org",
"gamemode": "Survival",
"version": "2625",
"numplayers": 4,
"maxplayers": 100,
"bots": 0,
"secured": true,
"private": false,
"country": "US",
"status": true,
"votes": 0,
"points": 61,
"add_date": 1734715476,
"last_update": 1779664219,
"banned": false,
"wipe": 1779484382,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 0,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 2038,
"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/6966315");
$data = json_decode($json, true);
var_dump($data);