{
  "name": "DISL Public Data API",
  "description": "Live JSON endpoints for the Da Nang International Super League. CORS enabled. Data is always current — every request reads directly from the live database.",
  "site": "https://difl-hub.lovable.app",
  "custom_domain": "https://superleague.interdanang.com",
  "primary_base_url": "https://iivttzjjpvuknyxhzijh.supabase.co/functions/v1/public-data",
  "notes": "The /api/*.json files on the website domain are static snapshots that only refresh when the site is republished. For always-current data, use the primary_base_url endpoints below — they query the database live on every request.",
  "live_endpoints": {
    "standings": "https://iivttzjjpvuknyxhzijh.supabase.co/functions/v1/public-data/standings",
    "teams": "https://iivttzjjpvuknyxhzijh.supabase.co/functions/v1/public-data/teams",
    "team_detail": "https://iivttzjjpvuknyxhzijh.supabase.co/functions/v1/public-data/teams/{slug}",
    "players": "https://iivttzjjpvuknyxhzijh.supabase.co/functions/v1/public-data/players",
    "player_detail": "https://iivttzjjpvuknyxhzijh.supabase.co/functions/v1/public-data/players/{id}",
    "fixtures": "https://iivttzjjpvuknyxhzijh.supabase.co/functions/v1/public-data/fixtures",
    "fixture_detail": "https://iivttzjjpvuknyxhzijh.supabase.co/functions/v1/public-data/fixtures/{id}",
    "stats": "https://iivttzjjpvuknyxhzijh.supabase.co/functions/v1/public-data/stats",
    "discipline": "https://iivttzjjpvuknyxhzijh.supabase.co/functions/v1/public-data/discipline",
    "news": "https://iivttzjjpvuknyxhzijh.supabase.co/functions/v1/public-data/news",
    "stadiums": "https://iivttzjjpvuknyxhzijh.supabase.co/functions/v1/public-data/stadiums",
    "nationalities": "https://iivttzjjpvuknyxhzijh.supabase.co/functions/v1/public-data/nationalities"
  },
  "static_snapshots": {
    "standings": "/api/standings.json",
    "teams": "/api/teams.json",
    "players": "/api/players.json",
    "fixtures": "/api/fixtures.json",
    "results": "/api/results.json",
    "stats": "/api/stats.json",
    "discipline": "/api/discipline.json",
    "news": "/api/news.json",
    "stadiums": "/api/stadiums.json",
    "nationalities": "/api/nationalities.json"
  }
}
