{"dashboard_url":"/dashboard","documentation":"See README.md for detailed API documentation","endpoints":{"api_countries":{"auth":"Basic Auth required","description":"Get list of unique countries","method":"GET","path":"/api/countries"},"api_sessions":{"auth":"Basic Auth required","description":"Get game sessions with filtering and pagination","method":"GET","path":"/api/sessions","query_params":{"country":"string (optional)","device":"string (optional)","limit":"integer (default: 100)","offset":"integer (default: 0)","sort_by":"string (optional)","sort_order":"ASC or DESC (optional)"}},"api_stats":{"auth":"Basic Auth required","description":"Get aggregate statistics","method":"GET","path":"/api/stats"},"dashboard":{"auth":"Basic Auth required","description":"Web dashboard for viewing game sessions (requires authentication)","method":"GET","path":"/dashboard"},"health":{"auth":"None required","description":"Health check endpoint for monitoring","method":"GET","path":"/health"},"log_session":{"auth":"None required","body":{"country":"string (required)","datetime":"string (required)","deviceinformation":"string (required)","message":"string (optional)","totalgameplayed":"integer (required)"},"description":"Log a new game session","method":"POST","path":"/game-country-session"}},"message":"Game Sessions API","version":"1.0.0"}
