{"name":"SportsIQ API","version":"1.0.0","status":"operational","endpoints":[{"method":"GET","path":"/api/docs","description":"API Documentation (this endpoint)"},{"method":"GET","path":"/api/games","description":"Get all games with fixture data, live events, and H2H matches"},{"method":"GET","path":"/api/live/fixtures","description":"Get live fixtures"},{"method":"GET","path":"/api/live/events/:fixtureId","description":"Get live events for a specific fixture"},{"method":"GET","path":"/health","description":"Health check endpoint"}],"documentation":{"games":"Returns all games with fixtureID, gameData, liveEventData, and h2hMatches","live":"Real-time fixtures and events data"}}