Rust
API для [TR/EU] Nova Ronin Sensei PvE HybridSkill/Zombie/EVENTS/BANK
JSON для программ, сайтов и прочего
text
https://api.gamemonitoring.ru/servers/11435307json
{
"response": {
"fps": 60,
"fps_avg": 58,
"entities_count": 102359,
"world_seed": 516559195,
"world_size": 3750,
"steam_id": 90285573755933700,
"domain": null,
"id": 11435307,
"ip": "212.16.94.216",
"port": 28015,
"query": 28017,
"color": 0,
"city": "Istanbul",
"description": "![[TR/EU] Nova Ronin Sensei PvE HybridSkill/Zombie/EVENTS/BANK](https://image.myrustserver.com/logo/ashkindzhan92_698785a19e1c0.png)\nNova Ronin Sensei PvE’ye hoş geldin.\r\n\r\nOnurun, dengenin ve gelişimin ön planda olduğu özel bir PvE deneyimi.\r\nOffline raid yok, toksik PvP yok.\r\n\r\nHayatta kalma, inşa, keşif ve uzun vadeli gelişime odaklanan dengeli bir ortam.\r\n\r\nÖzel sistemler, QoL eklentileri, etkinlikler ve adil bir ekonomi.\r\n\r\nRonin yoluna katıl. Onurla hayatta kal.\r\n\r\nWelcome to Nova Ronin Sensei PvE — a refined PvE experience where honor, balance, and progression come first.\r\n\r\nNo offline raids. No toxic PvP.\r\nFocus on survival, building, exploration, and long-term progression in a carefully balanced environment.\r\n\r\nCustom systems, quality-of-life plugins, events, and a fair economy designed for both casual and dedicated players.\r\n\r\nJoin the path of the Ronin. Survive with honor.",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1778255588,
"score": 0,
"last_online": 1778569821,
"icon": null,
"name": "[TR/EU] Nova Ronin Sensei PvE HybridSkill/Zombie/EVENTS/BANK",
"connect": "212.16.94.216:28015",
"request": "212.16.94.216:28017",
"map": "Procedural Map",
"gamemode": "Survival",
"version": "2625",
"numplayers": 1,
"maxplayers": 250,
"bots": 0,
"secured": true,
"private": false,
"country": "TR",
"status": true,
"votes": 0,
"points": 60,
"add_date": 1774977185,
"last_update": 1778569821,
"banned": false,
"wipe": 1778194494,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 0,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 4664,
"language": "tr",
"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/11435307");
$data = json_decode($json, true);
var_dump($data);