API для EU ONE TAP | FRESH WIPE | 2x | No BP | Max 6
JSON для программ, сайтов и прочего
text
json
{
"response": {
"fps": 60,
"fps_avg": 59,
"entities_count": 75407,
"world_seed": 1971750273,
"world_size": 3700,
"steam_id": "90286604743556109",
"domain": null,
"id": 11501049,
"ip": "136.243.60.36",
"port": 28000,
"query": 28001,
"color": 0,
"city": "Falkenstein",
"description": "\nEU ONE TAP | 2x | NO BP WIPE | MAX 6\r\nWelcome to EU ONE TAP — a competitive Vanilla+ Rust experience built for PvP, raids, and active gameplay.\r\nServer Features\r\n\r\n\r\n2x Gather / Loot / Smelt\r\n\r\n\r\nNo BP Wipe\r\n\r\n\r\nMax Team 6\r\n\r\n\r\n50% Cheaper Upkeep\r\n\r\n\r\nMinicopters Spawn on Roads\r\n\r\n\r\nActive Admins\r\n\r\n\r\nNo Pay2Win\r\n\r\n\r\nVanilla+ Feel\r\n\r\n\r\nSmooth Performance\r\n\r\n\r\nPvP • Online Raids • Competitive Gameplay\r\n\r\n\r\nWipes\r\n\r\n\r\nMap Wipe: Every 2 Weeks (Thursday)\r\n\r\n\r\nBP Wipe: Never\r\n\r\n\r\nBuilt for players who want faster progression without losing the real Rust experience.\r\nFarm faster. Raid harder. Dominate the wipe.\r\n\r\nONE TAP OR GET WIPED.",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1780598072,
"last_online": 1780604437,
"icon": null,
"name": "EU ONE TAP | FRESH WIPE | 2x | No BP | Max 6",
"connect": "136.243.60.36:28000",
"request": "136.243.60.36:28001",
"map": "Procedural Map",
"gamemode": "Survival",
"version": "2627",
"numplayers": 0,
"maxplayers": 75,
"bots": 0,
"secured": true,
"private": false,
"country": "DE",
"status": true,
"votes": 0,
"points": 60,
"add_date": 1779207167,
"last_update": 1780604437,
"banned": false,
"wipe": 1780598355,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 0,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 4530,
"language": "de",
"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/11501049");
$data = json_decode($json, true);
var_dump($data);