Rust
API для #2 BroRust 2X VANILLA NOLIMIT WIPE 17.04
JSON для программ, сайтов и прочего
text
https://api.gamemonitoring.ru/servers/11260706json
{
"response": {
"fps": 60,
"fps_avg": 60,
"entities_count": 64775,
"world_seed": 21704,
"world_size": 3600,
"steam_id": "90284719243868185",
"domain": null,
"id": 11260706,
"ip": "109.248.4.155",
"port": 28015,
"query": 20000,
"color": 0,
"city": "Moscow",
"description": "\n2X VANILLA NOLIMIT | WIPE 17.04\r\n✓ Ванильный сервер с ускоренным развитием\r\n✓ Рейты на ресурсы - 2X\r\n✓ Улучшенный и сбалансированный лут\r\n✓ CRAFT, RECYCLE SPEED - 2X\r\n✓ STACKS 2X, IN TC 5X\r\n✓ UI Team Limit - 12\r\n✓ Заблокирован донат после вайпа\r\n\r\nSite: BroRust.com\r\nDiscord: Dc.BroRust.com\r\nVK: vk.com/brorustsrv\r\nTelegram: t.me/BroRust\r\nSteam: Steam.BroRust.com",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1776304911,
"score": 2.3,
"last_online": 1776759018,
"icon": null,
"name": "#2 BroRust 2X VANILLA NOLIMIT WIPE 17.04",
"connect": "109.248.4.155:28015",
"request": "109.248.4.155:20000",
"map": "BroRust Procedural Map",
"gamemode": "Survival",
"version": "2623",
"numplayers": 2,
"maxplayers": 100,
"bots": 0,
"secured": true,
"private": false,
"country": "RU",
"status": true,
"votes": 0,
"points": 61,
"add_date": 1774555202,
"last_update": 1776759018,
"banned": false,
"wipe": 1776423492,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 0,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 2100,
"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/11260706");
$data = json_decode($json, true);
var_dump($data);