Rust
Japan Tokyo - Mondays|4/06|JP/KR/SEA|2週間|JumpRust.com के लिए API
प्रोग्राम, वेबसाइट और अन्य के लिए JSON
text
https://api.gamemonitoring.in/servers/8663613json
{
"response": {
"fps": 21,
"fps_avg": 21,
"entities_count": 263959,
"world_seed": 1337,
"world_size": 4000,
"steam_id": "90284793391777818",
"domain": null,
"id": 8663613,
"ip": "162.222.17.246",
"port": 27777,
"query": 27778,
"color": 0,
"city": "Shinagawa",
"description": "\nVIP特典:サーバー人数が上限を超えても待ち時間無しの参加、ゲーム内での特別なゴールドネーム。\r\nVIPを購入する : jumpvanilla.tebex.io\r\nマップワイプ : 隔週の月曜日、日本時間午後6時\r\nBPワイプ : 毎月のフォースワイプ\r\nマップサイズ : 3800\r\nチーム制限 : 8 - 同盟は許可されています\r\n\r\nMap wipe : Biweekly/2 weeks on Mondays @6PM-JST/UTC+9\r\nBPs wipe : Monthly Force Wipe\r\nMap size : 3800\r\nTeam limit : 8 - Alliance are allowed\r\nVIP/Skip the line/Gold username/No P2W : jumpvanilla.tebex.io",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1776674599,
"score": 0,
"last_online": 1776852011,
"icon": null,
"name": "Japan Tokyo - Mondays|4/06|JP/KR/SEA|2週間|JumpRust.com",
"connect": "162.222.17.246:27777",
"request": "162.222.17.246:27778",
"map": "✿ JumpRust.com日本™ FPS+",
"gamemode": "Survival",
"version": "2623",
"numplayers": 176,
"maxplayers": 215,
"bots": 0,
"secured": true,
"private": false,
"country": "JP",
"status": true,
"votes": 0,
"points": 109,
"add_date": 1745482528,
"last_update": 1776852011,
"banned": false,
"wipe": 1776671061,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 0,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 75,
"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/8663613");
$data = json_decode($json, true);
var_dump($data);