API для Rustafied.com - AU Hardcore
JSON для программ, сайтов и прочего
text
json
{
"response": {
"fps": 30,
"fps_avg": 29,
"map_url": "2026_08_27_au_hardcore_map_b_d19c6d",
"map_kind": "custom",
"map_name": "2026 08 27 AU Hardcore Map B d19c6d",
"map_seed": 0,
"map_size": 3750,
"map_revision": null,
"entities_count": 98354,
"steam_id": "90291762713578496",
"domain": null,
"id": 13491173,
"ip": "103.193.80.200",
"port": 28015,
"query": 28018,
"project_id": null,
"color": 0,
"city": "Sydney",
"description": "\nWeekly map wipe @ 15:00 Sydney Time (unless forced wipe) - Player portal: https://my.rustafied.com (server info, map voting, banlist, and more) - Store: https://rustafied.com/store - Support: https://rustafied.com/support - Discord: https://discord.gg/rustafied Forced wipe: First Friday @ 6AM AEDT/AEST (wipes all blueprints)",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1786039376,
"last_online": 1787998013,
"icon": null,
"name": "Rustafied.com - AU Hardcore",
"connect": "103.193.80.200:28015",
"request": "103.193.80.200:28018",
"map": "Rustafied Custom Map",
"gamemode": "Hardcore",
"version": "2632",
"numplayers": 5,
"maxplayers": 100,
"bots": 0,
"secured": true,
"private": false,
"country": "AU",
"status": true,
"votes": 0,
"points": 62,
"add_date": 1786039376,
"last_update": 1787998013,
"ban_reason": null,
"banned": false,
"wipe": 1787806768,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 0,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 1340,
"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/13491173");
$data = json_decode($json, true);
var_dump($data);