API для [UA/EU] Liberty | x2 Solo | GLOBAL WIPE 20.07
JSON для программ, сайтов и прочего
text
json
{
"response": {
"fps": 232,
"fps_avg": 232,
"entities_count": 47986,
"world_seed": 1,
"world_size": 3000,
"steam_id": "90289451800679434",
"domain": null,
"id": 11908643,
"ip": "37.187.252.67",
"port": 26044,
"query": 26045,
"project_id": null,
"color": 0,
"city": "Roubaix",
"description": "![[UA/EU] Liberty | x2 Solo | GLOBAL WIPE 20.07](https://i.imgur.com/EDD53Nb.png)\nЛаскаво просимо на український сервер Rust! Характеристики сервера: • Рейт добування ресурсів x2 • Рейт добування компонентів x1 • Рейт добування кар'єрів х2 • Підняття палива для роботи кар;єрів х1 Модифікації: • Доступні переробники в рибальских селах та в ранчо. • Коротші ночі. • Збільшені стаки (x2). • Вайп блок. Вайп: Щопонеділка о 17:00 • Discord: discord.gg/liberty-rust • WebSite: https://liberty-rust.com.ua Welcome to the Ukrainian Rust server! • Resource extraction rate x2 • Component extraction rate x1 • Quarry extraction rate x2 • Raising fuel for quarry operation x1 Modifications: • Available recyclers in fishing villages and ranches. • Shorter nights. • Increased stacks (x2). • Wipe Block. Wipe: Every Monday at 17:00 • Discord: discord.gg/liberty-rust • Website: https://liberty-rust.com.ua",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1784555671,
"last_online": 1784835080,
"icon": null,
"name": "[UA/EU] Liberty | x2 Solo | GLOBAL WIPE 20.07",
"connect": "37.187.252.67:26044",
"request": "37.187.252.67:26045",
"map": "Liberty Maps",
"gamemode": "Survival",
"version": "2631",
"numplayers": 1,
"maxplayers": 25,
"bots": 0,
"secured": true,
"private": false,
"country": "FR",
"status": true,
"votes": 0,
"points": 62,
"add_date": 1783768828,
"last_update": 1784835080,
"ban_reason": null,
"banned": false,
"wipe": 1784555889,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 0,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 1843,
"language": "fr",
"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/11908643");
$data = json_decode($json, true);
var_dump($data);