Rust
TBG | 2x Monthly | QoL | No P2W (Queue VIP) 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/11004802json
{
"response": {
"fps": 115,
"fps_avg": 117,
"entities_count": 94193,
"world_seed": 1337,
"world_size": 4000,
"steam_id": "90284186711181332",
"domain": null,
"id": 11004802,
"ip": "192.95.47.34",
"port": 28015,
"query": 28017,
"color": 0,
"city": "Montreal",
"description": "\nTrue Born Gaming Rust Server • 2x Gather & 2x Loot • Free QoL (Furnace Splitter, Stack QoL, Faster Smelt) • VIP = Queue Priority ONLY • No Gameplay Advantages / No Kits / No P2W • Monthly Map Wipes | BP Wipe Bi-Monthly • Active Admins | Fair Play | discord.gg/tbgclan | tbgclan.com",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1775836927,
"score": 0,
"last_online": 1775887814,
"icon": null,
"name": "TBG | 2x Monthly | QoL | No P2W (Queue VIP)",
"connect": "192.95.47.34:28015",
"request": "192.95.47.34:28017",
"map": "Procedural Map",
"gamemode": "Survival",
"version": "2623",
"numplayers": 5,
"maxplayers": 100,
"bots": 0,
"secured": true,
"private": false,
"country": "CA",
"status": true,
"votes": 0,
"points": 63,
"add_date": 1769938986,
"last_update": 1775887814,
"banned": false,
"wipe": 1775200117,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 0,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 1434,
"language": "en",
"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/11004802");
$data = json_decode($json, true);
var_dump($data);