API для [AU} Anti Rust - 20x Wiped 29/05
JSON для программ, сайтов и прочего
text
json
{
"response": {
"fps": 20,
"fps_avg": 21,
"entities_count": 127806,
"world_seed": 50000,
"world_size": 3250,
"steam_id": "90286510983871489",
"domain": null,
"id": 8663915,
"ip": "103.15.237.173",
"port": 28015,
"query": 28016,
"color": 0,
"city": "Мельбурн",
"description": "\nBETA | New modded server in rust. \r\n\r\n- 20x Gathering and Resources\r\n- Clans No BPs Instant Craft\r\n- BGrade Auth Share Teleport\r\n- Always Day Time Better Loot\r\n- Reduced HV Rocket PVP Damage",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1780035821,
"last_online": 1780578038,
"icon": null,
"name": "[AU} Anti Rust - 20x Wiped 29/05",
"connect": "103.15.237.173:28015",
"request": "103.15.237.173:28016",
"map": "Custom Map",
"gamemode": "Survival",
"version": "2625",
"numplayers": 0,
"maxplayers": 125,
"bots": 0,
"secured": true,
"private": false,
"country": "AU",
"status": true,
"votes": 0,
"points": 60,
"add_date": 1745482554,
"last_update": 1780578038,
"banned": false,
"wipe": 1780036256,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 0,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 3267,
"language": "en",
"parked": false,
"app": {
"id": 252490,
"steam_id": 252490,
"name": "Rust",
"url": "rust"
},
"server_owner": null,
"mods": [],
"disabled_modules": []
}
}Примеры кода
php
<?php
$json = file_get_contents("https://api.gamemonitoring.ru/servers/8663915");
$data = json_decode($json, true);
var_dump($data);