API для [AU] Redux 3x • Solo/Duo/Trio • Weekly
JSON для программ, сайтов и прочего
text
json
{
"response": {
"fps": 60,
"fps_avg": 59,
"entities_count": 107607,
"world_seed": 1337,
"world_size": 3500,
"steam_id": "90287116833107971",
"domain": null,
"id": 5844043,
"ip": "51.161.199.41",
"port": 26015,
"query": 26017,
"project_id": null,
"color": 0,
"city": "North Sydney",
"description": "![[AU] Redux 3x • Solo/Duo/Trio • Weekly](https://i.ibb.co/MxqxgWkP/Redux-Server-Banner-Main.png)\n【 Vanilla Status 】 【 Modded Status 】\r\n★ 3x Gathers ★ No Radiation ★ Free Skinbox ★ Anti-Offline \r\n★ 3x Smelt ★ No Cold ★ Free BGrade ★ Craft Vehicles \r\n★ 3x Loot ★ No Decays ★ Free Kits ★ Teleportation \r\n★ Blueprint+ ★ FastNights ★ Leaderboards ★ Auto Upgrade \r\n\r\n★ Join our Discord for more information\r\n • Discord: reduxrust.net/discord",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1780596270,
"last_online": 1781639434,
"icon": null,
"name": "[AU] Redux 3x • Solo/Duo/Trio • Weekly",
"connect": "51.161.199.41:26015",
"request": "51.161.199.41:26017",
"map": "「 Wipes Saturday @ 12PM 」",
"gamemode": "Survival",
"version": "2627",
"numplayers": 0,
"maxplayers": 150,
"bots": 0,
"secured": true,
"private": false,
"country": "AU",
"status": true,
"votes": 0,
"points": 60,
"add_date": 1725264155,
"last_update": 1781639434,
"banned": false,
"wipe": 1781229362,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 0,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 3455,
"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/5844043");
$data = json_decode($json, true);
var_dump($data);