Real-time sports data aggregation for the Arenaton platform
This API provides real-time sports event data, tournament information, and player statistics across multiple sports including Football, Tennis, and Basketball.
Click on any endpoint to copy its full URL to your clipboard.
GET /api/v1/sports
- Get all sports
GET /api/v1/sports/:id
- Get sport by ID
GET /api/v1/events
- Get all events
GET /api/v1/events/:id
- Get event by ID
GET /api/v1/events/live
- Get live events
GET /api/v1/player
- Get all players
GET /api/v1/player/:id
- Get player by ID
GET /api/v1/tournament
- Get all tournaments
GET /api/v1/tournament/:id
- Get tournament by ID
GET /api/v1/country
- Get all countries
GET /api/v1/country/:id
- Get country by ID
For more detailed documentation, please refer to the GitHub repository.