Rust
Japan Tokyo - Vanilla PvE|JP|Beginner için API
Programlar, siteler ve diğerleri için JSON
text
https://api.gamemonitoring.tr/servers/10556962json
{
"response": {
"fps": 43,
"fps_avg": 42,
"entities_count": 297026,
"world_seed": 1,
"world_size": 4250,
"steam_id": "90285654077153288",
"domain": null,
"id": 10556962,
"ip": "162.222.17.4",
"port": 30000,
"query": 30100,
"color": 0,
"city": "Shinagawa",
"description": "初心者向けVanilla PVEサーバーです\r\n次回ワイプ予定: 6/5 18:00\r\nキューをスキップするためのVIPがあります(要Discord確認)\r\nBandit CampはOutpostに統合\r\nOutpostで車両購入が可能\r\n季節限定イベントを定期的に実施\r\n\r\n【基本設定】\r\n毎日 6:00/18:00 に定期再起動\r\nワイプから3日間は上限200人\r\n/otp でOutpostへテレポート可能\r\n\r\n【TC関連ルール】\r\n5日以上ログインがない拠点は自動削除対象\r\n(TC登録している誰かがログインすれば維持可能)\r\n\r\n【窃盗対策】\r\nほとんどの物にコードロック装着可\r\n\r\n【禁止行為】\r\n他プレイヤーの体験を害する行為は禁止\r\n4人以下のチーム分割禁止(ロック制限回避防止)\r\n5人以上は4人単位で分割可(例: 10人→4+4+2)\r\n違反は運営が個別に判断・措置します\r\n\r\n【補填・免責】\r\nアイテム/車両の補填は基本なし(MODバグのみ検討)\r\nヘリ/カーゴ等はサーバー再起動で消滅します\r\nデータ消失の責任は負いかねます\r\n詳細はDiscordをご確認ください\r\n\r\n--- ENGLISH ---\r\nVanilla PVE server for beginners\r\nNext wipe scheduled: Jun 5th at 6:00 PM\r\nThere's a VIP option that lets you skip the queue (Check Discord)\r\nBandit Camp merged into Outpost\r\nYou can purchase vehicles at the Outpost\r\nRegular seasonal events\r\n\r\n[Basic Settings]\r\nScheduled restarts at 6:00 AM/PM daily\r\nPlayer cap: 200 for 3 days after wipe\r\n/otp to teleport to Outpost\r\n\r\n[TC Rules]\r\nBases of players inactive 5+ days are auto-deleted\r\n(If any teammate with TC auth logs in, the base remains)\r\n\r\n[Theft Prevention]\r\nMost items can be equipped with a code lock\r\n\r\n[Prohibited Actions]\r\nActions that harm other players' experience are prohibited\r\nNo splitting teams of 4 or fewer (anti-lock-bypass)\r\n5+ players: split in groups of 4 (e.g. 10 → 4+4+2)\r\nViolations are reviewed and handled individually by admins\r\n\r\n[Compensation & Disclaimer]\r\nNo compensation for items/vehicles (only MOD bugs considered)\r\nHeli/Cargo etc. despawn on server restart\r\nWe are not liable for data loss\r\nPlease check our Discord for more details",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1778446981,
"score": 0,
"last_online": 1778592012,
"icon": null,
"name": "Japan Tokyo - Vanilla PvE|JP|Beginner",
"connect": "162.222.17.4:30000",
"request": "162.222.17.4:30100",
"map": "Custom Map",
"gamemode": "Survival",
"version": "2625",
"numplayers": 98,
"maxplayers": 100,
"bots": 0,
"secured": true,
"private": false,
"country": "JP",
"status": true,
"votes": 0,
"points": 103,
"add_date": 1762533076,
"last_update": 1778592012,
"banned": false,
"wipe": 1778228814,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 0,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 148,
"language": "ja",
"parked": false,
"app": {
"id": 12,
"steam_id": 252490,
"name": "Rust",
"url": "rust"
},
"server_owner": null,
"mods": [],
"disabled_modules": []
}
}Kod örnekleri
php
<?php
$json = file_get_contents("https://api.gamemonitoring.tr/servers/10556962");
$data = json_decode($json, true);
var_dump($data);