Flash Live Data Aggregator API

Real-time sports data aggregation for the Arenaton platform

About

This API provides real-time sports event data, tournament information, and player statistics across multiple sports including Football, Tennis, and Basketball.

API Endpoints

Click on any endpoint to copy its full URL to your clipboard.

Sports

GET /api/v1/sports - Get all sports
GET /api/v1/sports/:id - Get sport by ID

Events

GET /api/v1/events - Get all events
GET /api/v1/events/:id - Get event by ID
GET /api/v1/events/live - Get live events

Players

GET /api/v1/player - Get all players
GET /api/v1/player/:id - Get player by ID

Tournaments

GET /api/v1/tournament - Get all tournaments
GET /api/v1/tournament/:id - Get tournament by ID

Countries

GET /api/v1/country - Get all countries
GET /api/v1/country/:id - Get country by ID

Documentation

For more detailed documentation, please refer to the GitHub repository.