[TR] VURA 3X SOLO/DUO/TRIO • TP • KITS के लिए API
प्रोग्राम, वेबसाइट और अन्य के लिए JSON
text
json
{
"response": {
"fps": 60,
"fps_avg": 59,
"entities_count": 443169,
"world_seed": 1337,
"world_size": 3000,
"steam_id": "90286589958495249",
"domain": null,
"id": 11644999,
"ip": "212.38.88.217",
"port": 28015,
"query": 27017,
"color": 0,
"city": "Gürpınar",
"description": "![[TR] VURA 3X SOLO/DUO/TRIO • TP • KITS](https://r.resimlink.com/YeH-lPO045XK.png)\nVURAGAMİNG\r\n\r\n[TR] 3x Kaynak | Solo/Duo/Trio | TP Sistemi | Kit Sistemi\\Sunucumuz, optimize edilmiş yapısı ve akıcı oyun deneyimi ile rekabetçi ve eğlenceli bir Rust ortamı sunar.\\Özellikler:• 3x Gather Rates\\ Solo / Duo / Trio Limit\r\n• TP Sistemi\r\n• Kit Sistemi\r\n• Optimize Edilmiş Harita\r\n• Aktif Yönetim Ekibi\r\n• Stabil ve Akıcı Oyun Deneyimi\r\n\r\nAdil ve kaliteli bir Rust deneyimi için sizleri bekliyoruz!",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1780584277,
"last_online": 1780596030,
"icon": null,
"name": "[TR] VURA 3X SOLO/DUO/TRIO • TP • KITS",
"connect": "212.38.88.217:28015",
"request": "212.38.88.217:27017",
"map": "VuraGaming 3X",
"gamemode": "Survival",
"version": "2625",
"numplayers": 0,
"maxplayers": 200,
"bots": 0,
"secured": true,
"private": false,
"country": "TR",
"status": true,
"votes": 0,
"points": 60,
"add_date": 1780177441,
"last_update": 1780596030,
"banned": false,
"wipe": 1780074927,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 0,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 4595,
"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/11644999");
$data = json_decode($json, true);
var_dump($data);