Rust
★ TeamX ★ x3|Vanilla+|Skills|Home|TP|Kits|Free VIP|QoL •� 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/11305483json
{
"response": {
"fps": 95,
"fps_avg": 104,
"entities_count": 101792,
"world_seed": 1525370277,
"world_size": 4250,
"steam_id": "90284209571929108",
"domain": null,
"id": 11305483,
"ip": "95.216.61.213",
"port": 60402,
"query": 60404,
"color": 0,
"city": "Helsinki",
"description": "\n★ BGrade + Enhanced Hammer: Faster building and easier base upgrades\r\n★ Building Blocker: Prevents building in blocked/restricted situations\r\n★ No Decay: Structures won’t decay over time.\r\n★ Auto Doors: Doors can close automatically after use.\r\n★ Stack Size + Simple Sort: Bigger item stacks and quick loot/container sorting\r\n★ Kits/StarterKit: Claimable Kits\r\n★ Skill System: Progression-style skills/perks while playing\r\n★ Trade: Safe player-to-player trading system\r\n★ Wireless Power: Easier electricity setup without heavy wiring\r\n★ Kill Feed: Shows kill notifications\r\n★★★ & much more..",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1775621005,
"score": 0,
"last_online": 1775891416,
"icon": null,
"name": "★ TeamX ★ x3|Vanilla+|Skills|Home|TP|Kits|Free VIP|QoL •�",
"connect": "95.216.61.213:60402",
"request": "95.216.61.213:60404",
"map": "Procedural Map",
"gamemode": "Survival",
"version": "2623",
"numplayers": 0,
"maxplayers": 200,
"bots": 0,
"secured": true,
"private": false,
"country": "FI",
"status": true,
"votes": 0,
"points": 60,
"add_date": 1774592886,
"last_update": 1775891416,
"banned": false,
"wipe": 1775153977,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 0,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 5579,
"language": "fi",
"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/11305483");
$data = json_decode($json, true);
var_dump($data);