VRChat API/ja: Difference between revisions

From VRChat Wiki
Created page with "VRChatのAPIからの情報には以下が含まれます。"
Created page with "*ログインと認証 **Steam、Meta、PICOなどからサインインできること。 **VRChatアカウントから直接署名する *ソーシャルと友達リスト **ライブインスタンスデータ(およびスイッチングインスタンス) **招待と通知に関するデータ **インスタンスの参加と離脱 **お気に入りの友達リスト *SDKアセットのアップロード **あなたの世界とアバター **お気に入..."
Line 15: Line 15:
VRChatのAPIからの情報には以下が含まれます。
VRChatのAPIからの情報には以下が含まれます。


<div lang="en" dir="ltr" class="mw-content-ltr">
*ログインと認証
*Login and authentication
 
**Being able to sign in via Steam, Meta, PICO, etc.
**Steam、Meta、PICOなどからサインインできること。
**Signing directly through your VRChat account
 
*Social and friends list
**VRChatアカウントから直接署名する
**Live instance data (and switching instances)
 
**Data regarding invites, and notifications
*ソーシャルと友達リスト
**Joining and leaving instances
 
**Favorite friends lists
**ライブインスタンスデータ(およびスイッチングインスタンス)
*SDK asset uploads
 
**Your worlds and avatars
**招待と通知に関するデータ
**Favorite avatars, worlds, etc.
 
**Searching for worlds and avatars
**インスタンスの参加と離脱
*Realtime player state changes
 
**Status updates, changing bios
**お気に入りの友達リスト
**Practically anything account-related
 
**Changing avatars
*SDKアセットのアップロード
**Switching instances (and live instance data)
 
</div>
**あなたの世界とアバター
 
**お気に入りのアバター、世界など。
 
**世界とアバターの検索
 
*リアルタイムのプレイヤー状態の変化
 
**ステータスの更新、バイオの変更
 
**アカウントに関連するものはすべて
 
**アバターの変更
 
**スイッチングインスタンス(およびライブインスタンスデータ)


<div lang="en" dir="ltr" class="mw-content-ltr">
<div lang="en" dir="ltr" class="mw-content-ltr">

Revision as of 15:27, 4 October 2025

VRChatのアプリケーションプログラマーインターフェース(API)は、VRChatのサーバーからの公式VRChatデータであり、VRChatクライアント、VRChatウェブサイト、またはVRChatアプリを使用して、アカウントに合理化されます。 APIは外部から照会することもできます。

About

7人のAPIチームメンバーが、サーバールームでゲーム内写真のためにポーズをとっています。2021年の写真。

VRChatは、2019年の開発者ブログ[1]

VRChatには、すべての楽しいバーチャルリアリティを処理するクライアント、仮想領域のユーザー間の高速低ドラッグ通信を処理するネットワーク層、および「ユーザーが誰であるか」や「ユーザーがどこにいるか」などの永続的な情報ストレージを担当するAPI、「ペタバイトのアバターの真に壮大なコレクション、動的なボーンとパーティクルアニメーションの緩い集合体を維持する」

データ

VRChatのAPIからの情報には以下が含まれます。

  • ログインと認証
    • Steam、Meta、PICOなどからサインインできること。
    • VRChatアカウントから直接署名する
  • ソーシャルと友達リスト
    • ライブインスタンスデータ(およびスイッチングインスタンス)
    • 招待と通知に関するデータ
    • インスタンスの参加と離脱
    • お気に入りの友達リスト
  • SDKアセットのアップロード
    • あなたの世界とアバター
    • お気に入りのアバター、世界など。
    • 世界とアバターの検索
  • リアルタイムのプレイヤー状態の変化
    • ステータスの更新、バイオの変更
    • アカウントに関連するものはすべて
    • アバターの変更
    • スイッチングインスタンス(およびライブインスタンスデータ)

Official resources

VRChat's API status can officially be queried here: VRChat server status

Documentation

VRChat does not officially document its API or provide support for it[2]. However, community-driven efforts have made API documentation and SDK libraries available for various programming languages. You can find these resources at:

References

  1. Developer Blog — Websocketsで、アプリケーションプログラマーインターフェイスが何をするかを簡単に説明し、維持する情報の例を提供します。VRChatが「Medium」で公開しました。2024年11月28日閲覧。
  2. VRChat Creator Guidelines under API Usage / Bots; retrieved January 10, 2025.