Differences
This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision | ||
| getting-started:example-lobby-browser [2025-12-06 02:48] – nimda | getting-started:example-lobby-browser [2025-12-06 03:41] (current) – nimda | ||
|---|---|---|---|
| Line 9: | Line 9: | ||
| * **[[rlink: | * **[[rlink: | ||
| * **[[rlink: | * **[[rlink: | ||
| + | |||
| + | For simpler integration, | ||
| ===== Quick Start: Community API ===== | ===== Quick Start: Community API ===== | ||
| Line 208: | Line 210: | ||
| * Provides schema information on connection | * Provides schema information on connection | ||
| * Free to use for community projects | * Free to use for community projects | ||
| + | * Live for 8+ months with proven reliability | ||
| + | |||
| + | ==== Connection ==== | ||
| + | |||
| + | **WebSocket URL:** < | ||
| + | |||
| + | The API supports subscribing to different data feeds by sending JSON subscription messages. | ||
| + | |||
| + | ==== Subscription Examples ==== | ||
| + | |||
| + | **Subscribe to spectate matches:** | ||
| + | <code json> | ||
| + | {" | ||
| + | </ | ||
| + | |||
| + | **Subscribe to lobby matches:** | ||
| + | <code json> | ||
| + | {" | ||
| + | </ | ||
| + | |||
| + | **Subscribe to specific Elo types:** | ||
| + | <code json> | ||
| + | {" | ||
| + | </ | ||
| + | |||
| + | **Subscribe to specific players:** | ||
| + | <code json> | ||
| + | {" | ||
| + | </ | ||
| + | |||
| + | Player status updates include current status, match ID, and Steam lobby ID: | ||
| + | <code json> | ||
| + | { | ||
| + | " | ||
| + | " | ||
| + | " | ||
| + | " | ||
| + | " | ||
| + | } | ||
| + | } | ||
| + | } | ||
| + | </ | ||
| + | |||
| + | ==== Resources ==== | ||
| - | **Resources: | ||
| * Instructions: | * Instructions: | ||
| - | * Discord support: https:// | + | * Discord support: |
| ===== Best Practices ===== | ===== Best Practices ===== | ||
| + | |||
| <WRAP center round important 60%> | <WRAP center round important 60%> | ||
| Line 245: | Line 291: | ||
| ==== Documentation & Projects ==== | ==== Documentation & Projects ==== | ||
| - | | + | |
| + | | ||
| + | * **Lib: | ||
| + | * **Lib: | ||
| * **ageLANServer: | * **ageLANServer: | ||
| * **aoe2lobby.com: | * **aoe2lobby.com: | ||