Rust
API für [UA/EU] Liberty | x2 Duo | GLOBAL WIPE 16.04
JSON für Programme, Websites und mehr
text
https://api.gamemonitoring.de/servers/10196626json
{
"response": {
"fps": 60,
"fps_avg": 60,
"entities_count": 62109,
"world_seed": 1337,
"world_size": 3000,
"steam_id": 90284721658915840,
"domain": null,
"id": 10196626,
"ip": "178.33.122.71",
"port": 26022,
"query": 26023,
"color": 0,
"city": "Roubaix",
"description": "![[UA/EU] Liberty | x2 Duo | GLOBAL WIPE 16.04](https://i.imgur.com/oemuoOv.png)\nЛаскаво просимо на український сервер Rust!\r\n \r\n Характеристики сервера: \r\n • Рейт добування ресурсів x2 \r\n • Рейт добування компонентів x2 \r\n • Рейт добування кар'єрів х2\r\n • Підняття палива для роботи кар'єрів х1 \r\n \r\n Модифікації: \r\n • Доступні переробники в рибальских селах та в ранчо. \r\n • Коротші ночі. \r\n • Збільшені стаки (x2). \r\n • Вайп блок. \r\n \r\n Вайп: \r\n Щочетверга о 17:00 \r\n \r\n • Discord: discord.gg/liberty-rust \r\n • WebSite: https://liberty-rust.com.ua\r\n Welcome to the Ukrainian Rust server! \r\n • Resource extraction rate x2 \r\n • Component extraction rate x2 \r\n • Quarry extraction rate x2 \r\n • Raising fuel for quarry operation x1 \r\n \r\n Modifications: \r\n • Available recyclers in fishing villages and ranches.\r\n • Shorter nights. \r\n • Increased stacks (x2). \r\n • Wipe Block. \r\n Wipe: \r\n Every Thursday at 17:00 \r\n \r\n • Discord: discord.gg/liberty-rust \r\n • Website: https://liberty-rust.com.ua",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1775155330,
"score": 0,
"last_online": 1776825624,
"icon": null,
"name": "[UA/EU] Liberty | x2 Duo | GLOBAL WIPE 16.04",
"connect": "178.33.122.71:26022",
"request": "178.33.122.71:26023",
"map": "Liberty Maps",
"gamemode": "Survival",
"version": "2623",
"numplayers": 0,
"maxplayers": 50,
"bots": 0,
"secured": true,
"private": false,
"country": "FR",
"status": true,
"votes": 0,
"points": 60,
"add_date": 1756386604,
"last_update": 1776825624,
"banned": false,
"wipe": 1776348031,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 0,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 3469,
"language": "fr",
"parked": false,
"app": {
"id": 12,
"steam_id": 252490,
"name": "Rust",
"url": "rust"
},
"server_owner": null,
"mods": [],
"disabled_modules": []
}
}Codebeispiele
php
<?php
$json = file_get_contents("https://api.gamemonitoring.de/servers/10196626");
$data = json_decode($json, true);
var_dump($data);