API для [SEA] RUSTVN - Main | Vanilla | Pre-Opening | Launch 05 Jun
JSON для программ, сайтов и прочего
text
json
{
"response": {
"fps": 195,
"fps_avg": 216,
"entities_count": 73404,
"world_seed": 1541288032,
"world_size": 3500,
"steam_id": "90286574528526349",
"domain": null,
"id": 11607250,
"ip": "187.127.97.125",
"port": 28015,
"query": 28016,
"color": 0,
"city": "Kuala Lumpur",
"description": "Wipe Schedule\r\n• Map — Every Monday @ 14:00 ICT\r\n• BP Wipe — Monthly / Force Wipe\r\n\r\nRules\r\n• No cheating / scripting\r\n• No exploiting or bug abuse\r\n• No ban evasion or banned alt accounts\r\n• Respect all players\r\n\r\nOfficial Launch — 05 June 2026\r\nDiscord: https://discord.gg/PTPg2qqRzp\r\nFull Rules: https://discord.gg/RrvvHYAf4K",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1780582474,
"last_online": 1780572630,
"icon": null,
"name": "[SEA] RUSTVN - Main | Vanilla | Pre-Opening | Launch 05 Jun",
"connect": "187.127.97.125:28015",
"request": "187.127.97.125:28016",
"map": "Custom Map",
"gamemode": "Survival",
"version": "2625",
"numplayers": 0,
"maxplayers": 200,
"bots": 0,
"secured": true,
"private": false,
"country": "MY",
"status": false,
"votes": 0,
"points": 0,
"add_date": 1779915500,
"last_update": 1780582474,
"banned": false,
"wipe": 1780379967,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 0,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 12285,
"language": "ms",
"parked": false,
"app": {
"id": 252490,
"steam_id": 252490,
"name": "Rust",
"url": "rust"
},
"server_owner": null,
"mods": [],
"disabled_modules": []
}
}Примеры кода
php
<?php
$json = file_get_contents("https://api.gamemonitoring.ru/servers/11607250");
$data = json_decode($json, true);
var_dump($data);