[TR/EU] RUSTGELE X3 | Kits | TP | Skill | Shop | Home | के लिए API
प्रोग्राम, वेबसाइट और अन्य के लिए JSON
text
json
{
"response": {
"fps": 43,
"fps_avg": 60,
"entities_count": 109562,
"world_seed": 3800,
"world_size": 3800,
"steam_id": "90286696879540249",
"domain": null,
"id": 10412092,
"ip": "176.98.43.217",
"port": 28015,
"query": 28017,
"project_id": null,
"color": 0,
"city": "Sultanbeyli",
"description": "![[TR/EU] RUSTGELE X3 | Kits | TP | Skill | Shop | Home |](https://image.rustgele.com/uploads/logo_2.jpg)\n→Sunucuda LAG olmaz\r\n→Sadece Global Wipe 2 Haftalık ## !wipe Yazarak kalan süre öğrenebilirsiniz.\r\n→ Team Limit Yok\r\n→ Map size: 3750-4250\r\n→ gündüz (daytime)=58 dk (minutes)\r\n→ gece (night) =2 dk (minutes)\r\n→ Stack size:10x\r\n→ Craft %30 Hızlı\r\n→ offlineraid\r\n→ turret Limits 20\r\n→ Madenler ve Lootlar 3X\r\n→ Çöp item çıkmaz\r\n→ Yol Lootu direkt envanterinize gelir\r\n→ Klandaki kişilere otomatik yetki ve BP paylaşım sistemi\r\n→ Clan, TP, kit, trade, remove, /up ve skin komutları",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1780595663,
"last_online": 1780864829,
"icon": null,
"name": "[TR/EU] RUSTGELE X3 | Kits | TP | Skill | Shop | Home |",
"connect": "176.98.43.217:28015",
"request": "176.98.43.217:28017",
"map": "Procedural Map",
"gamemode": "Survival",
"version": "2627",
"numplayers": 9,
"maxplayers": 200,
"bots": 0,
"secured": true,
"private": false,
"country": "TR",
"status": true,
"votes": 0,
"points": 63,
"add_date": 1759823701,
"last_update": 1780864829,
"banned": false,
"wipe": 1780595679,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 0,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 1852,
"language": "tr",
"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.in/servers/10412092");
$data = json_decode($json, true);
var_dump($data);