API для [US] Moose Lodge PvE | 2X MONTHLY | Economy, Quests, Dungeons &
JSON для программ, сайтов и прочего
text
json
{
"response": {
"fps": 55,
"fps_avg": 52,
"entities_count": 116273,
"world_seed": 1419743711,
"world_size": 4500,
"steam_id": "90286495808772114",
"domain": null,
"id": 11502464,
"ip": "66.51.96.59",
"port": 28015,
"query": 28016,
"color": 0,
"city": "Ashburn",
"description": "![[US] Moose Lodge PvE | 2X MONTHLY | Economy, Quests, Dungeons &](https://i.ibb.co/BvS74hP/rust-header.png)\nNew Server - Wipes the 25th of each month | Excited to offer a full PvE Experience.\r\n~ Robust Economy, Shared BPs\r\n~ Custom Quests, Roam Tasks\r\n~ Skills, Enchantments, Backpack Upgrades\r\n~ Pets & Pretty Items\r\n~ Dungeons, Military Checkpoints, Automated Events & more!",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1779756205,
"last_online": 1780585832,
"icon": null,
"name": "[US] Moose Lodge PvE | 2X MONTHLY | Economy, Quests, Dungeons &",
"connect": "66.51.96.59:28015",
"request": "66.51.96.59:28016",
"map": "Procedural Map",
"gamemode": "Survival",
"version": "2625",
"numplayers": 0,
"maxplayers": 75,
"bots": 0,
"secured": true,
"private": false,
"country": "US",
"status": true,
"votes": 0,
"points": 60,
"add_date": 1779207200,
"last_update": 1780585832,
"banned": false,
"wipe": 1779756271,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 0,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 5007,
"language": "en",
"parked": false,
"app": {
"id": 12,
"steam_id": 252490,
"name": "Rust",
"url": "rust"
},
"server_owner": null,
"mods": [],
"disabled_modules": []
}
}Примеры кода
php
<?php
$json = file_get_contents("https://api.gamemonitoring.ru/servers/11502464");
$data = json_decode($json, true);
var_dump($data);