API для CZR.gg | Solo/Duo/Trio | Weekly | Monday
JSON для программ, сайтов и прочего
text
json
{
"response": {
"fps": 60,
"fps_avg": 60,
"entities_count": 86815,
"world_seed": 1337,
"world_size": 4000,
"steam_id": "90286200391321614",
"domain": null,
"id": 8267619,
"ip": "104.143.2.43",
"port": 28018,
"query": 28017,
"color": 0,
"city": "Dallas",
"description": "\nRust the way it should be played.\r\n- BPs only wipe on forced wipes\r\n- Active anti-cheat + anti-team detection (>3 = 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": 1777913013,
"last_online": 1779715825,
"icon": null,
"name": "CZR.gg | Solo/Duo/Trio | Weekly | Monday",
"connect": "104.143.2.43:28018",
"request": "104.143.2.43:28017",
"map": "discord.czr.gg",
"gamemode": "Survival",
"version": "2625",
"numplayers": 0,
"maxplayers": 100,
"bots": 0,
"secured": true,
"private": false,
"country": "US",
"status": true,
"votes": 0,
"points": 60,
"add_date": 1742497719,
"last_update": 1779715825,
"banned": false,
"wipe": 1779152663,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 0,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 3604,
"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/8267619");
$data = json_decode($json, true);
var_dump($data);