KR/JP | 러스타로카 | 05/22 WIPED | Rustaroka के लिए API
प्रोग्राम, वेबसाइट और अन्य के लिए JSON
text
json
{
"response": {
"fps": 58,
"fps_avg": 58,
"entities_count": 112678,
"world_seed": 463812032,
"world_size": 3800,
"steam_id": "90286064990188563",
"domain": null,
"id": 11596678,
"ip": "103.214.68.224",
"port": 30000,
"query": 30001,
"color": 0,
"city": "Tokyo",
"description": "\n전체 초기화 : 매주 금요일 오후 6시 \r\n맵 크기 : 3800 \r\n팀 제한 : 8인 - 동맹 금지 \r\n자원 : 밀도2배, 유지비50% \r\nF7로 신고 시 자동 녹화 보관됩니다. \r\n\r\nMap wipe : Every Friday 6PM @KST/UTC+9 \r\nMap size : 3800 \r\nTeam limit : 8 - No Alliance \r\nRes : 2x Density, UpKeep 50% \r\nF7 Auto Recording \r\n✪VIP Gold username",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1780608207,
"last_online": 1780239037,
"icon": null,
"name": "KR/JP | 러스타로카 | 05/22 WIPED | Rustaroka",
"connect": "103.214.68.224:30000",
"request": "103.214.68.224:30001",
"map": "RUSTAROKA KOREA",
"gamemode": "Survival",
"version": "2625",
"numplayers": 0,
"maxplayers": 150,
"bots": 0,
"secured": true,
"private": false,
"country": "JP",
"status": false,
"votes": 0,
"points": 0,
"add_date": 1779358596,
"last_update": 1780608207,
"banned": false,
"wipe": 1779440060,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 0,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 11657,
"language": "ja",
"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/11596678");
$data = json_decode($json, true);
var_dump($data);