API для RUST 212 | SOLO/DUO/TRIO | JUST WIPED | 04.06
JSON для программ, сайтов и прочего
text
json
{
"response": {
"modded": true,
"fps": 233,
"fps_avg": 232,
"entities_count": 35312,
"world_seed": 1337,
"world_size": 2600,
"steam_id": "90286731647337503",
"domain": null,
"id": 10870445,
"ip": "151.242.106.72",
"port": 10003,
"query": 9003,
"project_id": null,
"color": 0,
"city": "Amsterdam",
"description": "\n🔥 **WELCOME TO RUST 212 | MOROCCO** 🔥 A balanced and competitive Rust experience built for real players 🇲🇦 ➤ **Vanilla+ Experience (2x Gathering)** ➤ **SOLO / DUO Only** (strictly enforced) ➤ Fresh wipes & continuous improvements ➤ High performance (low lag / high FPS) ➤ Active & fair admin team (no abuse) 🧱 **Server Features:** • 2x Resources (balanced progression) • Vanilla gameplay (no pay-to-win) • Fast support & active moderation • Clean environment (zero tolerance for cheaters) 📅 **Wipe Schedule:** • Weekly Map Wipe (Friday) • BP Wipe (when needed) • Wipe Time: **20:00 (Paris Time)** 🌐 Website: http://rust212.com/ 💬 Discord: https://discord.gg/8S3aERWP3t 🎯 **Our Goal:** Provide a fair, competitive, and fun Rust experience for everyone 🔥 Join now and start your adventure on **RUST 212** 🔥",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1780595060,
"last_online": 1780902630,
"icon": null,
"name": "RUST 212 | SOLO/DUO/TRIO | JUST WIPED | 04.06",
"connect": "151.242.106.72:10003",
"request": "151.242.106.72:9003",
"map": "Custom Map",
"gamemode": "Survival",
"version": "2627",
"numplayers": 0,
"maxplayers": 50,
"bots": 0,
"secured": true,
"private": false,
"country": "NL",
"status": true,
"votes": 0,
"points": 60,
"add_date": 1768318418,
"last_update": 1780902630,
"banned": false,
"wipe": 1780595307,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 0,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 3954,
"language": "nl",
"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/10870445");
$data = json_decode($json, true);
var_dump($data);