API Reference

Code Examples

We'll add different examples / tutorials to this page showing how people are using the Luma API.

Demo Basketball Club

We've created a sample project that demonstrates how to use the Luma API to display a list of events on your website.

https://github.com/luma-team/basketball-club-example

What It Demonstrates

  • Fetching events from the Luma API
  • Displaying events in a clean, responsive layout
  • Handling API authentication
  • Best practices for integrating Luma into your website

Getting Started with the Example

  1. Clone the repository
  2. Install dependencies
  3. Add your Luma API key to the environment variables
  4. Run the development server

This example provides a great starting point for building your own integration with the Luma API.