Rust
API для NEON | Rust X5 Clans, Events, Raid Bases, LOOT+, free VIP
Мы предлагаем широкий выбор методов интеграции. Вы можете воспользоваться любым из них или создать свой собственный с помощью JSON API. Если у вас есть предложение по добавлению нового метода интеграции, пожалуйста, свяжитесь с нами. Связаться с нами
JSON для программ, сайтов и прочего
text
https://api.gamemonitoring.ru/servers/9527599json
{
"response": {
"fps": 74,
"fps_avg": 76,
"entities_count": 82348,
"world_seed": 1337,
"world_size": 3500,
"steam_id": "90284198221184007",
"domain": null,
"id": 9527599,
"ip": "62.122.214.130",
"port": 20550,
"query": 20551,
"color": 0,
"city": "Moscow",
"description": "\nДобро пожаловать на NEON | Rust X5\r\n Рейд добычи X5\r\nСтаки и крафты X5\r\n Сайт проекта https://neonrustgame.gamestores.app/Модерация сервера 24/7\r\nУникальный магазин\r\nТелепортация домой и в города\r\nВайп в каждую пятницу в 9:00 по МСК\r\n сайт проекта",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1775832727,
"score": 0,
"last_online": 1775886016,
"icon": null,
"name": "NEON | Rust X5 Clans, Events, Raid Bases, LOOT+, free VIP",
"connect": "62.122.214.130:20550",
"request": "62.122.214.130:20551",
"map": "Custom Map",
"gamemode": "Vanilla",
"version": "2623",
"numplayers": 0,
"maxplayers": 200,
"bots": 0,
"secured": true,
"private": false,
"country": "RU",
"status": true,
"votes": 0,
"points": 60,
"add_date": 1750537938,
"last_update": 1775886016,
"banned": false,
"wipe": 1775832902,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 0,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 3543,
"language": "ru",
"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/9527599");
$data = json_decode($json, true);
var_dump($data);