API для RG | VIP Map Preview
JSON для программ, сайтов и прочего
text
json
{
"response": {
"fps": 60,
"fps_avg": 60,
"map_url": "rustgaming_3380_08_31_2026_56e25ef1b37d4bc6953bb3e514253218_r288",
"map_kind": "custom",
"map_name": "Rust Gaming",
"map_seed": 1337,
"map_size": 3380,
"map_revision": 288,
"entities_count": 70295,
"steam_id": "90291945027363851",
"domain": null,
"id": 11018225,
"ip": "168.100.161.191",
"port": 28075,
"query": 28076,
"project_id": null,
"color": 0,
"city": "Лондон",
"description": "\nGET WHITELISTED @ STORE.RUSTGAMING.NET\r\nPrivate preview server for our VIP+ members to use to test out the maps that are currently being voted on. It operates on a 2 hour rotating cycle to allow multiple map votes to be shown, schedule in discord.gg/rustgaming.",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1788203229,
"last_online": 1788244277,
"icon": null,
"name": "RG | VIP Map Preview",
"connect": "168.100.161.191:28075",
"request": "168.100.161.191:28076",
"map": "Wiped 19 Hours ago",
"gamemode": "Survival",
"version": "2632",
"numplayers": 0,
"maxplayers": 25,
"bots": 0,
"secured": true,
"private": false,
"country": "GB",
"status": true,
"votes": 0,
"points": 60,
"add_date": 1769944477,
"last_update": 1788244277,
"ban_reason": null,
"banned": false,
"hidden": false,
"wipe": 1788173007,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 0,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 3513,
"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/11018225");
$data = json_decode($json, true);
var_dump($data);