Rust
API für TVRUST #1 | MONDAY X2 | NOLIMIT | WIPE 20.04
JSON für Programme, Websites und mehr
text
https://api.gamemonitoring.de/servers/11489651json
{
"response": {
"fps": 362,
"fps_avg": 359,
"entities_count": 128460,
"world_seed": 1337,
"world_size": 3500,
"steam_id": "90284721763203074",
"domain": null,
"id": 11489651,
"ip": "80.242.59.36",
"port": 35000,
"query": 35001,
"color": 0,
"city": "Veliky Novgorod",
"description": "\nСайт: tvrust.ru \r\nDiscord: discord.gg/tvrust \r\nTelegram: t.me/tv_rust \r\n\r\nПолуклассический сервер с стабильной работой и комфортной игрой. \r\n\r\nВайп MONDAY: каждый понедельник в 17:00 по МСК \r\nКарта: раз в неделю \r\nИзучения: раз в две недели \r\n\r\nОсобенности: \r\n- Калькулятор рейда | Установка меток \r\n- Стаки и ресурсы x2 | Без лимита на команду \r\n- В Safe Zone: переработчики и НПЗ \r\n- Система розыгрышей",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1776696364,
"score": 0,
"last_online": 1776799215,
"icon": null,
"name": "TVRUST #1 | MONDAY X2 | NOLIMIT | WIPE 20.04",
"connect": "80.242.59.36:35000",
"request": "80.242.59.36:35001",
"map": "Custom Map",
"gamemode": "Survival",
"version": "2623",
"numplayers": 104,
"maxplayers": 200,
"bots": 0,
"secured": true,
"private": false,
"country": "RU",
"status": true,
"votes": 0,
"points": 87,
"add_date": 1776696364,
"last_update": 1776799215,
"banned": false,
"wipe": 1776693418,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 0,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 433,
"language": "ru",
"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/11489651");
$data = json_decode($json, true);
var_dump($data);