getting-started:start

This is an old revision of the document!


Getting Started

Welcome to the LibreMatch developer documentation! This section will help you get started with building applications using the Worlds Edge Link API for Age of Empires games.

The Worlds Edge Link API enables you to create:

  • Lobby Browsers - Display and filter available game lobbies
  • Match Spectator Tools - View and follow ongoing games
  • Player Tracking - Monitor specific players' activities
  • Community Tools - Custom integrations for your local gaming community
  • Statistics Dashboards - Aggregate and visualize game data

Start here if you want to create a tool that displays game lobbies and matches.

Example: Building a Lobby Browser

This guide covers:

  • Quick start with the public Community API (no authentication)
  • Advanced features using the authenticated Game API
  • Code examples and best practices
  • Response parsing and data handling

Check our comprehensive FAQ for quick answers to common questions.

Frequently Asked Questions

Topics covered:

  • General API questions
  • Authentication and setup
  • API usage and filtering
  • Development tips
  • Troubleshooting
Endpoint Type Authentication Use Case Documentation
Community API None required Public lobby listings Quick Start Guide
Game API Steam required Ongoing matches, detailed data Advanced Guide

LibreMatch Organization - GitHub

For Basic Lobby Browsers:

  • No special requirements - just make HTTP requests!
  • Recommended: 5-second polling interval with caching

For Advanced Features (Spectating, Match Data):

  • Steam account with the game purchased
  • Node.js or similar environment for authentication
  • Understanding of Steam authentication flow

Found something missing or incorrect? This documentation is community-maintained. Contributions are welcome to help fellow developers!


Ready to start? Pick a guide above and begin building!

  • getting-started/start.1764893512.txt.gz
  • Last modified: 5 months ago
  • by nimda