Base URL
Authentication
Most endpoints require a JWT token obtained via the login endpoint. Include it as a Bearer token:Rate Limits
Rate limits vary by plan and endpoint. The API returns standard HTTP 429 responses when limits are exceeded.Response Format
All responses are JSON. Successful responses return the data directly. Errors return:Plan-Based Access
Many endpoints gate their response based on your subscription plan:- Explorer (Free): Limited data (e.g., 10 trending games, score-only ML predictions)
- Builder: Extended data (e.g., 50 trending games, detailed predictions)
- Studio: Full access (unlimited results, AI features, confidence intervals)
null or "locked": true when your plan doesn’t include them.
