Skip to content

API Endpoints

The Sports Live application provides several API endpoints for accessing sports data and system information.

GET /api/sports-data

  • Fetches live and upcoming football match data
  • Returns JSON with game information including scores, teams, and status

GET /api/status

  • Returns system health status
  • Used for monitoring and uptime checks

GET /api/uptime

  • Provides system uptime and performance metrics

GET /api/joke

  • Demo endpoint that returns a random programming joke

All endpoints are serverless functions deployed on Vercel.