API для EuroRust 5x PVE | LegendaryWeapons | SkillTree | Events
JSON для программ, сайтов и прочего
text
json
{
"response": {
"fps": 80,
"fps_avg": 78,
"entities_count": 115124,
"world_seed": 1337,
"world_size": 4096,
"steam_id": "90289453509399575",
"domain": null,
"id": 11908744,
"ip": "185.244.0.14",
"port": 25772,
"query": 25565,
"project_id": null,
"color": 0,
"city": "Oslo",
"description": "\nWelcome to EuroRust 5x PVE\r\nNext Wipe: 25/07/2026\r\n\r\n.: Links:.\r\nDiscord: https://discord.gg/KHxYNyNQCS\r\nShop: https://eurorust.tebex.store/\r\n\r\n.: Server Features :.\r\n✓ Item Perks\r\n✓ Legendary Weapons\r\n✓ Roam Tasks\r\n✓ Skill Tree\r\n✓ Events\r\n✓ Convoys\r\n✓ Raidable Bases\r\n✓ Heli Signals\r\n✓ Bradley Drops\r\n✓ Item Shop\r\n✓ Daily Rewards\r\n✓ Skip Night Vote",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1784433846,
"last_online": 1784785874,
"icon": null,
"name": "EuroRust 5x PVE | LegendaryWeapons | SkillTree | Events",
"connect": "185.244.0.14:25772",
"request": "185.244.0.14:25565",
"map": "Boston: New Land Custom Map",
"gamemode": "Survival",
"version": "2631",
"numplayers": 0,
"maxplayers": 40,
"bots": 0,
"secured": true,
"private": false,
"country": "NO",
"status": true,
"votes": 0,
"points": 60,
"add_date": 1783768829,
"last_update": 1784785874,
"ban_reason": null,
"banned": false,
"wipe": 1783706025,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 0,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 5404,
"language": "no",
"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/11908744");
$data = json_decode($json, true);
var_dump($data);