{"name":"Football TV Scraper API","version":"2.0.0","description":"OOP-based API for scraping football TV schedules","endpoints":{"matches":{"method":"GET","path":"/api/matches","description":"Get all matches with optional sorting and grouping","parameters":{"sort_by":"uid, league, date, time, home_team, away_team","sort_order":"asc, desc","group_by":"uid, league, date"}},"refresh":{"method":"POST","path":"/api/refresh","description":"Force refresh cache and get fresh data","parameters":{"sort_by":"uid, league, date, time, home_team, away_team","sort_order":"asc, desc","group_by":"uid, league, date"}},"health":{"method":"GET","path":"/api/health","description":"Check API health status"},"cache":{"method":"GET","path":"/api/cache","description":"Get cache statistics"}},"examples":{"basic":"/api/matches","sorted":"/api/matches?sort_by=date&sort_order=desc","grouped":"/api/matches?group_by=league","combined":"/api/matches?sort_by=time&sort_order=asc&group_by=date"}}