API для Hustle Rust - [2X, NOLIMIT]
JSON для программ, сайтов и прочего
text
json
{
"response": {
"fps": 54,
"fps_avg": 55,
"entities_count": 145236,
"world_seed": 1337,
"world_size": 4250,
"steam_id": "90286628547826696",
"domain": null,
"id": 4811724,
"ip": "185.207.214.114",
"port": 36000,
"query": 35002,
"project_id": null,
"color": 0,
"city": "Moscow",
"description": "![Hustle Rust - [2X, NOLIMIT]](https://github.com/Hustle-Industries/Photos/blob/main/Nolimit/banner.png?raw=true)\ngm.link/u194706Вайп каждую Пятницу в 14:00 по МСК\r\nЗдесь снимаются популярные ютуберы\r\n\r\nИнформация:\r\n▪ Играй и Пол",
"game": 252490,
"owner": 194706,
"boosts": 1,
"last_offline": 1780655663,
"last_online": 1780677011,
"icon": null,
"name": "Hustle Rust - [2X, NOLIMIT]",
"connect": "185.207.214.114:36000",
"request": "185.207.214.114:35002",
"map": "WIPED 5 HOURS AGO",
"gamemode": "Survival",
"version": "2627",
"numplayers": 370,
"maxplayers": 380,
"bots": 0,
"secured": true,
"private": false,
"country": "RU",
"status": true,
"votes": 0,
"points": 146,
"add_date": 1718907619,
"last_update": 1780677011,
"banned": false,
"wipe": 1780656017,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 0,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 32,
"language": "ru",
"parked": false,
"app": {
"id": 12,
"steam_id": 252490,
"name": "Rust",
"url": "rust"
},
"server_owner": {
"username": "hustle_rust",
"avatar": "73723e35-cf87-4149-a2c8-bad90acd101b.jpg"
},
"mods": [],
"disabled_modules": []
}
}Примеры кода
php
<?php
$json = file_get_contents("https://api.gamemonitoring.ru/servers/4811724");
$data = json_decode($json, true);
var_dump($data);