Unturned
API для LowRust | SOLO X2 LOOT
JSON для программ, сайтов и прочего
text
https://api.gamemonitoring.ru/servers/602576json
{
"response": {
"steam_id": "85568392925379985",
"domain": null,
"id": 602576,
"ip": "185.189.255.145",
"port": 25480,
"query": 25480,
"color": 0,
"city": "Moscow",
"description": "",
"game": 304930,
"owner": null,
"boosts": 1,
"last_offline": 1775151132,
"score": 3,
"last_online": 1776100824,
"icon": "https://lowrust.hb.ru-msk.vkcloud-storage.ru/logo.jpg",
"name": "LowRust | SOLO X2 LOOT",
"connect": "185.189.255.145:25480",
"request": "185.189.255.145:25480",
"map": "Lowmap",
"gamemode": "Качественный Rust",
"version": "3.26.2.2",
"numplayers": 4,
"maxplayers": 100,
"bots": 0,
"secured": true,
"private": false,
"country": "RU",
"status": true,
"votes": 0,
"points": 33,
"add_date": 1669400857,
"last_update": 1776100824,
"banned": false,
"wipe": null,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": null,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 77,
"language": "ru",
"parked": false,
"app": {
"id": 48,
"steam_id": 304930,
"name": "Unturned",
"url": "unturned"
},
"server_owner": null,
"mods": [],
"disabled_modules": []
}
}Примеры кода
php
<?php
$json = file_get_contents("https://api.gamemonitoring.ru/servers/602576");
$data = json_decode($json, true);
var_dump($data);