Rust
РУССКИЙ | STEEL | EU Monthly | Vanilla | WIPED 25.04 için API
Programlar, siteler ve diğerleri için JSON
text
https://api.gamemonitoring.tr/servers/11159259json
{
"response": {
"fps": 48,
"fps_avg": 46,
"entities_count": 198039,
"world_seed": 1337,
"world_size": 4250,
"steam_id": "90284937146627085",
"domain": null,
"id": 11159259,
"ip": "80.242.59.175",
"port": 35100,
"query": 35115,
"color": 0,
"city": "Veliky Novgorod",
"description": "\nДобро пожаловать на сервер РУССКИЙ | STEEL | EU Monthly | Vanilla\r\n-Классика-Размер карты 4250\r\n-Разрешены кланы и союзы\r\n-Неограниченное количество игроков в команде\r\n-Связь с администрацией 24/7\r\n-Наш дискорд discord.gg/steel-rust\r\n-Наш телеграм t.me/steelrust.",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1777103618,
"score": 0,
"last_online": 1777159213,
"icon": null,
"name": "РУССКИЙ | STEEL | EU Monthly | Vanilla | WIPED 25.04",
"connect": "80.242.59.175:35100",
"request": "80.242.59.175:35115",
"map": "Wiped - 15 Hours ago",
"gamemode": "Vanilla",
"version": "2623",
"numplayers": 253,
"maxplayers": 600,
"bots": 0,
"secured": true,
"private": false,
"country": "RU",
"status": true,
"votes": 0,
"points": 95,
"add_date": 1772228125,
"last_update": 1777159213,
"banned": false,
"wipe": 1777103774,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 0,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 221,
"language": "ru",
"parked": false,
"app": {
"id": 12,
"steam_id": 252490,
"name": "Rust",
"url": "rust"
},
"server_owner": null,
"mods": [],
"disabled_modules": []
}
}Kod örnekleri
php
<?php
$json = file_get_contents("https://api.gamemonitoring.tr/servers/11159259");
$data = json_decode($json, true);
var_dump($data);