Rust
RustLegacy EU Main | 2x Vanilla - JUST WIPED 2/4 için API
Geniş bir entegrasyon yöntemleri yelpazesi sunuyoruz. Bunlardan herhangi birini kullanabilir veya JSON API'sini kullanarak kendinizinkini oluşturabilirsiniz. Yeni bir entegrasyon yöntemi ekleme öneriniz varsa, lütfen bizimle iletişime geçin. Bizimle iletişime geçin
Programlar, siteler ve diğerleri için JSON
text
https://api.gamemonitoring.tr/servers/10870154json
{
"response": {
"fps": 83,
"fps_avg": 69,
"entities_count": 72535,
"world_seed": 1337,
"world_size": 3500,
"steam_id": "90284117920633885",
"domain": null,
"id": 10870154,
"ip": "159.195.70.149",
"port": 28015,
"query": 28016,
"color": 0,
"city": "Nuremberg",
"description": "\nRUST LEGACY - THE PURIST COMPETITIVE EXPERIENCE\n\nWelcome to Rust Legacy, where the core game meets essential QoL.\nWe provide a balanced 2x environment designed for competitive players.\n\n[ FAIR PLAY & INTEGRITY ]\n• Strict Non-Playing Administration (Zero Bias)\n• Advanced Anti-Cheat & Active Monitoring\n\n[ SERVER FEATURES ]\n• Gather Rate: 2x (Resources & Components)\n• Loot Table: Vanilla+ (Slightly improved, no junk)\n• Maps: Custom optimized for high FPS & PVP\n• Kits: Balanced kits available (Non-P2W)\n\n[ EXCLUSIVE PERKS & QoL ]\n• Team Sharing: Auto Auth (TC/Locks/Turrets) & BP Share\n• Enhanced Efficiency: Faster crafting & smelting\n• Optimized Cycle: Longer days and shorter nights\n• Merged Outpost & Bandit Camp\n• Extra Recyclers: Fishing, Ranch, Barn, Outpost\n• Drones: Marketplace at Fishing Village & Outpost\n• No TP / No Home: Pure, skill-based gameplay\n\n[ COMMUNITY & WEB ]\n• Discord: discord.gg/rustlegacy\n• Website: www.rustlegacy.xyz\n\nPlease follow the rules on our Discord. Have fun!",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1775152930,
"score": 0,
"last_online": 1775893817,
"icon": null,
"name": "RustLegacy EU Main | 2x Vanilla - JUST WIPED 2/4",
"connect": "159.195.70.149:28015",
"request": "159.195.70.149:28016",
"map": "High FPS | Wiped - 8d ago",
"gamemode": "Vanilla",
"version": "2623",
"numplayers": 0,
"maxplayers": 125,
"bots": 0,
"secured": true,
"private": false,
"country": "DE",
"status": true,
"votes": 0,
"points": 60,
"add_date": 1768318396,
"last_update": 1775893817,
"banned": false,
"wipe": 1775153315,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 0,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 4522,
"language": "de",
"parked": false,
"app": {
"id": 12,
"steam_id": 252490,
"name": "Rust",
"url": "rust"
},
"server_owner": null,
"mods": [],
"disabled_modules": []
}
}Kod örnekleri
php
<?php
$json = file_get_contents("https://api.gamemonitoring.tr/servers/10870154");
$data = json_decode($json, true);
var_dump($data);