Rust
[TR/EU] SKY RUST | Solo Duo Trio | JUST - NOOB FRİENDLY के लिए API
प्रोग्राम, वेबसाइट और अन्य के लिए JSON
text
https://api.gamemonitoring.in/servers/11435310json
{
"response": {
"fps": 30,
"fps_avg": 30,
"entities_count": 88863,
"world_seed": 1337,
"world_size": 3650,
"steam_id": 90284725813140500,
"domain": null,
"id": 11435310,
"ip": "46.203.182.220",
"port": 10000,
"query": 9000,
"color": 0,
"city": "Istanbul",
"description": "![[TR/EU] SKY RUST | Solo Duo Trio | JUST - NOOB FRİENDLY](https://i.hizliresim.com/ldbue13.jpg)\n[TR/EU] SKY RUST | 1x Vanilla | Solo/Duo/Trio\r\nWeb: https://skyrust.site\r\nDiscord: https://discord.gg/skyrust\r\n\r\n- Team Limit: 3 Players\r\n- 50% less TC upkeep cost (More raiding, less farming!)\r\n- Map Size: 3650\r\n- High Performance & No Lag\r\n- Reward-based ranking system (/toptime)\r\n- Professional Management & Active Support\r\n- 3rd party software is strictly forbidden.\r\n- Advanced AntiCheat (Auto ESP, Aimbot, NoRecoil)\r\n- Offensive language and 18+ content are forbidden.\r\n- Wipe: Every Saturday 16:00 (GMT+3).\r\n- Use /rules for rules, F7 or ticket for reporting.\r\n- Support: You can open a ticket on our website.\r\n- VIP: https://skyrust.site\r\n\r\n----------------------------------------------------------\r\n\r\nSKY RUST 1x Solo/Duo/Trio Vanilla\r\n\r\nWeb: https://skyrust.site\r\nDiscord: https://discord.gg/skyrust\r\n\r\n- Takım Limiti: 3 Kişi\r\n- %50 daha az bakım masrafı (Daha az farm, daha çok aksiyon!)\r\n- Harita Boyutu: 3650\r\n- Yüksek Performans & 0 Lag Keyfi\r\n- Ödüllü sıralama sistemi (/toptime)\r\n- Profesyonel yönetim ve anında destek.\r\n- 3. Parti yazılım yasaktır (Sıfır tolerans).\r\n- Gelişmiş AntiCheat (Otomatik ESP, Aimbot, NoRecoil)\r\n- Küfür ve +18 içerik yasaktır.\r\n- Wipe: Her Cumartesi 16:00.\r\n- /kurallar ile kuralları oku, rapor için F7 veya ticket kullan.\r\n- Destek: Web sitemiz üzerinden ticket açabilirsiniz.\r\n- VIP: https://skyrust.site",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1776516930,
"score": 0,
"last_online": 1776835816,
"icon": null,
"name": "[TR/EU] SKY RUST | Solo Duo Trio | JUST - NOOB FRİENDLY",
"connect": "46.203.182.220:10000",
"request": "46.203.182.220:9000",
"map": "SKY Rust FPS+ | Yeni Baslayan",
"gamemode": "Survival",
"version": "2623",
"numplayers": 8,
"maxplayers": 200,
"bots": 0,
"secured": true,
"private": false,
"country": "TR",
"status": true,
"votes": 0,
"points": 63,
"add_date": 1774977185,
"last_update": 1776835816,
"banned": false,
"wipe": 1776517039,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 0,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 1158,
"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/11435310");
$data = json_decode($json, true);
var_dump($data);