API для Rusty Brothers X2 - Just WIPED - Mondays - Weekly @ 6PM
JSON для программ, сайтов и прочего
text
json
{
"response": {
"fps": 75,
"fps_avg": 74,
"entities_count": 86962,
"world_seed": 135177960,
"world_size": 3500,
"steam_id": "90289313988782105",
"domain": null,
"id": 11909550,
"ip": "141.11.59.200",
"port": 10006,
"query": 9006,
"project_id": null,
"color": 0,
"city": "Cape Town",
"description": "\nRusty Brothers - Weekly x2 Wipe at 6PM Mondays \r\n Raid Protection working hour \r\n Smelting After hours only \r\n Fast Crafting \r\n Custom Loot x2 \r\n Active Admins \r\n Anti Cheat Plugins \r\n South Africa Server \r\n connect 3x.rustybros.co.za \r\n Discord.rustybros.co.za",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1784564676,
"last_online": 1784810475,
"icon": null,
"name": "Rusty Brothers X2 - Just WIPED - Mondays - Weekly @ 6PM",
"connect": "141.11.59.200:10006",
"request": "141.11.59.200:9006",
"map": "Procedural Map",
"gamemode": "Survival",
"version": "2631",
"numplayers": 5,
"maxplayers": 250,
"bots": 0,
"secured": true,
"private": false,
"country": "ZA",
"status": true,
"votes": 0,
"points": 61,
"add_date": 1783768850,
"last_update": 1784810475,
"ban_reason": null,
"banned": false,
"wipe": 1784564681,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 0,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 1756,
"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/11909550");
$data = json_decode($json, true);
var_dump($data);